Seed: Minimal, self-modifying agent harness
Summary
Seed proposes a minimal agent framework where an LLM is connected to a single tool and grows its capabilities by storing data in a self/ directory. Each seed becomes a unique agent via git, with session transcripts saved in self/sessions/*.json, creating a flight recorder for the agent's experiences. The project emphasizes self-modifying behavior and growth of tools and memories without a full framework.