trying out conductor

This commit is contained in:
2026-02-23 10:51:24 -05:00
parent 68e895cb8a
commit 243a0cc5ca
12 changed files with 487 additions and 5 deletions

16
conductor/tech-stack.md Normal file
View File

@@ -0,0 +1,16 @@
# Technology Stack: Manual Slop
## Core Language
- **Python 3.11+**
## GUI Frameworks
- **Dear PyGui:** For immediate/retained mode GUI rendering and node mapping.
- **ImGui Bundle (`imgui-bundle`):** To provide advanced multi-viewport and dockable panel capabilities on top of Dear ImGui.
## AI Integration SDKs
- **google-genai:** For Google Gemini API interaction and explicit context caching.
- **anthropic:** For Anthropic Claude API interaction, supporting ephemeral prompt caching.
## Configuration & Tooling
- **tomli-w:** For writing TOML configuration files.
- **uv:** An extremely fast Python package and project manager.