First of all where are the agents we create stored…
Secondly, let’s say we do not want to use MCP but we want to call our agent via command prompt… Is this even possible?
First of all where are the agents we create stored…
Secondly, let’s say we do not want to use MCP but we want to call our agent via command prompt… Is this even possible?
Hello,
first,
The agent is stored on your machine.
On a docker environment or simply on a folder using the python installation.
You can decide to use cloud based llm (openAI) or open source one with Ollama that can download and store llm on your machine.
Secondly,
Yes, you can use the streamlit user interface (everything is included is the depot) which has a tab for ‘chat’. You can directly chat to your agent (installed locally, see first).
As on option, you can use windsurf or claude for desktop through the MCP feature.
Hope this help,
Where is it stored though… I couldn’t find it anywhere. I was using docker.
Thanks for the help @renaud!
If you use Archon in an AI IDE like Windsurf or Cursor, then the IDE will write the code out to files. If you are just using Streamlit, then the code is written out to the interface but files aren’t created, so you’ll just have to copy the code and create the files yourself!