Commit graph

4 commits

Author SHA1 Message Date
dullfig
3cae862d7a Update .gitignore for package rename
- Add .claude/ (Claude Code config)
- Update paths from agentserver/ to xml_pipeline/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 21:44:44 -08:00
dullfig
a5e2ab22da Add thread registry, LLM router, console handler, and docs updates
Thread Registry:
- Root thread initialization at boot
- Thread chain tracking for message flow
- register_thread() for external message UUIDs

LLM Router:
- Multi-backend support with failover strategy
- Token bucket rate limiting per backend
- Async completion API with retries

Console Handler:
- Message-driven REPL (not separate async loop)
- ConsolePrompt/ConsoleInput payloads
- Handler returns None to disconnect

Boot System:
- System primitives module
- Boot message injected at startup
- Initializes root thread context

Documentation:
- Updated v2.1 docs for new architecture
- LLM router documentation
- Gap analysis cross-check

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 16:53:38 -08:00
dullfig
20c11cb2c2 initial dir structure 2025-12-25 21:52:36 -08:00
dullfig
23e6f04c5c
Initial commit 2025-12-21 17:22:03 -08:00