---
title: "codel"
type: "tool"
slug: "semanser-codel"
canonical_url: "https://www.graphcanon.com/tools/semanser-codel"
github_url: "https://github.com/semanser/codel"
homepage_url: "https://discord.gg/uMaGSHNjzc"
stars: 2459
forks: 203
primary_language: "TypeScript"
license: "AGPL-3.0"
archived: false
categories: ["ai-agents", "inference-serving", "llm-frameworks"]
tags: ["agent", "ai", "autonomous-agents", "bot", "devin", "llama2", "llms", "ollama"]
updated_at: "2026-07-15T11:18:06.229501+00:00"
---

# codel

> ✨ Fully autonomous AI Agent that can perform complicated tasks and projects using terminal, browser, and editor.

✨ Fully autonomous AI Agent that can perform complicated tasks and projects using terminal, browser, and editor.

## Facts

- Repository: https://github.com/semanser/codel
- Homepage: https://discord.gg/uMaGSHNjzc
- Stars: 2,459 · Forks: 203 · Open issues: 28 · Watchers: 30
- Primary language: TypeScript
- License: AGPL-3.0
- Last pushed: 2024-04-29T17:53:58+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Dormant (computed 2026-07-15T11:18:04.316Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-15T11:18:04.799Z
- Full report: [trust report](/tools/semanser-codel/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/semanser-codel/trust)

## Categories

- [AI Agents](/categories/ai-agents.md)
- [Inference & Serving](/categories/inference-serving.md)
- [LLM Frameworks](/categories/llm-frameworks.md)

## Tags

agent, ai, autonomous-agents, bot, devin, llama2, llms, ollama

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [ECC](/tools/affaan-m-ecc.md) - The agent harness performance optimization system for AI agents (★ 228,395) [Very active]
- [hermes-agent](/tools/nousresearch-hermes-agent.md) - The agent that grows with you (★ 212,994) [Very active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
# Getting started
The simplest way to run Codel is to use a pre-built Docker image. You can find the latest image on the [Github Container Registry](https://github.com/semanser/codel/pkgs/container/codel).


> [!IMPORTANT]
> You need to use a corresponding environment variable in order to use any of the supported language models.

You can run the Docker image with the following command. Remove or change the environment variables according to your needs.
```bash
docker run \
  -e OPEN_AI_KEY=your_open_ai_key \
  -e OPEN_AI_MODEL=gpt-4-0125-preview \
  -e OLLAMA_MODEL=llama2 \
  -p 3000:8080 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  ghcr.io/semanser/codel:latest
```

Alternatively, you can create a `.env` file and run the Docker image with the `--env-file` flag. More information can be found [here](https://docs.docker.com/reference/cli/docker/container/run/#env)

Now you can visit [localhost:3000](localhost:3000) in your browser and start using Codel.

<details>
    <summary>Supported environment variables</summary>

    * `OPEN_AI_KEY` - OpenAI API key. You can get the key [here](https://platform.openai.com/account/api-keys).
    * `OPEN_AI_MODEL` - OpenAI model (default: gpt-4-0125-preview). The list of supported OpenAI models can be found [here](https://pkg.go.dev/github.com/sashabaranov/go-openai#pkg-constants).
    * `OPEN_AI_SERVER_URL` - OpenAI server URL (default: https://api.openai.com/v1). Change this URL if you are using an OpenAI compatible server.
    * `OLLAMA_MODEL` - locally hosted Ollama model (default: https://ollama.com/model). The list of supported Ollama models can be found [here](https://ollama.com/models).
    * `OLLAMA_SERVER_URL` - Ollama server URL (default: https://host.docker.internal:11434). Change this URL if you are using an Ollama compatible server.
    See backend [.env.example](./backend/.env.example) for more details.

</details>
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/semanser-codel`](/api/graphcanon/tools/semanser-codel)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
