You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[api] introduce skyagi rest api (#73)
* add api.py
* have some skeleton but need to figure out how to wrap up the message
* give it a try first
* testing api now
* if openai key exists, no need to set it
* things are working until agi_step
* use Prompt instead of input
* create wrapper for console print
* add wrapper over prompt.ask. verify web and cli both working
* handle ask() with no argument
* working locally with client.py
* add todos
* fix the bug with prompt.ask used in the async path
* move api and example client to skyagi-api
* rename the example client
* add requirements.txt for future jcloud deployment
* update todo
* add readme for skyagi-api
* update README
* cleanup
* add hyperlink to README
* stream output back to client
* disconnet when error happens
* fix format
* fix lint
* update TODO
* update TODO
* extend the example client to any agent config
* fix lint