phidatahq / phidata

Build AI Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.
https://docs.phidata.com
Mozilla Public License 2.0
15.59k stars 2.14k forks source link

about agent ui #1413

Open cowarder11 opened 2 weeks ago

cowarder11 commented 2 weeks ago

I want to add a fixed process in Agent UI. Every time after the user inputs a query, I will retrieve a similar one from the database and then output it to the user. Where should I develop this code? should I learn more of unicorn or phidata?

ysolanky commented 2 weeks ago

Hey @cowarder11 !

Can you share more details about your use case? It sounds like you want the Agent UI to just return saved responses from a database instead of making calls to the language models. Is that correct?