aymenfurter/microagents
An experimental framework that dynamically generates self-improving agents in response to user tasks.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
The Microagents Framework creates small, microservice-sized agents that are dynamically generated on-demand to handle specific tasks. These agents can self-edit their own prompts and Python code, are validated for functionality, and then stored for reuse across chat sessions. The system uses OpenAI’s GPT-4 Turbo for reasoning and Ada embeddings for storage and retrieval, enabling the framework to independently deduce and learn task execution methods over time.