Monorepo for EGOS agents, apps, and shared packages.
egos-lab is the lab/incubator side of the EGOS ecosystem. It contains the agent registry, runtime, and several applications at various stages of maturity.
| App | Description | Status | Where |
|---|---|---|---|
| egos-web | Landing page / Mission Control | Live | egos.ia.br (Vercel) |
| eagle-eye | Gazette monitor + OSINT analysis | Live | VPS (Hetzner) |
| telegram-bot | @EGOSin_bot — community AI bot, 26 tools | Live | VPS (Hetzner, PM2) |
| agent-commander | Telegram -> GitHub safe execution pipeline | Active | VPS |
| App | Description | Status |
|---|---|---|
| intelink | Police intelligence UX | PAUSED — being ported to EGOS Inteligencia |
| nexus | AI-first marketplace | ARCHIVED — prototype only, no active development |
| radio-philein | Community radio | PAUSED — no active development |
| marketplace-core | Marketplace backend | ARCHIVED — superseded by nexus prototype |
| carteira-x | Wallet experiments | ARCHIVED — no active development |
| symphony-egos | Orchestration experiments | ARCHIVED — concepts extracted, no active development |
| egos-self | Personal intelligence CLI | PAUSED — security review pending |
27 registered agents in agents/registry/agents.json. Key agents:
| Agent | Description | Status |
|---|---|---|
| gem-hunter | Discovery engine — 7 APIs, 14 categories, 1528 LOC | Active (CCR scheduled) |
| ssot-auditor | Structural type drift detection | Active |
| master-orchestrator | Runs all agents in sequence | Active |
Run agents:
bun agent:list # list all agents
bun agent:run <id> --dry # dry-run
bun agent:run <id> --exec # execute| Package | Description |
|---|---|
| shared | AI client, LLM provider routing, social APIs, event bus types |
git clone https://github.com/enioxt/egos-lab.git && cd egos-lab
bun install
bun agent:list
cd apps/egos-web && bun dev # run Mission Control locallyegos-lab/
├── agents/
│ ├── runtime/runner.ts # Core execution engine
│ ├── registry/agents.json # Agent definitions (SSOT)
│ └── agents/*.ts # Agent implementations
├── apps/
│ ├── egos-web/ # Mission Control (React + Vite) — Live
│ ├── telegram-bot/ # @EGOSin_bot — Live
│ ├── eagle-eye/ # OSINT gazette monitor — Live
│ ├── agent-commander/ # Telegram->GitHub pipeline — Active
│ └── (6 paused/archived) # intelink, nexus, radio-philein, etc.
├── packages/
│ └── shared/ # AI client, types, social APIs
└── .guarani/ # Agent identity + coding rules
See CONTRIBUTING_WITH_AI.md. All commits pass through pre-commit hooks (gitleaks, registry lint).
AGPL-3.0