Anthropic Provider Usage Guide
Quick Start
- Install
@robota-sdk/agent-provider-anthropic,@robota-sdk/agent-core, and@anthropic-ai/sdk. - Configure provider and register it in
Robota.
Recommended Patterns
- Configure model/max tokens explicitly.
- Use streaming for long responses.
- Keep tool usage contract-driven and validated.
Related Docs
README.md: Full feature overview and examples.DEVELOPMENT.md: Implementation and maintenance guidance.