Add Jarvis-facing Ollama wrapper CLI with King Wen routing and task-a…#627
Closed
Kbro1989 wants to merge 5 commits into
Closed
Add Jarvis-facing Ollama wrapper CLI with King Wen routing and task-a…#627Kbro1989 wants to merge 5 commits into
Kbro1989 wants to merge 5 commits into
Conversation
…ware model selection
mucherueric60-jpg
approved these changes
Jul 4, 2026
- Implement King Wen emotion provider for deterministic emotional state and voice selection. - Introduce Hermes runtime engine to interface with local Hermes Agent for inference. - Create Ollama model usage tracking for performance metrics. - Develop actionable manifest for normalizing tool commands and descriptions. - Add tests for Ollama launch command and Hermes runtime engine functionality.
- Implemented `actionable_manifest.py` to normalize Jarvis tools and user-facing action words into a serializable manifest. - Added functions for building, writing, loading, and resolving actions from the manifest. - Created unit tests for `HermesRuntimeEngine` in `test_hermes_runtime.py` to ensure proper functionality and environment handling. - Introduced temporary scripts for testing King Wen emotion provider integration and agent behavior in `tmp_kingwen_debug_console.py`, `tmp_kingwen_smoke_agent_tails.py`, `tmp_kingwen_tail_probe.py`. - Verified agent-layer interactions and state management through smoke tests and focused probes.
Collaborator
|
@Kbro1989 thanks for the effort here, but I'm going to close this as it's the wrong direction for the project. |
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.
…ware model selection
What does this PR do?
How was this tested?
Checklist
uv run pytest tests/ -v)uv run ruff check src/ tests/)uv run ruff format --check src/ tests/)