agex
agex copied to clipboard
Library-friendly Agents
Implement a system for dynamically injecting primer instructions based on registered capabilities. **Core Principle:** The framework should intelligently coach the agent on how to use its tools, but only when...
Provide robust, standardized serialization of agex event objects into JSON-safe dictionaries, with special handling for rich Python objects in OutputEvents. **Problem:** agex's strength is working with rich Python objects (DataFrames,...
Enable dynamically created agents (like in dogfood.py) to survive process boundaries through persistent local registries. **Problem:** Currently, dynamic agent creation breaks when crossing process boundaries. The dogfood.py pattern works within...
Implement dynamic re-rendering of conversation history with progressive detail degradation to solve the agent memory problem without expensive LLM summarization. **Problem:** Most agent frameworks handle conversation history poorly: 1. **Full...