I like the inspiration from the agent-service-toolkit repo: https://github.com/JoshuaC215/agent-service-toolkit/ Specifically: [Service](https://github.com/JoshuaC215/agent-service-toolkit/blob/main/src/service/service.py) [Agent (client)](https://github.com/JoshuaC215/agent-service-toolkit/blob/main/src/client/client.py) [Simple streamlit app](https://github.com/JoshuaC215/agent-service-toolkit/blob/main/src/streamlit_app.py)
I like the inspiration from the agent-service-toolkit repo: https://github.com/JoshuaC215/agent-service-toolkit/
Specifically:
Service
Agent (client)
Simple streamlit app