suna/backend/core/agentpress
marko-kraemer 2b5b8cc0bc Add Sonnet 4.5 model and fix LiteLLM response handling
- Add Claude Sonnet 4.5 (global.anthropic.claude-sonnet-4-5-20250929-v1:0) to model registry
- Update all Anthropic models to use bedrock/converse/ endpoint with full ARNs
- Restore alias system for proper model ID resolution from LiteLLM responses
- Refactor response processor to preserve exact LiteLLM response objects
- Fix pricing lookup by mapping raw ARNs to registry model IDs via aliases
2025-10-01 00:55:24 +02:00
..
example mv around files, update imports 2025-09-03 22:40:25 -07:00
PROMPT_CACHING.md wip 2025-09-22 10:15:42 +02:00
README.md mv around files, update imports 2025-09-03 22:40:25 -07:00
__init__.py mv around files, update imports 2025-09-03 22:40:25 -07:00
context_manager.py wip 2025-09-18 10:51:58 +02:00
error_processor.py wip 2025-09-18 09:21:31 +02:00
prompt_caching.py count base64 tokens 2025-09-26 00:24:53 +05:30
response_processor.py Add Sonnet 4.5 model and fix LiteLLM response handling 2025-10-01 00:55:24 +02:00
thread_manager.py Add Sonnet 4.5 model and fix LiteLLM response handling 2025-10-01 00:55:24 +02:00
tool.py wip 2025-09-18 10:51:58 +02:00
tool_registry.py wip 2025-09-22 10:15:42 +02:00
xml_tool_parser.py mv around files, update imports 2025-09-03 22:40:25 -07:00

README.md