mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 22:23:01 +00:00
- Updated the skill runtime documentation to reflect the transition from V8 to the Rust QuickJS runtime engine. - Modified the SkillManifest interface to specify "quickjs" as the only runtime option. - Enhanced the SkillProvider to discover skills using the QuickJS runtime and added filtering for production builds. - Expanded the TODO list with new tasks for Android version release, background processes, AI message summarization, and remaining skills implementation.
568 B
568 B
todo
-
allow skills to be downloaded from the web
-
allow skills to be written as text formatted files like SKILL.md
-
skills need to specific via JSON-rpc the state changes they make to their state and data files in memory
-
skills need to be able to download custom mcp servers from the web
-
integrate the payments flow properly skip the connect account page and goto the home page
[] - get android version out [] - get background proceeses done [] - get ai to summarize messages in the device and upload to the cloud [] - get all the remaining skills working