API endpoint to Auto-GPT #195
Replies: 7 comments 1 reply
-
Yes serving an endpoint would be very useful. Then Siri can act as the voice of AutoGPT using a very simple Siri shortcut on iOS |
Beta Was this translation helpful? Give feedback.
-
Great idea, any progress on this? |
Beta Was this translation helpful? Give feedback.
-
I'm going to pick this up this week as part of langchain-serve. Stay tuned for |
Beta Was this translation helpful? Give feedback.
-
AutoGPT is now available as APIs using langchain-serve. |
Beta Was this translation helpful? Give feedback.
-
I am super interested on this too. |
Beta Was this translation helpful? Give feedback.
-
@carlos-soto Try out AutoGPT-as-a-service |
Beta Was this translation helpful? Give feedback.
-
@deepankarm the AutoGPT-as-a-service is archived now so no farther development on it! do you recommend use it as a start point or there is any other option |
Beta Was this translation helpful? Give feedback.
-
Hi, I've created a much simpler version of this repo a few months ago and would love to help develop Auto-GPT. One feature I feel would greatly help future development is an API to enable Devs to create their own front ends while Auto-GPT works in the background as the logic that outputs the messages.
Something that would be required is a websocket for streaming the text, but also managing bi-directional communication in a chat scenario.
Before I start working on this, I would first like to know any features this API could have apart from the obvious one of initiating the Agent with its name and task, and then stream the text back to the client.
Beta Was this translation helpful? Give feedback.
All reactions