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
Official Integrations
- OpenAI Agents:
examples/integrations/openai_agents/ - LangChain:
examples/integrations/langchain/ - AutoGen:
examples/integrations/autogen/ - OpenClaw:
examples/integrations/openclaw/ - OpenClaw installable skill package:
examples/integrations/openclaw/skill/ - AutoGPT:
examples/integrations/autogpt/ - Gas Town:
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.
- Official lane expansion in v2.3 requires scorecard evidence (
scripts/check_integration_lane_scorecard.py) meeting threshold + confidence gates.
See docs/ecosystem/contribute.md for the full submission workflow.