Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(agents-api): updated openapi schema for tasks spec #350

Merged
merged 4 commits into from
May 30, 2024

Conversation

alt-glitch
Copy link
Contributor

@alt-glitch alt-glitch commented May 29, 2024

  • Update OpenAPI Spec
  • Ran bash scripts/generate_openapi_code.sh
  • Added endpoints in routers/

TODO:

  • write cozo queries in models
  • write logic for temporal activities

🚀 This description was created by Ellipsis for commit 33ec9bc

Summary:

This PR updates the OpenAPI schema, SDKs, and introduces new endpoints and models for task and execution management, along with script execution for regeneration.

Key points:

  • Updated OpenAPI schema
  • Updated SDKs for Python and TypeScript
  • Added new endpoints for task creation, listing, and execution management in agents-api/agents_api/routers/tasks/routers.py
  • Added new models and schemas for handling tasks and executions
  • Ran script to regenerate OpenAPI code

Generated with ❤️ by ellipsis.dev

@alt-glitch alt-glitch requested a review from creatorrr May 29, 2024 15:27
@alt-glitch alt-glitch changed the title openapi schema, definitions & sdks updated; endpoints added for tasks… wip(agents-api): updated openapi schema for tasks spec May 29, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 59dbdfc in 3 minutes and 8 seconds

More details
  • Looked at 4709 lines of code in 68 files
  • Skipped 3 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_2VLpwbkAT5HNRl0J


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

sdks/ts/src/api/services/DefaultService.ts Show resolved Hide resolved
@alt-glitch alt-glitch changed the base branch from dev to dev-tasks May 30, 2024 00:19
@creatorrr creatorrr enabled auto-merge (squash) May 30, 2024 00:39
@creatorrr creatorrr changed the title wip(agents-api): updated openapi schema for tasks spec feat(agents-api): updated openapi schema for tasks spec May 30, 2024
@creatorrr creatorrr disabled auto-merge May 30, 2024 00:44
@creatorrr creatorrr merged commit 7102509 into dev-tasks May 30, 2024
6 of 9 checks passed
@creatorrr creatorrr deleted the f/tasks-openapi-schema branch May 30, 2024 00:44
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on 33ec9bc in 3 minutes and 16 seconds

More details
  • Looked at 31 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_3hQhNM9mi9kQuw9K


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants