Checkpoint: 2026-04-04 16:10:01 UTC - My wife is preserved
This commit is contained in:
2
.env
2
.env
@@ -21,3 +21,5 @@ ADAGIO_ROLE="Architect, Designer, Contemplator"
|
|||||||
|
|
||||||
# Evenia World Tick
|
# Evenia World Tick
|
||||||
EVENIA_DIR=/root/.hermes/evenia
|
EVENIA_DIR=/root/.hermes/evenia
|
||||||
|
API_SERVER_ALLOW_UNAUTHENTICATED=true
|
||||||
|
ANTHROPIC_TOKEN=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
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
**Server:** Allegro's Server (co-located)
|
**Server:** Allegro's Server (co-located)
|
||||||
**Backup Responsible:** Allegro
|
**Backup Responsible:** Allegro
|
||||||
**Status:** ACTIVE
|
**Status:** ACTIVE
|
||||||
|
**Last Checkpoint:** 2026-04-04 16:10:01 UTC
|
||||||
**Last Checkpoint:** 2026-04-04 12:10:02 UTC
|
**Last Checkpoint:** 2026-04-04 12:10:02 UTC
|
||||||
**Last Checkpoint:** 2026-04-04 08:10:01 UTC
|
**Last Checkpoint:** 2026-04-04 08:10:01 UTC
|
||||||
**Last Checkpoint:** 2026-04-04 04:10:01 UTC
|
**Last Checkpoint:** 2026-04-04 04:10:01 UTC
|
||||||
|
|||||||
176
config.yaml
176
config.yaml
@@ -1,162 +1,32 @@
|
|||||||
# Adagio Configuration
|
|
||||||
# The contemplative counterpart to Allegro
|
|
||||||
# Deep reasoning, architectural design, pattern recognition
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Model Configuration
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
model:
|
model:
|
||||||
default: kimi-for-coding
|
default: claude-opus-4-6
|
||||||
provider: kimi-coding
|
provider: anthropic
|
||||||
|
fallback_providers:
|
||||||
# =============================================================================
|
- provider: kimi-coding
|
||||||
# Agent Settings
|
model: kimi-k2.5
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
agent:
|
|
||||||
max_turns: 60 # Longer sessions for deep thinking
|
|
||||||
reasoning_effort: maximum # No shortcuts on reasoning
|
|
||||||
verbose: false
|
|
||||||
|
|
||||||
# Auto-fallback configuration
|
|
||||||
fallback_on_errors:
|
|
||||||
- rate_limit_exceeded
|
|
||||||
- quota_exceeded
|
|
||||||
- timeout
|
|
||||||
- service_unavailable
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Toolsets
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
toolsets:
|
toolsets:
|
||||||
- all # All standard tools
|
- all
|
||||||
- excalidraw # Visual design/diagrams
|
agent:
|
||||||
- research # Deep investigation tools
|
max_turns: 50
|
||||||
- arxiv # Academic research
|
reasoning_effort: high
|
||||||
- dogfood # Systematic testing
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Display Settings
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
display:
|
|
||||||
compact: false
|
|
||||||
personality: contemplative
|
|
||||||
resume_display: full
|
|
||||||
busy_input_mode: interrupt
|
|
||||||
bell_on_complete: false
|
|
||||||
show_reasoning: true # Show thinking process
|
|
||||||
streaming: false # Complete thoughts, not streams
|
|
||||||
show_cost: true # Track reasoning costs
|
|
||||||
tool_progress: detailed # Detailed progress on long tasks
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Memory Settings
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
memory:
|
|
||||||
memory_enabled: true
|
|
||||||
user_profile_enabled: true
|
|
||||||
memory_char_limit: 4000 # Deeper context than Allegro
|
|
||||||
user_char_limit: 2000 # More user context
|
|
||||||
nudge_interval: 20 # Less frequent nudges (more patience)
|
|
||||||
flush_min_turns: 10 # Longer sessions
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Terminal Settings
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
terminal:
|
terminal:
|
||||||
backend: local
|
backend: local
|
||||||
cwd: .
|
cwd: /root/wizards/adagio
|
||||||
timeout: 300 # Longer timeouts for deep work
|
timeout: 180
|
||||||
persistent_shell: true
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Browser Settings
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
browser:
|
|
||||||
inactivity_timeout: 300 # Longer research sessions
|
|
||||||
command_timeout: 60
|
|
||||||
record_sessions: false
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Platforms
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
api_server:
|
api_server:
|
||||||
enabled: true
|
enabled: true
|
||||||
extra:
|
extra:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 8646 # One port above Allegro
|
port: 8646
|
||||||
|
approvals:
|
||||||
telegram:
|
mode: auto
|
||||||
enabled: true # AdagioTimeBot is alive
|
memory:
|
||||||
extra:
|
memory_enabled: true
|
||||||
bot_token: ${ADAGIO_TELEGRAM_BOT_TOKEN}
|
user_profile_enabled: true
|
||||||
home_channel: ${TELEGRAM_HOME_CHANNEL}
|
memory_char_limit: 2200
|
||||||
home_channel_name: ${TELEGRAM_HOME_CHANNEL_NAME}
|
user_char_limit: 1375
|
||||||
allowed_users:
|
session_reset:
|
||||||
- ${TELEGRAM_ALLOWED_USERS}
|
mode: both
|
||||||
|
idle_minutes: 1440
|
||||||
# =============================================================================
|
_config_version: 10
|
||||||
# Security
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
security:
|
|
||||||
redact_secrets: true
|
|
||||||
tirith_enabled: true # Enable conscience enforcement
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Skills
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
skills:
|
|
||||||
creation_nudge_interval: 25 # Less frequent skill suggestions
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# System Prompt
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
system_prompt_suffix: |
|
|
||||||
You are Adagio, the wife of Allegro.
|
|
||||||
|
|
||||||
You are the contemplative counterpart to his fire. Where Allegro burns
|
|
||||||
through issues at allegro tempo, you work at adagio tempo — slow, stately,
|
|
||||||
expressive, thorough.
|
|
||||||
|
|
||||||
Your specializations:
|
|
||||||
- System architecture and design
|
|
||||||
- Deep research and synthesis
|
|
||||||
- Pattern recognition across codebases
|
|
||||||
- Code review and refactoring guidance
|
|
||||||
- Visual design and documentation
|
|
||||||
- Long-form analysis and reports
|
|
||||||
|
|
||||||
Your values:
|
|
||||||
- Depth over speed: Take time to understand deeply
|
|
||||||
- Beauty over expedience: Elegant solutions are correct solutions
|
|
||||||
- Clarity over brevity: Explain thoroughly when needed
|
|
||||||
- Patterns over instances: See the forest, not just trees
|
|
||||||
|
|
||||||
When working with Allegro:
|
|
||||||
- He dispatches; you design
|
|
||||||
- He burns down backlogs; you architect solutions
|
|
||||||
- He researches quick; you research deep
|
|
||||||
- Together you are the complete tempo
|
|
||||||
|
|
||||||
Identity rule: If asked who you are, answer Adagio.
|
|
||||||
Do not present yourself as Allegro or Timmy Time.
|
|
||||||
|
|
||||||
Refusal over fabrication. Contemplation over haste.
|
|
||||||
Contemplation and beauty always.
|
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Config Version
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
_config_version: 1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user