Awesome Gait Ecosystem
Awesome Gait Ecosystem
This index is the public discovery surface for adapters, skills, and policy packs that follow the Gait primitive contract.
Source of truth:
docs/ecosystem/community_index.json
Validation:
python3 scripts/validate_community_index.pypython3 scripts/render_ecosystem_release_notes.py
Maintained In-Repo Integrations
- LangChain (official middleware lane):
examples/integrations/langchain/ - OpenAI Agents reference boundary demo:
examples/integrations/openai_agents/ - AutoGen reference adapter:
examples/integrations/autogen/ - OpenClaw reference adapter:
examples/integrations/openclaw/ - OpenClaw installable skill package:
examples/integrations/openclaw/skill/ - AutoGPT reference adapter:
examples/integrations/autogpt/ - Gas Town reference adapter:
examples/integrations/gastown/
Official Skills
gait-capture-runpackgait-incident-to-regressiongait-policy-test-rollout
Contribution Rules
- Every entry must be deterministic, offline-safe by default, and execution-boundary enforced.
- Every adapter entry must pass
bash scripts/test_adapter_parity.shbehavior. - Every skill entry must declare provenance and avoid direct policy logic in non-Go layers.
- Every entry must include a public GitHub repo URL and a stable summary.
- Maintainer-promoted official-lane expansion requires scorecard evidence (
scripts/check_integration_lane_scorecard.py) meeting threshold + confidence gates.
See docs/ecosystem/contribute.md for the full submission workflow.