Files
openhuman/TODO.md
T
Steven Enamakel 7a3dabedc5 Refactor to QuickJS Integration and Update Documentation
- Replaced all references from TDLib to QuickJS in the codebase, including service paths and storage management.
- Introduced a new bootstrap file for QuickJS runtime, providing necessary browser-like API shims.
- Updated the documentation in CLAUDE.md to reflect the integration of QuickJS instead of TDLib.
- Enhanced the TODO list with new tasks for skill bundling and independent skill coding.
2026-02-07 22:23:00 +05:30

18 lines
718 B
Markdown

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
[] - allow bundling of unverified skills
[] - allow for new skills to be coded on their own
[] - allow for multiple instances of a skill to be loaded