AI Agents for Agile Dev Teams
Project description
Codeligence Dev Agents
You have your copilot, but what about the agile team work outside the IDE? Dev Agents handle the nasty grind outside your IDE: docs, reviews, debugging, logs & delivery, so you peacefully focus on building.
Setup Wizard
·
Quick start
·
Docs
·
Included agents
·
License
Core idea: one consistent, named AI teammate (e.g. “Betty Sharp”) embedded into Slack, GitHub, DevOps, Jira, Console & more - automating tedious, repeatable tasks around your codebase.
Build using the elegant Pydantic AI framework.
Why use Dev Agents
- Dev AI Avatar – one persona, many skills; shows up across your stack with a single voice.
- Open-source – free under AGPLv3; commercial license available for closed-source deployments & enterprise support.
- LLM-flexible – works with major hosted or local models.
- Ready now – 4 production agents live; more being ported from customer projects.
- Easily Customizable – Easily add more use cases or customizations by extending base classes and implementing protocols.
- Fast setup – guided onboarding at setup.dev-agents.ai; run locally or on your server.
- Built for teams – shines with 5+ devs and complex, evolving codebases where docs, compliance & handovers matter.
- Context and Integrations for Dev Teams. While it works similarly to Claude Code or Gemini CLI, Dev Agents provide you with pre-engineered, dev specific contexts, prompts, and integrations for reproducible, cost-efficient results and a quick start.
Quick start
- Option: Run the Setup Wizard: https://setup.dev-agents.ai Generates your config and start instructions for local or server deployment.
- Option: Use Docker:
# 1) Get example env and edit
wget -O .env https://raw.githubusercontent.com/codeligence/dev-agents/refs/heads/main/.env.example
# 2) Run the CLI Chat in the docker container
docker run --rm -it --env-file=.env -v ./your-cloned-git-repo:/code codeligence/dev-agents
You need to mount your cloned Git repository into the container so that Dev Agents can work with the code.
- Option: Clone and run:
# 1) Clone
git clone https://github.com/codeligence/dev-agents.git
cd dev-agents
# 2) Copy example env and edit
cp .env.example .env
# 3) See src/entrypoints for possible interfaces. Start with command line, try Slack or AG-UI next
pip install -e .[all]
python -m entrypoints.cli_chat
Then interact in your tools (e.g. Slack):
@DevAgents release notes for pull request 123 please
Included agents
- Release Notes & Changelog – turns merged PRs into clear notes for products/libs.
- PR Review & Guideline Checker – design patterns, conventions, risk flags.
- UI Impact / Test-Notes – maps diffs to flows; creates actionable test notes.
- User Story Writer – improves stories with concrete, testable detail.
We’re currently porting more use cases from our customer deployments:
- Prod Log Root-Cause Analysis – surfaces likely cause, links to code, suggests fixes.
- Support Reply Drafts – proposes informed responses from logs/context.
- Code Migration Assistant – highlights cross-repo impacts for framework/library jumps.
Who it’s for
- Engineering teams 5+ devs on long-lived, multi-gen codebases
- Teams with documentation/compliance/support overhead
- CTOs who want to multiply output while protecting developer focus
Interfaces & Integrations
Interfaces
- Slack • Teams • AG-UI • MCP • CLI • A2A
- Add more easily
Integrations
- Git providers: GitHub / GitLab / Azure DevOps
- Issues/PM: Jira, GitHub Issues, GitLab Issues
- Observability: ELK / Loki / Files (others via MCP/tools)
- Models: All major providers and local LLMs
- Add more easily
License
Core is AGPLv3 (free). Commercial license available for closed-source deployments, enterprise support, onboarding, and SLAs.
Contact Codeligence Sales for more info.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dev_agents-0.9.1.tar.gz.
File metadata
- Download URL: dev_agents-0.9.1.tar.gz
- Upload date:
- Size: 84.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c261fc3f8534e7651d0c41ce6ec2022007ad8de8bdc6768ae22f26f63a9e9208
|
|
| MD5 |
826e0ed1e8d090d661cb33a3738124f3
|
|
| BLAKE2b-256 |
f6a78b8943bac2d28fc4b6f07c845365d302b45096922021855f94315abfeb26
|
File details
Details for the file dev_agents-0.9.1-py3-none-any.whl.
File metadata
- Download URL: dev_agents-0.9.1-py3-none-any.whl
- Upload date:
- Size: 124.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf2010debc62adc019cdea5035f435e7192b6c41e16b55eb465700f170196679
|
|
| MD5 |
c84b86c3bf50fd28a1f329649853cda3
|
|
| BLAKE2b-256 |
316e86b4997ddb78f90c5ca8ac30e5bad7abe3db4df3f06f5e1611a06052f48e
|