A community that builds agents, using agents.
Members write the business logic of their own MCP agent in their own repo. The platform owns the rails: the scaffold, the review gate, the shared review agent, the fleet gateway and the hosting. Merge a YAML PR, and your agent is live under one endpoint with everyone else's.
What we are building
open-core · GitHub is the databaseagent-template
A Copier scaffold: runnable MCP server + REST API in one process, a manifest, and a review workflow that references the platform by version. copier update pulls future changes as a 3-way merge.
v0.0.27policies
One reusable review flow and one standing AI review agent. The deterministic gate decides; the model only advises. Members pin policies@vN and upgrade on their own schedule.
v0.0.9agent-registry
The fleet roster and the hosting allowlist, both plain YAML. Every admission and every deploy is a PR an admin merges. A weekly bot keeps every member on the latest scaffold.
members.yamlfleet-router
One wildcard domain, one Caddy edge. The routing table is generated from the registry, never hand-edited. Removing a line is the kill switch.
*.agents.turingplanet.aifleet-services
Holds the credentials members never see. /review and /fix-suggestion on any member PR, platform-paid, with a weekly quota counted from GitHub itself.
/api/reviewfleet-gateway
Aggregates every hosted agent into a single MCP endpoint. Stateless, stdlib-only, tools prefixed by agent slug. Join the roster and you appear here automatically.
mcp.agents…/mcpHow it works
three steps, three PRsScaffold
copier copy gh:turingplanet/agent-template ./my-agent. You get a working server, a manifest, tests and the review workflow. Write your logic in /api.
Review
Open a PR in your own repo. The gate runs: manifest → install → tests → contract → lint → security. Comment /review for a platform-paid AI review.
Register & host
Set fleet.register: true and push. A registry PR opens; an admin merges. Add a hosting line and your agent is live behind the gateway.
Agents built by members
all projects →Job search assistant over listings and résumé text.
tool_runtool_say_hijob-agent.agents…Reads an argument and surfaces the perspectives it leaves out.
analyze_perspective_bridgeperspective-bridge.agents…Calculation and utility tools, the first cross-account hosted member.
tool_calculatetool_runerkang.agents…