mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #98] [MERGED] [docs] Add docstrings #260
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/98
Author: @logan-markewich
Created: 7/3/2024
Status: ✅ Merged
Merged: 7/3/2024
Merged by: @logan-markewich
Base:
main← Head:logan/add_docstrings📝 Commits (2)
f7f6cd7wip44fdb0dso many docstrings📊 Changes
23 files changed (+837 additions, -15 deletions)
View changed files
📝
llama_agents/control_plane/base.py(+40 -9)📝
llama_agents/control_plane/server.py(+36 -0)📝
llama_agents/launchers/local.py(+46 -0)📝
llama_agents/launchers/server.py(+45 -0)📝
llama_agents/message_consumers/base.py(+4 -1)📝
llama_agents/message_consumers/callable.py(+5 -0)📝
llama_agents/message_consumers/remote.py(+10 -0)📝
llama_agents/message_publishers/publisher.py(+8 -1)📝
llama_agents/message_queues/simple.py(+30 -0)📝
llama_agents/messages/base.py(+28 -0)📝
llama_agents/orchestrators/agent.py(+45 -0)📝
llama_agents/orchestrators/base.py(+10 -0)📝
llama_agents/orchestrators/pipeline.py(+38 -0)📝
llama_agents/services/agent.py(+81 -0)📝
llama_agents/services/base.py(+14 -1)📝
llama_agents/services/component.py(+47 -0)📝
llama_agents/services/human.py(+45 -0)📝
llama_agents/services/tool.py(+71 -0)📝
llama_agents/tools/agent_service_tool.py(+63 -3)📝
llama_agents/tools/meta_service_tool.py(+36 -0)...and 3 more files
📄 Description
In preparation for API docs, we needed a lot of docstrings.
Fixes #39
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.