A framework for vendor agnostic agentic assistance
Find a file
tegwick d560d1dcfd Fix failing tests for agent framework updates
Updated test fixtures and expectations to match new agent naming:
- Fixed test registry to use correct agent names (setupRepository, keepaTodofile, keepaChangelog)
- Updated test assertions to expect new agent names instead of old ones
- Added missing category fields to test agent definitions
- Enhanced test registry with keepaChangelog agent for complete template testing

All 24 tests now pass:
- test_core.py: 6 tests 
- test_installer.py: 10 tests 
- test_registry.py: 8 tests 

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 09:07:10 +02:00
agents Fix agent loading and categorization issues 2025-10-19 08:45:51 +02:00
context Add context manifest and reference documentation 2025-10-19 02:10:13 +02:00
docs Fix test failures and rename Makefile targets for consistency 2025-10-19 08:03:45 +02:00
src/kaizen_agentic Fix failing tests for agent framework updates 2025-10-19 09:07:10 +02:00
tests Fix failing tests for agent framework updates 2025-10-19 09:07:10 +02:00
.gitignore Add complete Kaizen Agentic framework foundation 2025-10-19 02:07:53 +02:00
CHANGELOG.md Update CHANGELOG.md with comprehensive recent changes 2025-10-19 08:21:43 +02:00
CLAUDE.md Add complete Kaizen Agentic framework foundation 2025-10-19 02:07:53 +02:00
CONTRIBUTING.md Add complete Kaizen Agentic framework foundation 2025-10-19 02:07:53 +02:00
LICENSE Initial commit 2025-10-18 17:05:20 +00:00
Makefile Fix agent loading and categorization issues 2025-10-19 08:45:51 +02:00
pyproject.toml Implement hybrid agent distribution system 2025-10-19 02:31:15 +02:00
README.md Implement hybrid agent distribution system 2025-10-19 02:31:15 +02:00
TODO.md Add exploration tasks for agent framework usage scenarios 2025-10-19 08:57:41 +02:00

Kaizen Agentic

AI agent development framework embracing continuous improvement through specialized agents and comprehensive development workflows.

This project embraces the Japanese concept of "kaizen" (continuous improvement) applied to AI agent development. Every coding subagent becomes part of an optimization loop where performance is measured, patterns are analyzed, and specifications are refined over time.

Quick Start

Install the Package

pip install kaizen-agentic

Initialize a New Project

# Create a new project with AI agents
kaizen-agentic init my-project --template python-web
cd my-project

# Set up development environment
make setup-complete

# Start coding with agent assistance!
make help  # See all available commands

Add Agents to Existing Project

# Navigate to your project
cd your-existing-project

# Install relevant agents
kaizen-agentic install todo-keeper changelog-keeper tdd-workflow

# Check what was installed
kaizen-agentic status

Features

  • 16+ Specialized Agents: Project management, testing, code quality, documentation
  • CLI Tool: Easy agent installation and management (kaizen-agentic)
  • Project Templates: Pre-configured setups for different project types
  • Claude Code Integration: Seamless integration with Claude Code workflows
  • Comprehensive Testing: Full test coverage with multiple testing strategies
  • Standards Compliance: Follows PythonVibes and industry best practices

Available Agents

Project Management

  • todo-keeper: Manages TODO.md files following Keep a Todofile format
  • changelog-keeper: Maintains CHANGELOG.md files following Keep a Changelog format
  • contributing-keeper: Creates and updates CONTRIBUTING.md files
  • project-assistant: General project management and coordination

Development Process

  • tdd-workflow: Test-driven development workflow guidance
  • requirements-engineering: Requirements analysis and documentation
  • test-maintenance: Test suite maintenance and optimization

Code Quality

  • code-refactoring: Code improvement and refactoring guidance
  • agent-optimization: Agent definition optimization and improvement
  • datamodel-optimization: Data model design and optimization

Infrastructure

  • setup-repository: Repository initialization and standards compliance
  • claude-documentation: Claude Code configuration and documentation
  • testing-efficiency: Testing infrastructure optimization

View complete agent list

Project Templates

# Available templates
kaizen-agentic templates

# python-basic: Basic Python project setup
# python-web: Web application development
# python-cli: Command-line tool development
# python-data: Data science and analysis
# comprehensive: All available agents