Consolidate muse/ package into think/
Move all AI agent orchestration code from the standalone muse/ package
into think/ to simplify the codebase architecture. This reduces the
number of top-level packages and consolidates related functionality.
Changes:
- Move muse/*.py modules to think/ (agents, batch, cortex, models, mcp)
- Move muse/agents/, providers/, resources/, tools/ subdirectories
- Update all imports from muse.* to think.*
- Update pyproject.toml package configuration
- Merge MUSE.md content into THINK.md
- Fix AGENT_DIR path in think/utils.py
- Update documentation references throughout
- Remove unused imports (Optional, load_dotenv, Callable)
All 1043 unit tests pass.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>