GraphCanon updated Aug 14, 2026 · GitHub synced Aug 14, 2026
30views this month
Decision brief
Codel is an open-source AI agent framework built in TypeScript with AGPL-3.0 license that performs complex tasks using terminal, browser, and editor interfaces.
Good fit when
- Use Codel for projects where you need autonomous execution of tasks across various environments including the terminal, browser, and editors.
- Optimize for scenarios involving integration with specific language models like gpt-4-0125-preview or llama2 directly from a Dockerized environment.
Avoid when
- Avoid Codel if you require proprietary features or have licensing constraints with open-source tools under AGPL-3.0.
- Do not use when your workflow does not involve major task automations that benefit from direct integration across multiple interfaces like terminal and browser.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (2,474) are secondary evidence.
- npm downloads (30d)
- 10·npm downloads API·Aug 14, 2026
Maintenance and security
Full trust report- Maintenance
- Dormant (836d since push)
- As of Aug 14, 2026
- Provenance
- Not a fork · Personal account
- As of Aug 14, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install codel npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Codel is an open-source AI agent framework designed to perform complex tasks across terminal, browser, and editor interfaces.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 14, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 14, 2026
- Languages
- typescript
Source: github.language · Aug 14, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 14, 2026)
* `OPEN_AI_KEY` - OpenAI API key. You can get the key [here](https://platform.openai.com/account/api-keys).Source link
Tags
README
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. [!IMPORTANT] You need to use a corresponding environment variable in order to use any of the supported language models. You can run th...
For agents
This page has a .md twin and JSON over the API.