mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-12 05:52:39 +00:00
Remove unused platform_context context manager and env var fallback from context module. Token resolves from context var or env var via default_factory on the tool field. Replace custom __init__ with model_validator and use sanitize_tool_name.