{"data":{"slug":"semanser-codel","name":"codel","tagline":"✨ Fully autonomous AI Agent that can perform complicated tasks and projects using terminal, browser, and editor.","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":2459,"forks":203,"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","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":null,"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-07-15T11:18:06.229501+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"},{"slug":"inference-serving","name":"Inference & Serving","url":"https://www.graphcanon.com/categories/inference-serving","markdown_url":"https://www.graphcanon.com/categories/inference-serving.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/inference-serving"},{"slug":"llm-frameworks","name":"LLM Frameworks","url":"https://www.graphcanon.com/categories/llm-frameworks","markdown_url":"https://www.graphcanon.com/categories/llm-frameworks.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/llm-frameworks"}],"tags":[{"slug":"agent","name":"agent"},{"slug":"ai","name":"ai"},{"slug":"autonomous-agents","name":"autonomous-agents"},{"slug":"bot","name":"bot"},{"slug":"devin","name":"devin"},{"slug":"llama2","name":"llama2"},{"slug":"llms","name":"llms"},{"slug":"ollama","name":"ollama"}],"trust":{"provenance":{"is_fork":false,"github_id":773950709,"owner_type":"User","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-15T11:18:04.316Z","maintenance":{"label":"Dormant","score":18,"methodology":"github_public_v1","releases_90d":0,"days_since_push":806,"last_release_at":"2024-04-05T13:59:25Z"},"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-07-15T11:18:04.080Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-07-15T11:18:04.080Z","managed_saas":false},"languages":{"value":["typescript"],"source":"github.language","observed_at":"2026-07-15T11:18:04.080Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-07-15T11:18:04.080Z"},"license_spdx":{"value":"AGPL-3.0","source":"github.license","observed_at":"2026-07-15T11:18:04.080Z"}}}}