refactor: framework updates and structure enhancements - #33
Merged
Conversation
tenace
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.