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

Create a REST API for agent interactions #1075

Closed
chatGPTxx opened this issue Apr 13, 2024 · 4 comments
Closed

Create a REST API for agent interactions #1075

chatGPTxx opened this issue Apr 13, 2024 · 4 comments
Labels
enhancement New feature or request severity:low Minor issues, code cleanup, etc Stale

Comments

@chatGPTxx
Copy link

What problem or use case are you trying to solve?

Do you have plan to expose main features as API endpoints? So that we can easier integrate with other applications

Describe the UX of the solution you'd like

No UI

Do you have thoughts on the technical implementation?

Describe alternatives you've considered

Additional context

@chatGPTxx chatGPTxx added the enhancement New feature or request label Apr 13, 2024
@foragerr
Copy link
Collaborator

What would you deem "main features"
Would you mind describing what sort of integrations you're looking to build?

@rbren
Copy link
Collaborator

rbren commented Apr 15, 2024

@chatGPTxx you can use OpenDevin as a python package currently, and you can use the webhook API describe here: https://github.com/OpenDevin/OpenDevin/tree/main/opendevin/server

A REST API would be nice (e.g. being able to start a task, then repeatedly call POST /step to advance the agent). But that would require persistent state (i.e. a database) rather than our current in-memory setup, so it's probably a ways off

@rbren rbren changed the title Expose main features with API endpoints Create a REST API for agent interactions Apr 15, 2024
@rbren rbren added the severity:low Minor issues, code cleanup, etc label Apr 15, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 16, 2024
Copy link

This issue was closed because it has been stalled for over 30 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request severity:low Minor issues, code cleanup, etc Stale
Projects
None yet
Development

No branches or pull requests

3 participants