mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #19] [MERGED] simplify imports, remove dead code, made service retrieval configurable #215
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/19
Author: @logan-markewich
Created: 6/20/2024
Status: ✅ Merged
Merged: 6/20/2024
Merged by: @logan-markewich
Base:
main← Head:logan/tools_vs_tools_retriever📝 Commits (1)
593a77asimplify imports, remove dead code, made service retrieval configurable📊 Changes
13 files changed (+119 additions, -95 deletions)
View changed files
📝
agentfile/__init__.py(+30 -0)📝
agentfile/control_plane/__init__.py(+4 -0)📝
agentfile/control_plane/base.py(+0 -39)📝
agentfile/control_plane/fastapi.py(+40 -41)📝
agentfile/launchers/__init__.py(+3 -0)📝
agentfile/message_consumers/__init__.py(+4 -0)📝
agentfile/message_publishers/__init__.py(+3 -0)📝
agentfile/message_queues/__init__.py(+4 -0)📝
agentfile/messages/__init__.py(+3 -0)📝
agentfile/orchestrators/__init__.py(+13 -0)📝
agentfile/types.py(+0 -4)📝
example_scripts/agentic_local_single.py(+7 -5)📝
example_scripts/pipeline_local_single.py(+8 -6)📄 Description
See title :) Many QoL improvements!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.