mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
- Introduced detailed architecture documentation outlining the cross-platform capabilities and high-level design of AlphaHuman. - Added MVP specification for the Telegram-based Agent Assistant, detailing phased development plans and core functionalities. - Created a complete reference for the Teams API, covering team management, member management, invite management, and billing management endpoints. - Included a TODO file to track future enhancements and features for the project. - Removed outdated example skill files for better clarity and maintenance.
18 lines
718 B
Markdown
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
|