Skip to content

enioxt/egos-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

588 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egos-lab — Agent Lab + Application Incubator

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.


Apps

Active

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

Paused / Archived

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

Agents

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

Packages

Package Description
shared AI client, LLM provider routing, social APIs, event bus types

Quick Start

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 locally

Architecture

egos-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

Contributing

See CONTRIBUTING_WITH_AI.md. All commits pass through pre-commit hooks (gitleaks, registry lint).

License

AGPL-3.0

About

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors