julep
julep copied to clipboard
Dev tasks
trafficstars
| :rocket: | This description was created by Ellipsis for commit 30814b54ca73675d263b53286f15def0804bb468 |
|---|
Summary:
Enhanced agents-api with new task and execution endpoints, updated Python version, integrated new functions into workflows, and added comprehensive tests.
Key points:
- Enhanced
agents-apiwith new task and execution endpoints. - Updated Python version to 3.11.9.
- Added functions:
create_task,create_task_execution,get_execution_details,get_task_details,list_task_executions,list_tasks,patch_execution,update_execution. - Integrated
for_each_stepandmap_reduce_stepinto task execution workflows. - Modified
typespec/common/interfaces.tspfor pagination and CRUD interfaces. - Added endpoints in
typespec/docs/endpoints.tspandtypespec/executions/endpoints.tsp. - Updated models in
typespec/executions/models.tsp. - Enhanced
agents-api/agents_api/activities/summarization.pyandagents-api/agents_api/activities/task_steps/__init__.py. - Updated
agents-api/agents_api/worker/__main__.pyandagents-api/agents_api/workflows/task_execution.py. - Modified
get_developer_idandget_developer_datainagents-api/agents_api/dependencies/developer_id.py. - Added tests for task routes in
agents-api/tests/test_task_routes.py. - Added tests for
for_each_stepandmap_reduce_stepinagents-api/tests/test_execution_workflow.py. - Updated
agents-api/agents_api/activities/embed_docs.pyandagents-api/agents_api/activities/mem_mgmt.py. - Introduced
agents-api/agents_api/worker/worker.pyfor Temporal workers.
Generated with :heart: by ellipsis.dev