Matias Molinas
Matias Molinas
Add documentation pages
### **Subject: Proposal for New Cookbook: `03_The_Evolving_Project_Agent.ipynb`** Hello Claude Cookbooks Team, First, thank you for the excellent `claude_code_sdk` tutorial series. The progression from the simple research agent to the multi-agent...
[PROPOSAL] Advanced Agent Patterns: Execution Optimization, Self-Modification, and Adaptive Behavior
### Preflight Checklist - [x] I have searched existing cookbooks and this topic isn't already covered - [x] This proposal focuses on Claude API/SDK capabilities (not external frameworks) - [x]...
Hi everyone, First, thank you for the 445 stars on Evolving Agents Toolkit. It proved that we are all looking for the same thing: autonomous agents that can actually manage...
The Evolving Agents Toolkit (EAT) currently utilizes `beeai-framework==0.1.4`. This version is significantly outdated compared to the latest releases of the BeeAI framework (e.g., `v0.1.23` or newer). This migration aims to...
#### Problem/Motivation (Solution inspired on [langmem](https://github.com/langchain-ai/langmem) .. ) With the new `eat_semantic_memory` store in place, we need an automated process to populate it. The system currently learns from experiences in...
#### Problem/Motivation (Solution inspired on [langmem](https://github.com/langchain-ai/langmem) .. ) Currently, the EAT framework's "Smart Memory" is purely episodic. The `eat_agent_experiences` collection stores a raw, chronological log of everything an agent does....
#### Problem/Motivation (Solution inspired on [memvid](https://github.com/Olow304/memvid) .. ) The `eat_agent_experiences` collection is designed to grow indefinitely. Over time, this will lead to: 1. **Increased MongoDB Costs:** Storing millions of detailed...
`The OpenAI Agents SDK has introduced more sophisticated built-in support for human-in-the-loop (HITL) flows, primarily for seeking approval for sensitive tool executions. This includes mechanisms to pause agent runs, request...
The Evolving Agents Toolkit (EAT) aims to provide a framework for building AI agent systems that can autonomously evolve and improve themselves. The current "Smart Memory" version (EAT-SM) provides a...