Commit Graph
76 Commits
Author SHA1 Message Date
Neko Ayaka d771230762 docs: updated README about sub-projects 2025-04-05 01:13:41 +08:00
Neko Ayaka 57db2c9d50 chore(telegram-bot): added uuid & nanoid 2025-03-29 16:47:34 +08:00
Neko Ayaka 3b6f8d8183 chore(deps): bump dependencies 2025-03-27 23:13:00 +08:00
82f3f64ba1 feat(package): @moeru-ai/ccc (#97)
Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
Co-authored-by: junkwarrior87 <115852752+junkwarrior87@users.noreply.github.com>
2025-03-26 00:12:12 +08:00
Neko Ayaka d094184096 refactor(telegram-bot): decay and emulated attension 2025-03-24 19:41:50 +08:00
藍+85CD 58da3be7da feat(docs): add og-image (#91) 2025-03-24 15:25:10 +08:00
LemonNeko 758e30a123 refactor(stage-tamagotchi): rewrite it in rust (#90)
* chore: create tauri project, let window transparent

* chore: fix i18n

* chore: remove cocoa

* feat: open settings window

* feat: window controls shortcuts

* feat: system tray

* chore: install dependencies
2025-03-24 03:03:14 +08:00
Neko Ayaka cd7aea3f42 refactor(stage-web|stage-tamagotchi|stage-ui): components 2025-03-19 20:29:09 +08:00
Neko Ayaka c4b32e7be9 chore(deps): bump dependencies 2025-03-14 18:24:54 +08:00
Makito db418e1e56 feat(stage-ui): integrate histoire storyboard (#70) 2025-03-12 10:32:05 +08:00
Neko Ayaka 8a4886ad97 feat(stage-web): added more settings 2025-03-11 11:05:29 +08:00
Neko Ayaka 981649aafd chore: cSpell 2025-03-09 22:43:53 +08:00
Neko Ayaka 8e68926052 fix(stage-web): color scheme 2025-03-09 12:15:01 +08:00
藍+85CD b34866a741 perf: use feaxios instead of axios (#57) 2025-03-08 20:08:48 +08:00
藍+85CD 4fdb151514 perf: use nolyfill to reduce install size (#56) 2025-03-08 20:02:36 +08:00
Neko Ayaka 856bcd0bc0 docs(README.md): updated with new logo 2025-03-08 03:10:07 +08:00
藍+85CD a24e3ccfda refactor!: use xsschema/ext-providers instead of typeschema/providers (#50)
* refactor!: use xsschema/ext-providers instead of typeschema/deprecated-providers

* fix: add deps

* chore: remove gcornut/valibot-json-schema

* fix(stage): update provider options
2025-03-07 23:07:24 +08:00
Neko Ayaka 232d32c130 docs(docs): DevLogs added
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2025-03-07 15:47:24 +08:00
Neko Ayaka 41f43504ef fix(stage-web): animations
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2025-03-07 14:43:54 +08:00
Neko Ayaka 8344c0d201 feat(gpuu): new package added
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2025-03-04 19:21:14 +08:00
RainbowBird 4e1870d7b5 feat: x services (#43)
* feat: twitter services

* fix: package.json

* fix: type error

* refactor: launcher

* refactor: BrowserBase/Stagehand

* fix: config & startup

* chore: i18n

* fix: continue i18n

* feat: cookie login

* fix: save cookie to session json

* docs: architecture

* chore: remove cli & use mcp adapter for mcp-server

* refactor: remove browser adapter, use playwright directly

* refactor: remove launcher services, replace twitter.com to x.com

* feat: load session to auto login

* docs: update architecture md

* chore: more debug logs

* feat: tweet parser without hast and rehype

* fix: type error

* fix: env example
2025-03-04 19:07:06 +08:00
Neko Ayaka ab893fc147 fix(provider-transformers|stage-ui|stage-web): fix embed error, added vector tests, implemented provider config
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2025-02-28 01:42:49 +08:00
Neko Ayaka d7dddaabc6 fix(providers-transformers): types
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2025-02-27 19:19:46 +08:00
Neko Ayaka a15457a50d docs(README.md): updated guidelines 2025-02-23 21:35:15 +08:00
Makito aeb17c7a7c feat: fs support with drizzle and duckdb-wasm (#30)
* feat: fs support with drizzle and duckdb-wasm

* docs: fix lint errors

* fix: apply suggestions

* fix: lockfile
2025-02-22 21:44:13 +08:00
Neko Ayaka 3f69913ddc chore(workflow): introduce changelogithub 2025-02-20 13:25:34 +08:00
Neko Ayaka 58d14dacf9 feat(stage-tomagotchi): magic move 2025-02-19 17:15:13 +08:00
Neko Ayaka e989f5e9c9 feat(memory-driver-duckdb): support Node.js environment 2025-02-17 11:34:17 +08:00
Neko Ayaka 40a1dd4970 style: refactoring ui 2025-02-16 20:10:01 +08:00
Neko Ayaka c391bdac38 feat(iconify-json-lobe): new package with AI & LLM icons 2025-02-16 02:34:50 +08:00
Neko AyakaandRainbowBird 9810d3403d refactor(minecraft): migrate project root files
Co-authored-by: RainbowBird <44741987+luoling8192@users.noreply.github.com>
2025-02-14 17:26:15 +08:00
Neko Ayaka 609173cdbe fix(memory-driver-duckdb): map rows, un-exported bundles for CDN uses vector (vss) check 2025-02-10 01:07:00 +07:00
Makito d7574435e1 feat(stage-ui): animate idle eye saccades on VRMs (#17)
* feat(stage-ui): animate idle eye saccades on VRMs
* chore: clean up VRM upon unmounting
* fix: missing component imports
* fix: netlify
2025-02-09 01:31:37 +08:00
Neko Ayaka 7e5e9f6b23 docs: initialized 2025-02-08 23:22:30 +07:00
Neko Ayaka a48624ef1e feat: memory driver with @duckdb/duckdb-wasm 2025-02-08 23:12:46 +07:00
Neko Ayaka 17aae1222a chore(services/discord-bot): remote stt, fix server bugs 2025-01-16 16:25:30 +08:00
Neko Ayaka ace93ed278 chore(services/telegram): replace remeda with es-toolkit 2025-01-16 01:14:12 +08:00
Neko de10f5ed8a feat(services/telegram): added bot (#8)
* feat: demo bot
* chore: update install
* refactor: rename
* refactor: adapt with new xsai
2025-01-15 22:45:55 +08:00
Neko 790189f1eb feat(server): basic implementation of server runtime and SDK (#13)
* feat(server): basic implementation of server runtime and SDK
* refactor: better typing
2025-01-15 20:54:46 +08:00
NekoandLemonNeko acf0d63ae0 refactor: have stage-ui dedicated (#11)
* tmp commit
* now it works
* fix: various of type and import issues
* refactor: move test
* refactor: rename with stage- prefix
* refactor: all monorepo packages
* refactor: fix all build
* refactor: fix missing dep
* fix: remove unnecessary deps
* fix: netlify publish
* fix: hf space deploy

---------

Co-authored-by: LemonNeko <chheese048@gmail.com>
2025-01-09 20:41:53 +08:00
Neko a30f768251 feat: demo discord bot (#10)
* feat: demo discord bot
* feat: impl
* feat: speech connected
* refactor: drop ffmpeg
* chore: updated .gitignore
* docs: updated README.md
2025-01-06 17:24:09 +08:00
Neko Ayaka d825992147 chore: updated 2025-01-04 21:16:26 +08:00
Neko Ayaka 34869d538b chore: update cspell 2025-01-03 17:15:53 +08:00
Neko Ayaka ae504d0b47 feat: different elevenlabs voices 2024-12-28 17:09:28 +08:00
Neko Ayaka 6ac91262a7 style: mobile ui 2024-12-27 17:41:37 +08:00
Neko Ayaka 6d403034d0 refactor: rename to hfup 2024-12-26 23:36:49 +08:00
Neko de29371d65 feat(hfsup): new integration, added back airi deploy to HF Spaces (#6)
* fix: pwa issue, special `TARGET_HUGGINGFACE_SPACE` for hf spaces, half width issue
2024-12-26 23:07:27 +08:00
Neko Ayaka 0eb72d99d7 fix: font 2024-12-26 15:31:40 +08:00
Neko Ayaka d13f518a11 fix: vad & force json format 2024-12-26 03:23:40 +08:00
Neko Ayaka adf87d7cc3 chore: update cSpell 2024-12-25 17:22:53 +08:00