1 مستودع
Updates model parameters such as temperature, max tokens, and streaming mode while the agent is running.
Distinct from Model Parameters: Distinct from Model Parameters: focuses on runtime adjustment during active execution, not static configuration.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Runtime Adjustments. Refine with filters or upvote what's useful.
This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified framework for creating conversational agents that can use tools, maintain state, and coordinate across multiple language model providers including OpenAI, Anthropic, Google, Amazon Bedrock, and locally-hosted models. The SDK supports multi-agent orchestration through graphs, teams, and swarms, allowing several specialized agents to collaborate on complex tasks. Agents can be composed as callable tools that other agents invoke, and the framework includes policy handlers that inspe
Updates model parameters such as temperature, max tokens, and streaming mode while the agent is running.