mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #14] [MERGED] Add ToolService #210
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/14
Author: @nerdai
Created: 6/14/2024
Status: ✅ Merged
Merged: 6/19/2024
Merged by: @nerdai
Base:
main← Head:nerdai/tool-service📝 Commits (10+)
ecbce34start ToolServicef6ba484cr6cf503dadd unit test for tool service91b8a82add another unit testf32c3d3unit test from publishing queueb259318add metaservice tool4a06c15add cleanup28f4cc8add purge method as a TODO1ebc574passingb317128init, constructor tests📊 Changes
9 files changed (+849 additions, -4 deletions)
View changed files
📝
agentfile/message_queues/simple.py(+11 -1)📝
agentfile/messages/base.py(+2 -2)📝
agentfile/services/__init__.py(+2 -0)➕
agentfile/services/tool.py(+202 -0)➕
agentfile/tools/__init__.py(+4 -0)➕
agentfile/tools/meta_service_tool.py(+232 -0)📝
agentfile/types.py(+21 -1)➕
tests/test_meta_service_tool.py(+214 -0)➕
tests/test_tool_service.py(+161 -0)📄 Description
\[GET]tool[GET, POST]tool_call[POST]ToolCallandToolCallResulttypesActionTypes:NEW_TOOL_CALLandCOMPLETED_TOOL_CALL🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.