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:
@@ -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
|
||||
|
Reference in New Issue
Block a user