mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #13] [MERGED] Logan/service base class #209
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/13
Author: @logan-markewich
Created: 6/13/2024
Status: ✅ Merged
Merged: 6/13/2024
Merged by: @logan-markewich
Base:
logan/basic_routing← Head:logan/service_base_class📝 Commits (5)
252299dAdd BaseService classc18d22amerge in mixin664fa46simplify mixin5de972bfix tests496d223Add orchestrators base class📊 Changes
18 files changed (+439 additions, -522 deletions)
View changed files
➖
agentfile/agent_server/__init__.py(+0 -19)➖
agentfile/agent_server/base.py(+0 -70)➖
agentfile/agent_server/fastapi.py(+0 -291)📝
agentfile/control_plane/base.py(+21 -16)📝
agentfile/control_plane/fastapi.py(+47 -92)📝
agentfile/launchers/local.py(+12 -14)➕
agentfile/message_consumers/callable.py(+11 -0)📝
agentfile/message_publishers/publisher.py(+5 -4)📝
agentfile/messages/base.py(+1 -1)➕
agentfile/orchestrators/__init__.py(+0 -0)➕
agentfile/orchestrators/base.py(+21 -0)➕
agentfile/orchestrators/service_tool.py(+22 -0)➕
agentfile/services/__init__.py(+19 -0)➕
agentfile/services/agent.py(+211 -0)➕
agentfile/services/base.py(+56 -0)📝
agentfile/services/types.py(+0 -0)📝
agentfile/types.py(+9 -4)📝
tests/test_agent_server.py(+4 -11)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.