metric-space-ai / octopus_client

The frontend of octopus software
Mozilla Public License 2.0
0 stars 2 forks source link

scheduled prompts/agents #93

Open asyncfncom opened 1 month ago

asyncfncom commented 1 month ago

Please use https://api.likora.octopus-ai.app/swagger-ui/#/scheduled_prompts/list API for integrating agents.

On post user is able to save prompt and desired schedule. Desired schedule is later translated to cron format.

In response you get a chat_id. You need to use this chat_id on https://api.likora.octopus-ai.app/swagger-ui/#/chat_messages/list and you will get responses for particular scheduled prompt.