{"data":{"slug":"semanser-codel","name":"codel","tagline":"Fully autonomous AI Agent for complicated tasks","github_url":"https://github.com/semanser/codel","owner":"semanser","repo":"codel","owner_avatar_url":"https://avatars.githubusercontent.com/u/4020045?v=4","primary_language":"TypeScript","stars":2476,"forks":202,"topics":["agent","ai","autonomous-agents","bot","devin","llama2","llms","ollama","openai"],"archived":false,"github_pushed_at":"2024-04-29T17:53:58+00:00","maintenance_label":"Dormant","stars_delta_30d":2,"url":"https://www.graphcanon.com/tools/semanser-codel","markdown_url":"https://www.graphcanon.com/tools/semanser-codel.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/semanser-codel","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=semanser-codel","description":"✨ Fully autonomous AI Agent that can perform complicated tasks and projects using terminal, browser, and editor.","homepage_url":"https://discord.gg/uMaGSHNjzc","license":"AGPL-3.0","open_issues":28,"watchers":30,"ai_summary":"Codel is an open-source AI agent framework designed to perform complex tasks across terminal, browser, and editor interfaces.","readme_excerpt":"# Getting started\nThe 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).\n\n\n> [!IMPORTANT]\n> You need to use a corresponding environment variable in order to use any of the supported language models.\n\nYou can run the Docker image with the following command. Remove or change the environment variables according to your needs.\n```bash\ndocker run \\\n  -e OPEN_AI_KEY=your_open_ai_key \\\n  -e OPEN_AI_MODEL=gpt-4-0125-preview \\\n  -e OLLAMA_MODEL=llama2 \\\n  -p 3000:8080 \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  ghcr.io/semanser/codel:latest\n```\n\nAlternatively, 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)\n\nNow you can visit [localhost:3000](localhost:3000) in your browser and start using Codel.\n\n<details>\n    <summary>Supported environment variables</summary>\n\n    * `OPEN_AI_KEY` - OpenAI API key. You can get the key [here](https://platform.openai.com/account/api-keys).\n    * `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).\n    * `OPEN_AI_SERVER_URL` - OpenAI server URL (default: https://api.openai.com/v1). Change this URL if you are using an OpenAI compatible server.\n    * `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).\n    * `OLLAMA_SERVER_URL` - Ollama server URL (default: https://host.docker.internal:11434). Change this URL if you are using an Ollama compatible server.\n    See backend [.env.example](./backend/.env.example) for more details.\n\n</details>","github_created_at":"2024-03-18T17:21:32+00:00","created_at":"2026-07-15T11:18:03.31888+00:00","updated_at":"2026-09-20T05:16:37.674884+00:00","categories":[{"slug":"ai-agents","name":"AI Agents","url":"https://www.graphcanon.com/categories/ai-agents","markdown_url":"https://www.graphcanon.com/categories/ai-agents.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/ai-agents"}],"tags":[{"slug":"autonomous-agents","name":"autonomous-agents"},{"slug":"llms","name":"llms"},{"slug":"ollama","name":"ollama"},{"slug":"openai","name":"openai"}],"trust":{"provenance":{"is_fork":false,"github_id":773950709,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-09-20T05:16:35.331Z","maintenance":{"label":"Dormant","score":18,"methodology":"github_public_v1","releases_90d":0,"days_since_push":873,"last_release_at":"2024-04-05T13:59:25Z","stars_delta_30d":2,"open_issues_delta_30d":0},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-15T11:18:04.799Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-09-20T05:16:36.399Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-09-20T05:16:36.399Z","managed_saas":false},"languages":{"value":["typescript"],"source":"github.language","observed_at":"2026-09-20T05:16:36.399Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-09-20T05:16:36.399Z"},"license_spdx":{"value":"AGPL-3.0","source":"github.license","observed_at":"2026-09-20T05:16:36.399Z"}},"decision_facts":{"hosting":null,"pricing":null,"requirements":null,"constraints":null,"when_to_use":["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."],"when_not_to_use":["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."],"source":"enrich:decision_facts","observed_at":"2026-07-17T11:54:08.316Z"},"constraint_facets":null,"decision_summary":[{"label":"Adopt for","value":"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."}]}}