Skip to content

Implement inline REST LLM tools support and update documentation - #80

Merged
seymourtang merged 1 commit into
AgoraIO:mainfrom
seymourtang:feat/tools
Aug 31, 2026
Merged

Implement inline REST LLM tools support and update documentation#80
seymourtang merged 1 commit into
AgoraIO:mainfrom
seymourtang:feat/tools

Conversation

@seymourtang

Copy link
Copy Markdown
Collaborator
  • Added support for inline REST LLM tools, allowing global and CN LLM vendors to accept dictionary-based tools definitions.
  • Introduced new configuration classes: LlmToolConfig, LlmToolExecutionConfig, LlmToolFunctionConfig, LlmToolFunctionParametersConfig, and LlmToolServerConfig.
  • Updated documentation to reflect the new tools feature and provided examples for usage.
  • Enhanced agent functionality to enable tool execution explicitly with Agent.with_tools().
  • Added tests to verify the correct configuration and functionality of the new tools feature.

- Added support for inline REST LLM tools, allowing global and CN LLM vendors to accept dictionary-based `tools` definitions.
- Introduced new configuration classes: `LlmToolConfig`, `LlmToolExecutionConfig`, `LlmToolFunctionConfig`, `LlmToolFunctionParametersConfig`, and `LlmToolServerConfig`.
- Updated documentation to reflect the new tools feature and provided examples for usage.
- Enhanced agent functionality to enable tool execution explicitly with `Agent.with_tools()`.
- Added tests to verify the correct configuration and functionality of the new tools feature.
@seymourtang
seymourtang merged commit 8e5a03d into AgoraIO:main Aug 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant