Add comprehensive input documentation for agents

Introduce detailed documentation on how input works for agents, including flow, formats, examples, validation, and testing procedures. Update references in the README and agents documentation to link to this new resource.
This commit is contained in:
geoffsee
2025-05-23 11:12:07 -04:00
parent c40e487aba
commit 080494e971
3 changed files with 159 additions and 1 deletions

View File

@@ -135,4 +135,9 @@ curl https://your-server.com/webhooks/<stream_id> \
2. Use appropriate tools for the task
3. Handle errors gracefully
4. Provide clear instructions in the agent's prompt
5. Test your agent thoroughly before deploying
5. Test your agent thoroughly before deploying
## Related Documentation
- [Input Documentation](./input.md) - How input works for agents
- [API Documentation](./api.md) - API endpoints and usage examples