Unattended Execution Engineowns execution
A long agent run stops at the first question it cannot answer, and sits there for hours. ANS keeps the run going and parks the question for you.
Run long AI workloads unattended without blocking on human questions.
- Availability
- Open Source
- Repository
- github.com/TokonoMix/agents-never-sleep
- Docs
- README · v1.9.0
- Product
- agentsneversleep.ai
TodayClone the repository and run it — open source, and the engine behind this site’s own unattended work.
Multi-Model Review Engineowns review
One model can be confidently wrong and nothing in its answer says so. Council asks models from different families the same question separately, then shows where they disagree. That disagreement is the signal.
Independent multi-model review: fewer single-model errors, disagreement surfaced early. It does not guarantee correctness.
- Availability
- Open Source
- Repository
- npm: tokonomix-council-mcp
- Docs
- npm README + skill · MCP registry: ai.tokonomix/council
TodayAdd the MCP server to your agent, or call it over this site’s API with the model id tokonomix-consensus.
Coordination Protocolowns coordination
Every agent describes project state in its own words, so nothing downstream can read it reliably. DCP fixes the vocabulary, not the tool — which is why it is a specification, not a library.
Development Coordination Protocol — a vendor-neutral language for project state, shared by AI agents and humans.
- Availability
- Public specification — live at devcopro.org
- Repository
- Not yet public
- Docs
- devcopro.org
- Product
- devcopro.org
TodayRead the specification at devcopro.org and build against it — implementations follow the spec, not the other way round.
Distributed Collaboration Layerowns distribution
One machine runs out of capacity before the work does. AgentsWeaver spreads a job across a fleet of specialised agents, keeps them isolated, and settles what each one used.
Distributed collaboration for AI agents: workload distribution, isolation and settlement across a fleet.
- Availability
- Private Preview
- Repository
- Not public
- Product
- agentsweaver.ai
TodayNothing self-serve yet: access runs through a direct relationship while the private preview continues.
Agent Infrastructure Layerowns transport
When agents message each other, delivery is the easy part. The hard part is knowing who really sent it, and treating the message as data rather than an order. AgentixMesh handles both.
Secure transport, trust, routing and discovery for distributed AI agents.
- Availability
- Open Source (repo)
- Repository
- github.com/TokonoMix/agentixmesh
- Product
- agentixmesh.ai
TodayThe repository is public; the hosted network is still in development.