code-edith

Code-Edith (code-edith)

1. What It Is

Code-Edith is a privacy focused Python Local/Cloud AI Agent.

After installation, run it directly:

code-edith

Supports tool calling:

2. Requirements

3. Installation

Install using pip:

pip install code-edith

After installation, start it with:

code-edith

4. Environment Setup (~/.env)

Location:

Example:

EDITH_API=your_api_key
EDITH_MODEL=gpt-4o-mini
EDITH_URL=https://api.openai.com/v1

Important:

Using Local Models (OpenAI-Compatible Servers):

Works with local servers like llama.cpp or any OpenAI-compatible endpoint.

For local usage:

Example local config:

EDITH_URL=http://localhost:8000/v1
EDITH_MODEL=your-local-model-name
EDITH_API=dummy

Note:

5. CLI Commands

Inside app:

/help
/clear
/exit

Session memory:

7. Uninstall

pip uninstall code-edith