Run Acontext Locally
Use `acontext-cli` to run Acontext locally.
Install acontext-cli
curl -fsSL https://install.acontext.io | shStart Acontext Server Locally
Acontext requires at least an OpenAI API Key to Start.
LLM_API_KEY="YOUR_OPENAI_API_KEY"Place your .env file and run acontext server up at the same directory:
mkdir acontext_server && cd acontext_server
acontext server upacontext server up will create/use the existing .env and config.yaml for Acontext, and create a db folder to persist data.
Once it's done, you can access the following endpoints:
- Acontext Base URL: http://localhost:8029/api/v1
- Acontext Dashboard: http://localhost:3000/
To use different providers, check Core Settings for more details.
Next Steps
Last updated on