Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 392 Bytes

File metadata and controls

11 lines (8 loc) · 392 Bytes

Contributing

AgentDispatch packages are developed as separate repositories under the agent-dispatch GitHub organization. Keep public contracts in @agent-dispatch/core provider-neutral and avoid adding cloud-specific fields outside adapter-owned details or providerRefs objects.

Run these checks before opening a pull request:

npm test
npm run typecheck
npm run build