-
Notifications
You must be signed in to change notification settings - Fork 0
Known Issues
Paul Rigor edited this page Jun 25, 2026
·
1 revision
This page tracks known issues, limitations, and their workarounds in the current ADEPT release.
-
CLI config/background tests: Some tests fail attempting to create directories in restricted paths. Core functionality still validates correctly (60-80% pass rate).
- Workaround: These failures do not indicate broken features.
-
CLI navigation tests: 5 of 28 tests fail due to stdin reading without the
-sflag.-
Workaround: Pass
-sflag for interactive feature tests. 82% pass rate without it.
-
Workaround: Pass
-
SSL redirect assertion: 1 NGINX proxy test fails on SSL redirect assertion.
- Workaround: Manual verification confirms SSL redirects function correctly in practice.
-
Agent Gateway port: The Agent Gateway maps container port 8081 to host port 8083. Generated URLs and documentation may incorrectly reference
localhost:8081.-
Workaround: Always use
localhost:8083when accessing the Agent Gateway from the host.
-
Workaround: Always use
-
Docker restart does not reload .env: Running
docker restart <service>does not pick up changes to environment files.-
Workaround: Use
make rebuild-<service>ordocker compose up -d <service>instead.
-
Workaround: Use
-
Stub test files: 162 of 173 unit test files are stubs awaiting implementation (7.75% module coverage).
- Workaround: E2E test suite provides comprehensive coverage for critical paths.
For general troubleshooting steps, see the Troubleshooting Guide.
Run make validate-service-health for a comprehensive system check that reports all failing components with suggested fixes.
When reporting issues:
- Include the output of
docker psandmake validate-service-health - Attach relevant service logs (
docker logs <service> --tail 100) - Note your branch and most recent commit hash
- Describe expected vs actual behavior
- File issues on the GitHub repository
Getting Started
Architecture
- Overview
- MCP Tool System
- Slurm HPC Integration
- Multi-Agent Orchestration
- A2A Federation
- Security Model
Deployment
User Guides
Developer Tools
CI/CD
Testing
Contributing
Reference