mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #20] [MERGED] Human Service #216
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/20
Author: @nerdai
Created: 6/20/2024
Status: ✅ Merged
Merged: 6/22/2024
Merged by: @nerdai
Base:
main← Head:nerdai/human-service📝 Commits (10+)
71e2d2fstart human service2c19664add input req9bb7481human service first unit testc4e7f09second unit test9c6aa77add 3rd unit test2c64c1badd process from queueb75a0dfnitd50aca8start human local service script7423b08Merge branch 'main' into nerdai/human-service36523fdupdate human service to TaskDefinition📊 Changes
9 files changed (+497 additions, -5 deletions)
View changed files
📝
agentfile/__init__.py(+2 -1)📝
agentfile/message_queues/simple.py(+1 -0)📝
agentfile/orchestrators/agent.py(+7 -4)📝
agentfile/services/__init__.py(+2 -0)➕
agentfile/services/human.py(+229 -0)➕
example_scripts/agentic_human_local_single.py(+47 -0)➕
example_scripts/pipeline_human_local_single.py(+62 -0)➕
tests/services/test_human_service.py(+147 -0)📝
tests/services/test_tool_service.py(+0 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.