15 projects
autourgos-starter
Beginner-friendly starter bundle for the Autourgos framework — one install, one function, a working agent
autourgos-toolbox
Dynamic lazy-loading toolbox middleware for Autourgos agents — keeps context windows clean by loading tools only when needed.
autourgos-summarizer
Scratchpad compression middleware for Autourgos agents — prevents token overflow by auto-summarizing long reasoning chains.
autourgos-preiteration
Pre-iteration middleware for Autourgos agents — run callbacks and inject files before each agent iteration.
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-hcix
Human Cognitive Interrupt middleware for Autourgos agents with global hotkey steering.
autourgos-semantic-memory
TF-IDF keyword retrieval memory for Autourgos agents — KeywordRetriever, KeywordMemory.
autourgos-responses
Autourgos LLM wrapper for the OpenAI Responses API
autourgos-token-memory
Token-bounded short-term memory for Autourgos agents — TokenBufferedMemory.
autourgos-summary-memory
LLM-compressed rolling summary memory for Autourgos agents — SummaryBufferedMemory.
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-openaichat
Autourgos LLM wrapper for the OpenAI Chat Completions API
autourgos-memory
Base memory interfaces for Autourgos agents — BaseMemory, MemoryMessage, Document, BaseRetriever.
autourgos-react-agent
Self-contained ReAct (Reasoning + Acting) agent for the Autourgos framework — works with any OpenAI-compatible LLM