Side project around agentic AI, built with Next.js and Claude (.claude/ folder).
Concept
Agentos imports a repository path and automatically identifies the agents and skills a project needs, based on a clear hierarchy:
Super orchestrator → Orchestrators → Experts
Features
-
Graph visualization of a project's agent hierarchy
-
Skills assigned based on each agent's position in the hierarchy
-
Every agent is humanized and personalized (name, own personality)
-
Suggestions to improve task allocation
-
Reduced token consumption
-
Marketplace (work in progress) of skills and agents that can express themselves, for example:
"Léo (git manager): I'll rebase on develop first, then commit & push the new feature!"
Goal
An orchestrator should always know who to delegate to, and an expert should always know what to do without getting it wrong.