Skip to content

refactor: framework updates and structure enhancements - #33

Merged
tenace merged 7 commits into
mainfrom
feature/framework-updates
Aug 11, 2026
Merged

refactor: framework updates and structure enhancements#33
tenace merged 7 commits into
mainfrom
feature/framework-updates

Conversation

@monaii

@monaii monaii commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Summary of Changes:

.github/workflows/cd.yaml: Cleaned up deployment steps and settings to make publishing smoother.

.github/workflows/tests.yaml: Made test runs faster by saving downloaded tools and fixing how tests run.

primisai/init.py: Updated how package info is loaded.

primisai/nexus/architect/builder.py: Fixed bugs when building agents and cleaned up code types.

primisai/nexus/architect/evaluator.py: Made the scoring system for generated layouts run faster and better.

primisai/nexus/architect/expander.py: Cleaned up how agent groups grow and how prompts are made.

primisai/nexus/architect/manager.py: Helped the builder and checker parts work together better.

primisai/nexus/architect/prompter.py: Cleaned up message templates and code checks.

primisai/nexus/architect/schemas.py: Updated data rules for storing settings and app states.

primisai/nexus/architect/structurer.py: Simplified how multi-agent teams link together.

primisai/nexus/config/agent_factory.py: Cleaned up how new agents are started up.

primisai/nexus/config/config_validator.py: Made error messages easier to read when setup files have typos.

primisai/nexus/config/yaml_config.py: Smoothed out how configuration files are read.

primisai/nexus/core/agents.py: Cleaned up core agent logic and message loops.

primisai/nexus/core/ai.py: Made AI model calls faster and cleaned up tracking for usage.

primisai/nexus/core/supervisor.py: Improved how supervisor agents give out tasks.

primisai/nexus/history/history_manager.py: Made saving and finding past chat history faster.

primisai/nexus/tools/tool_functions.py: Added security checks and size limits to block bad inputs.

primisai/nexus/utils/debugger.py: Improved error logging and debug text.

pyproject.toml: Updated project settings and package limits.

requirements.txt: Locked down library versions so things don't break.

scripts/sync_dependencies.py: Cleaned up the helper script that keeps package lists matching.

setup.py: Updated basic installation settings.

test/test_hierarchical_structure.py: Added more tests for multi-level agent teams.

test/test_maintenance_quality.py: Added a new test file to check overall code health.

@monaii
monaii requested a review from tenace August 11, 2026 14:28
@monaii monaii changed the title Feature/framework updates refactor: framework updates and structure enhancements Aug 11, 2026
@monaii monaii assigned monaii and unassigned monaii Aug 11, 2026
@tenace
tenace merged commit adfd3fd into main Aug 11, 2026
5 of 7 checks passed
@tenace
tenace deleted the feature/framework-updates branch August 11, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants