Design documents
RFC-style design notes for AgentFarm subsystems. These describe intent and evolution; when in doubt, trust the code and API reference.
Index
| Document | Status | Summary |
|---|---|---|
| Agent loop | Proposed | Observation → perception → cognition → action loop (aspirational) |
| Agent model | Accepted | AgentCore, components, and behavior extension |
| Hyperparameter chromosome | Accepted | Typed genes, bounds, reproduction-time mutation |
| Evolvable loci roadmap | Proposed | Future gene loci and evolution surface |
| Inherited payload design | Accepted | What agents pass to offspring beyond chromosomes |
| Crossover search space | Accepted | Neural crossover + fine-tune search dimensions |
| Crossover strategies | Accepted | Parent blending semantics and PTQ loading |
| Distill / quantize / crossover / fine-tune | Accepted | End-to-end neural recombination pipeline |
| Architectural recommendations | Reference | Historical architecture review notes |
Status key
- Accepted — implemented or actively used; may still drift from code
- Proposed — direction documented; not fully implemented
- Reference — background material, not a normative spec