airtai / fastagency

The fastest way to bring multi-agent workflows to production.
https://fastagency.ai/latest
Apache License 2.0
261 stars 19 forks source link

Adds multiple choice message handling to MesopUI #198

Closed davorrunje closed 1 month ago

davorrunje commented 1 month ago

Description

Remember all chats, and make them available to the user, so that she can revisit them.

In this first iteration:

chats are not persisted - when server goes down, they go as well only completed chats can be saved chats can not be resumed

Fixes #143

Type of change

Please delete options that are not relevant.

Checklist

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 128 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
fastagency/ui/mesop/message.py 0.00% 68 Missing :warning:
.../user_guide/custom_user_interactions/main_mesop.py 0.00% 32 Missing :warning:
...cs_src/user_guide/external_rest_apis/main_mesop.py 0.00% 13 Missing :warning:
fastagency/ui/mesop/data_model.py 0.00% 7 Missing :warning:
fastagency/ui/mesop/components/inputs.py 0.00% 4 Missing :warning:
...cs_src/user_guide/custom_user_interactions/main.py 0.00% 2 Missing :warning:
fastagency/ui/mesop/main.py 0.00% 1 Missing :warning:
fastagency/ui/mesop/send_prompt.py 0.00% 1 Missing :warning:
Files with missing lines Coverage Δ
fastagency/studio/models/agents/assistant.py 83.33% <ø> (ø)
fastagency/ui/mesop/base.py 0.00% <ø> (ø)
fastagency/ui/mesop/main.py 0.00% <0.00%> (ø)
fastagency/ui/mesop/send_prompt.py 0.00% <0.00%> (ø)
...cs_src/user_guide/custom_user_interactions/main.py 0.00% <0.00%> (ø)
fastagency/ui/mesop/components/inputs.py 0.00% <0.00%> (ø)
fastagency/ui/mesop/data_model.py 0.00% <0.00%> (ø)
...cs_src/user_guide/external_rest_apis/main_mesop.py 0.00% <0.00%> (ø)
.../user_guide/custom_user_interactions/main_mesop.py 0.00% <0.00%> (ø)
fastagency/ui/mesop/message.py 0.00% <0.00%> (ø)