Open
Conversation
Contributor
vincentbergman
commented
Feb 26, 2026
- Fix all test cases
- Restruct the workspace and fixed the circular dependencies
…agent - Move plugin base abstractions (types.py, core.py, plugin_info.py) from agent/plugin/ to core/plugin/ - Move engine.py from agent/plugin/ to agent/plugins/engine.py - Move client/ (channel, session, pool, task, mode, merger) from core to agent - Eliminate circular dependency between core and agent - Restructure third-party dependencies: - core: slim down to dependency-injector + loguru - agent: add fastapi, uvicorn, asgi-correlation-id, asyncssh, etc. - simunet: add fastapi, uvicorn, pyyaml, asyncssh, etc. - Remove unused dependencies: pycryptodome (unused), httpx (moved to dev) - Add httpx to root dev dependencies (required by fastapi.testclient) - Update imports across ~50 files
- Move client/mode.py from netdriver_agent to netdriver_core/dev/mode.py - Update all imports in agent and simunet packages to use netdriver_core.dev.mode - Mode is a shared type that belongs in core, not agent
…s warning - Move agent tests from tests/bases/netdriver/agent/ to packages/agent/tests/ - Move plugin tests from tests/components/netdriver/plugins/ to packages/agent/tests/ - Move utils tests from tests/components/netdriver/utils/ to packages/core/tests/ - Create tests/integration/ for integration tests - Remove alias attribute from CommonHeaders to fix Pydantic warning - Update VSCode settings for new test structure
…uilds - Fix COPY path: uv build outputs wheels to workspace root dist/, not packages/<name>/dist/ - Agent: build core, textfsm, and agent wheels for complete dependency chain - Simunet: build core and simunet wheels for complete dependency chain
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.