Files
openhuman/TODO.md
T
Steven Enamakel 556107b31c Update skill runtime to use QuickJS and enhance TODO list
- 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.
2026-02-06 02:04:45 +05:30

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