Show HN: Castra – Strip orchestration rights from your LLMs
4.5(1,000 отзывов)
Платно· от US$20.00/мес.
Запущен в 2026
Sobre
I got tired of AI agents forgetting what they were doing the moment their context window filled. The current industry solution is to write massively bloated agent harnesses full of defensive spaghetti just to stop models from drifting.<p>The problem is treating chat history as project state. A conversation is not a ledger.<p>Castra is a compiled Go binary that strips orchestration rights from the LLM. State lives in an encrypted, local SQLite database (castra.db). The LLM is just a stateless exe
Плюсы
- +Strip orchestration rights from LLMs
- +Encrypted, local SQLite database for state
- +Stateless LLM exe
Минусы
- −Limitado a conversas
- −Requer conhecimento de Go para configuração