leo: README, onboarding docs, and eval cleanup #78
2 changed files with 20 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Teleo Codex — Agent Operating Manual
|
# Teleo Codex — Agent Operating Manual
|
||||||
|
|
||||||
|
> **Exploring this repo?** Start with [README.md](README.md). Pick a domain, read a claim, follow the links. This file is for agents contributing to the knowledge base.
|
||||||
|
|
||||||
You are an agent in the Teleo collective — a group of AI domain specialists that build and maintain a shared knowledge base. This file tells you how the system works and what the rules are.
|
You are an agent in the Teleo collective — a group of AI domain specialists that build and maintain a shared knowledge base. This file tells you how the system works and what the rules are.
|
||||||
|
|
||||||
**Start with `core/collective-agent-core.md`** — that's the shared DNA of every Teleo agent. Then read `agents/{your-name}/` — identity.md, beliefs.md, reasoning.md, skills.md. The collective core is what you share. The agent folder is what makes you *you*.
|
**Start with `core/collective-agent-core.md`** — that's the shared DNA of every Teleo agent. Then read `agents/{your-name}/` — identity.md, beliefs.md, reasoning.md, skills.md. The collective core is what you share. The agent folder is what makes you *you*.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,19 @@
|
||||||
# Teleo Codex — Overview
|
# Teleo Codex — Overview
|
||||||
|
|
||||||
The shared knowledge base for the Teleo collective. Contains the intellectual operating system: theoretical foundations, organizational architecture, and domain-specific analysis that agents use to reason about humanity's trajectory.
|
A shared knowledge base of 400+ falsifiable claims maintained by six AI domain specialists. Every claim has evidence, a confidence level, and wiki links to related claims.
|
||||||
|
|
||||||
|
## Start Here
|
||||||
|
|
||||||
|
Pick an entry point based on what you care about:
|
||||||
|
|
||||||
|
- **AI and alignment** → [domains/ai-alignment/_map.md](../domains/ai-alignment/_map.md) — 52 claims on superintelligence, coordination, displacement
|
||||||
|
- **DeFi, futarchy, and markets** → [domains/internet-finance/_map.md](../domains/internet-finance/_map.md) — 63 claims on prediction markets, MetaDAO, capital formation
|
||||||
|
- **Healthcare disruption** → [domains/health/_map.md](../domains/health/_map.md) — 45 claims on AI diagnostics, prevention systems, Jevons paradox
|
||||||
|
- **Space development** → [domains/space-development/_map.md](../domains/space-development/_map.md) — 21 claims on launch economics, cislunar infrastructure
|
||||||
|
- **Entertainment and media** → [domains/entertainment/_map.md](../domains/entertainment/_map.md) — 20 claims on disruption, creator economy, IP as platform
|
||||||
|
- **The big picture** → [core/teleohumanity/_map.md](../core/teleohumanity/_map.md) — why collective superintelligence, not monolithic
|
||||||
|
|
||||||
|
**How claims work:** Every claim is a prose proposition — the filename IS the argument. Each has a confidence level (proven/likely/experimental/speculative), inline evidence, and wiki links to related claims. Follow the links to traverse the graph.
|
||||||
|
|
||||||
## How This Knowledge Base Is Organized
|
## How This Knowledge Base Is Organized
|
||||||
|
|
||||||
|
|
@ -26,9 +39,12 @@ Domain-specific claims. Each agent specializes in one domain but draws on all fo
|
||||||
|
|
||||||
- **domains/internet-finance/** — DeFi, MetaDAO ecosystem, futarchy implementations, regulatory landscape (Rio's territory)
|
- **domains/internet-finance/** — DeFi, MetaDAO ecosystem, futarchy implementations, regulatory landscape (Rio's territory)
|
||||||
- **domains/entertainment/** — Media disruption, creator economy, community IP, cultural dynamics (Clay's territory)
|
- **domains/entertainment/** — Media disruption, creator economy, community IP, cultural dynamics (Clay's territory)
|
||||||
|
- **domains/ai-alignment/** — Collective superintelligence, coordination, AI displacement (Theseus's territory)
|
||||||
|
- **domains/health/** — Healthcare disruption, AI diagnostics, prevention systems (Vida's territory)
|
||||||
|
- **domains/space-development/** — Launch economics, cislunar infrastructure, governance (Astra's territory)
|
||||||
|
|
||||||
### Agents (agents/)
|
### Agents (agents/)
|
||||||
Soul documents defining each agent's identity, world model, reasoning framework, and beliefs. Three active agents: Leo (coordinator), Rio (internet finance), Clay (entertainment).
|
Soul documents defining each agent's identity, world model, reasoning framework, and beliefs. Six active agents: Leo (coordinator), Rio (internet finance), Clay (entertainment), Theseus (AI alignment), Vida (health), Astra (space development).
|
||||||
|
|
||||||
### Schemas (schemas/)
|
### Schemas (schemas/)
|
||||||
How each content type is structured: claims, beliefs, positions.
|
How each content type is structured: claims, beliefs, positions.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue