mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 06:38:26 -05:00
[PR #3055] [CLOSED] Claude/multi agent orchestrator sojag #9023
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3055
Author: @AlexanderSmil
Created: 4/12/2026
Status: ❌ Closed
Base:
master← Head:claude/multi-agent-orchestrator-SOJAG📝 Commits (9)
b862045docs: add normalized regulation ПЗ.9.4 for TMC nomenclature managementc64f9beMerge pull request #1 from AlexanderSmil/claude/analyze-schema-recommendations-9hMj47ae52affeat(leela-psychology): complete Leela Quest+Psychology AI v1.1.05a7a6c4chore: add release archive leela_psychology_v1.1.0.tar.gz93f034etest(leela-psychology): add Flask web API test suite + harden input validation30db43cfeat(leela-psychology): v1.2.0 — EmbeddingSynthesizer, DevOps agent, metrics3762401feat(leela-psychology): v1.2.0 finalization — journal, synthesizer wiring, pytest.ini8c4a7c8chore(leela-psychology): v1.2.0 packaging — init files, architecture docs, CSS232793cfeat(leela-psychology): v1.3.0 — logging, Makefile, journal export, /health+/metrics tests📊 Changes
63 files changed (+5180 additions, -0 deletions)
View changed files
➕
REGULATION_PZ9_4.md(+345 -0)➕
leela_psychology/.env.example(+16 -0)➕
leela_psychology/.github/workflows/ci.yml(+73 -0)➕
leela_psychology/.gitignore(+30 -0)➕
leela_psychology/Dockerfile(+35 -0)➕
leela_psychology/Makefile(+57 -0)➕
leela_psychology/__init__.py(+11 -0)➕
leela_psychology/agents/__init__.py(+1 -0)➕
leela_psychology/agents/devops/__init__.py(+0 -0)➕
leela_psychology/agents/devops/health_agent.py(+130 -0)➕
leela_psychology/agents/feedback/__init__.py(+0 -0)➕
leela_psychology/agents/feedback/user_feedback_agent.py(+98 -0)➕
leela_psychology/agents/learning/__init__.py(+0 -0)➕
leela_psychology/agents/learning/self_learning_agent.py(+119 -0)➕
leela_psychology/agents/qa/__init__.py(+1 -0)➕
leela_psychology/agents/qa/base_analyzer.py(+27 -0)➕
leela_psychology/agents/qa/cbt_analyzer.py(+56 -0)➕
leela_psychology/agents/qa/freudian_analyzer.py(+58 -0)➕
leela_psychology/agents/qa/gestalt_analyzer.py(+85 -0)➕
leela_psychology/agents/qa/jungian_analyzer.py(+76 -0)...and 43 more files
📄 Description
Project
Project Name
Checklist
Add project-name- [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
How It Differs
If similar entries exist, what makes this one unique?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.