1.7 KiB
AgentHub
Status: specification-only baseline. This repository does not yet contain a runnable AgentHub implementation.
AgentHub is specified as a self-hosted, general-purpose platform for orchestrating and governing agent workflows. The initial reference workflow is Gitea issue-to-specification-to-pull-request automation for small engineering teams; the specification also calls for non-Git workflows such as webhook processing, scheduled monitoring, and document generation.
What is in this repository
agent_hub_spec.md— the accepted AgentHub v0.3 baseline and primary product specification.git_agent_hub_spec.md— an earlier/alternate specification using the working name RepoPilot.
The two documents describe intended architecture, workflows, security boundaries, and deployment goals. They are not an implementation contract.
Current limitations
There is no application source, package manifest, Compose file, Dockerfile, Makefile, test suite, or executable configuration in this checkout. Consequently, there are no verified prerequisites or setup, run, test, configuration, or deployment commands to provide.
Docker Compose deployment is a design goal described by the AgentHub specification, not a currently available deployment method. Do not treat the specifications as instructions for operating a service.
Repository layout
.
├── agent_hub_spec.md # Accepted AgentHub baseline
└── git_agent_hub_spec.md # Earlier RepoPilot specification
Next step
Use agent_hub_spec.md as the baseline for implementation planning. Add operational documentation only with the implementation, its manifests, and verified commands.