Bilingual methodology for AI agent design: requirements, architecture, evaluation, and release.
This repository packages a practical methodology for moving from an agent idea to an engineered, testable, and releasable system. It is built around three ideas:
- classical SDLC is insufficient for agent systems on its own
- agent delivery requires both engineering discipline and research discipline
- requirements should be modeled explicitly before implementation
.
├── assets/images/ # shared diagrams used by both language versions
├── docs/en/ # English methodology
├── docs/ru/ # Russian methodology
├── README.md
├── README.ru.md
├── CHANGELOG.md
└── LICENSE
The initial public release is v0.1.0. The release is documentation-only and focuses on the core methodology, bilingual structure, and reusable diagrams.