mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 14:02:19 +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.
16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Generated by Tauri
|
|
# will have schema files for capabilities auto-completion
|
|
/gen/schemas
|
|
|
|
# TDLib and dependencies copied by build.rs for macOS bundling
|
|
/libraries/
|
|
|
|
# TDLib built from source (see scripts/build-tdlib-from-source.sh)
|
|
/tdlib-local/
|
|
/tdlib-build/
|
|
/tdlib-cache/
|