Skip to content
agent-media docs
Public documentation · No sign-in required
Documentation / Contributing

Contributing

Improve the maintained public platform and its documentation.

On this page

Work in the official repository

Use gitroomhq/agent-media-app for platform fixes, public docs and public-skill changes. Read CONTRIBUTING.md and the relevant architecture and service docs before editing.

Keep code and generated guidance aligned

The shared schemas and tool definitions drive generated agent guidance and model documentation. Regenerate affected artifacts and run the relevant tests so the published docs agree with tools/list.

pnpm install
pnpm build
pnpm test
pnpm --filter api-v2 gen:public-skill

Make issues reproducible

Describe the expected and actual behavior, affected client, version and a minimal reproduction. Redact credentials, restricted URLs and private customer content. Avoid running paid generations solely to reproduce a report unless the spend is authorized.

Edit these guides

The guide content is maintained in docs/public-guides.json in the OSS repository. Detailed tool and model data comes from the generated public-skill/site-data.json. Changes should explain the current behavior and state limitations accurately.