julep icon indicating copy to clipboard operation
julep copied to clipboard

Dev tasks

Open whiterabbit1983 opened this issue 1 year ago • 0 comments
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-api with 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_step and map_reduce_step into task execution workflows.
  • Modified typespec/common/interfaces.tsp for pagination and CRUD interfaces.
  • Added endpoints in typespec/docs/endpoints.tsp and typespec/executions/endpoints.tsp.
  • Updated models in typespec/executions/models.tsp.
  • Enhanced agents-api/agents_api/activities/summarization.py and agents-api/agents_api/activities/task_steps/__init__.py.
  • Updated agents-api/agents_api/worker/__main__.py and agents-api/agents_api/workflows/task_execution.py.
  • Modified get_developer_id and get_developer_data in agents-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_step and map_reduce_step in agents-api/tests/test_execution_workflow.py.
  • Updated agents-api/agents_api/activities/embed_docs.py and agents-api/agents_api/activities/mem_mgmt.py.
  • Introduced agents-api/agents_api/worker/worker.py for Temporal workers.

Generated with :heart: by ellipsis.dev

whiterabbit1983 avatar Aug 06 '24 16:08 whiterabbit1983