Инициализировать базовый каркас MVP с чат-агентом на Agno и Ollama.

Добавить входную точку CLI, конфигурацию через .env и базовую документацию для быстрого локального запуска.
This commit is contained in:
Barabashka
2026-04-21 12:02:31 +03:00
commit 2aa0082743
7 changed files with 175 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Python cache and bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
# Environment files
.env
# Build and packaging
build/
dist/
*.egg-info/
# Test and tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE and OS files
.idea/
.vscode/
.DS_Store
.cursor