File tree Expand file tree Collapse file tree 1 file changed +2
-27
lines changed
Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -33,38 +33,13 @@ You can then navigate to http://localhost:8888 to try out the notebooks.
3333## Streamlit app
3434
3535We also have a Streamlit chat app that uses an Agno agent in the background.
36- This app uses Claude Sonnet, so you'll need to set ` ANTHROPIC_API_KEY ` before launching anything.
37-
38- To run the Streamlit app:
39-
40- ```
41- uv run \
42- --with streamlit \
43- --with agno \
44- --with anthropic \
45- --with mcp \
46- streamlit run streamlit/app.py --server.headless true
47- ```
48-
49- You can then navigate to http://localhost:8501
36+ You can find out more about this in the [ Streamlit README] ( streamlit/README.md )
5037
5138
5239## Chainlit app
5340
5441We have a Chainlit app too.
55- This app uses Claude Sonnet, so you'll need to set ` ANTHROPIC_API_KEY ` before launching anything.
56-
57- To run the Chainlit app:
58-
59- ```
60- uv run \
61- --with anthropic \
62- --with chainlit \
63- chainlit run chainlit/chat_mcp.py -w -h
64- ```
65-
66- You can then navigate to http://localhost:8000
67-
42+ You can find out more about this in the [ Chainlit README] ( chainlit/README.md )
6843
6944## LibreChat app
7045
You can’t perform that action at this time.
0 commit comments