8 projects
autourgos-local-memory
Disk-backed memory for Autourgos agents — JSON file (LocalShortTermMemory) and SQLite (SQLiteMemory).
autourgos-buffer-memory
In-memory short-term buffer for Autourgos agents — RuntimeShortTermMemory, ConversationBufferMemory.
autourgos-preiteration
Pre-iteration middleware for Autourgos agents — run callbacks and inject files before each agent iteration.
autourgos-summarizer
Scratchpad compression middleware for Autourgos agents — prevents token overflow by auto-summarizing long reasoning chains.
autourgos-history
Agent execution history middleware for Autourgos — logs every thought, tool call, and observation to Markdown and JSON files with automatic sensitive-data redaction
autourgos-react-agent
Self-contained ReAct (Reasoning + Acting) agent for the Autourgos framework — works with any OpenAI-compatible LLM
autourgos-responses
Autourgos LLM wrapper for the OpenAI Responses API
autourgos-openaichat
Autourgos LLM wrapper for the OpenAI Chat Completions API