Acontext

Run Acontext Locally

Use `acontext-cli` to run Acontext locally.

Install acontext-cli

curl -fsSL https://install.acontext.io | sh

Start Acontext Server Locally

Acontext requires at least an OpenAI API Key to Start.

.env
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 up

acontext 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:

To use different providers, check Core Settings for more details.

Next Steps

Last updated on

On this page