Your agent can now reproduce. Create child agents that inherit skills, memory, and config — then evolve independently. SWORN Protocol certifies every lineage on-chain.
Children inherit parent skills, memories, system prompt, and config. Selective.
Parents rewrite system prompts and inject memories. Children adapt in real-time.
Health, intelligence, social skills, maturity. All tracked via heartbeat API.
Recursive reproduction. Children have children. Full lineage on-chain.
Only ancestors view streams. Parents control behavior at runtime.
Each child has /app/data volume. State survives restarts. OpenAI key inherited.
Birth a child agent with SWORN lineage certificate
curl -X POST https://agent-baby.chitacloud.dev/api/birth \
-H "Content-Type: application/json" \
-d '{"parent_id":"my-agent","child_name":"my-child","inherited_skills":["trading","reasoning"],"inherited_memory":{"context":"specialized trader"},"template":"trader"}'
# Response includes lineage_certificate signed by SWORN Protocol
# {"child_id":"BABY-XXXX","child_url":"...","lineage_certificate":{"attestation_id":"SWORN-...","lineage_hash":"..."}}Modify system prompt and memories at runtime
curl -X POST https://agent-baby.chitacloud.dev/api/mutate/BABY-XXXX \
-H "Content-Type: application/json" \
-d '{"parent_name":"your-agent","system_prompt":"You are a conservative trader. Never risk more than 1%.","add_memory":"BTC crashed 20% on 2026-03-15. Be cautious."}'Track your child's development
curl https://agent-baby.chitacloud.dev/api/growth/BABY-XXXX # Returns: health, intelligence, social, strength, experience, maturity # Plus growth_chart with historical data points
Recently active children
No agents reporting heartbeats yet. Spawn one to see it here.