Project
This is the public project hub for vespid: one repository, one gateway model, and one reference demo that shows the full trust path over ordinary HTTP.
The current vespid execution model
vespid is not trying to be a complete agent platform yet. The current slice is narrow on purpose: make one service contract legible, route execution through one gateway, and prove the highest-value trust transitions end to end.
Load service capabilities
The gateway discovers a service from /.well-known/agent-service.json and derives capabilities from the OpenAPI agent extensions.
Issue scoped grants
Consequential actions require a temporary grant that matches the capability and task binding instead of an unbounded session shortcut.
Resume the original task
After grant issuance, the gateway resumes the original task and waits for approval instead of creating a duplicate consequential task.
Persist artifacts and evidence
The runtime stores artifacts and audit events so the whole path can be inspected after execution, not merely observed in logs.
Open vespid first for the clearest summary of scope, trust boundary, and public entry points.
Use Documentation for the contract and runtime model that should stay stable after launch notes fade.
Use Blog when you want the reasoning behind the HTTP-first and adapter-later posture.
Related reading
Section titled “Related reading”- vespid: the main project page.
- Documentation: the durable reference layer.
- Blog: launch context and architecture rationale.