Essential links
- Repository – github.com/hupe1980/agentmesh
- API reference – pkg.go.dev/github.com/hupe1980/agentmesh
- Examples – examples directory
- Changelog – GitHub releases
Community & feedback
- File issues, feature requests, or questions via GitHub Issues.
- Join discussions and propose ideas through pull requests—start with CONTRIBUTING.md.
- Track upcoming work or propose new items on the project roadmap.
Local development tips
- Lint and test quickly using
just lint
,just test
, orjust check
. - Run all Go tests with race detection using
go test ./... -race
. - Preview documentation updates locally with
just docs-serve
.
Related reading
- OpenTelemetry example – combine structured logging, metrics, and tracing.
- Tool usage example – define strongly typed tools with JSON Schema validation.
- Transfer agent example – hand off control between agents.