mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #36] [MERGED] Agent as a tool #226
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/36
Author: @nerdai
Created: 6/24/2024
Status: ✅ Merged
Merged: 6/24/2024
Merged by: @logan-markewich
Base:
main← Head:nerdai/agent-as-a-tool📝 Commits (10+)
b357b88fix imports for tool service example scriptbe635f3wip21e8e75add AgentServiceToold4b32fdmv test_meta_service_tool into tools576b6f0add init and from_service_def unit tests0820046tdd tool call output unit test03466d7fn schema validation18cf208wip3707014unit test for tool call outputf95e557add unit tests for raising timeout📊 Changes
10 files changed (+658 additions, -17 deletions)
View changed files
📝
README.md(+2 -1)📝
example_scripts/agentic_toolservice_local_single.py(+1 -1)➕
example_scripts/pipeline_agent_service_tool_local_single.py(+68 -0)📝
llama_agents/__init__.py(+7 -1)📝
llama_agents/services/agent.py(+73 -10)📝
llama_agents/services/human.py(+0 -3)📝
llama_agents/tools/__init__.py(+2 -1)➕
llama_agents/tools/agent_service_tool.py(+222 -0)➕
tests/tools/test_agent_service_tool.py(+283 -0)📝
tests/tools/test_meta_service_tool.py(+0 -0)📄 Description
AgentServiceToolcloses #27
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.