I.S.H.U.: A custom, portable, time-aware AI assistant for Raspberry Pi. Features robust offline voice control (PocketSphinx), persistent scheduling (midnight wrap-around), personalized data, weather updates, and a stable CI/CD pipeline. Perfect for on-the-go utility.
Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
93
commits
fix: Implement robust post-processing to eliminate LLM dialogue hallucination
43249b0View on GitHubfix: Implement output cleaning for conversational hallucinations
99ceaaeView on GitHubfix: Final stop sequence added to Modelfile to halt LLM hallucination
da6fc15View on GitHubfix: Stricter prompt engineering in Modelfile to prevent LLM hallucination
babdb29View on GitHubrefactor: Switch LLM from Llama 3 to custom 'ishu-companion' model
2858c14View on GitHubfeat(llm/multitool): Implement batched tool call execution
461d94bView on GitHubfix(llm/behavior): Force conversational output after tool execution
e7113d0View on GitHubfix(llm/tooling): Enhance Ollama stability and tool execution
3bd62ccView on GitHubtest(routine): Add comprehensive tests for routine modification (add/remove)
c67672dView on GitHubfix(scheduler): Correctly identify next task when tasks are back-to-back
c084748View on GitHubfeat(scheduler): Refine time logic and implement local NOW/NEXT task distinction
e472bb5View on GitHub