mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-20 15:49:38 -04:00
[PR #5] [MERGED] WIP init control plane #200
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/5
Author: @logan-markewich
Created: 6/7/2024
Status: ✅ Merged
Merged: 6/7/2024
Merged by: @logan-markewich
Base:
main← Head:logan/init_control_plane📝 Commits (3)
cdb1339WIP init control plane548fab7tests5496788fix tests📊 Changes
16 files changed (+434 additions, -107 deletions)
View changed files
📝
agentfile/agent_server/__init__.py(+1 -3)📝
agentfile/agent_server/base.py(+18 -0)📝
agentfile/agent_server/fastapi.py(+58 -16)📝
agentfile/agent_server/types.py(+1 -17)📝
agentfile/control_plane/base.py(+39 -23)➕
agentfile/control_plane/fastapi.py(+187 -0)➖
agentfile/control_plane/fastapi_control_plane.py(+0 -45)➕
agentfile/launchers/__init__.py(+0 -0)➕
agentfile/launchers/local.py(+82 -0)📝
agentfile/message_queues/simple.py(+0 -2)📝
agentfile/messages/base.py(+3 -0)➕
agentfile/storage/__init__.py(+0 -0)➕
agentfile/storage/keyval_client.py(+0 -0)➕
agentfile/storage/keyval_server.py(+0 -0)➕
agentfile/types.py(+39 -0)📝
tests/test_agent_server.py(+6 -1)📄 Description
very WIP
Things to refactor
Some code to test this
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.