Commit Graph

28 Commits

Author SHA1 Message Date
mlogclub 4067bdb4bb refactor: update Taskfile and documentation for LanceDB build commands 2026-07-24 15:03:45 +08:00
mlogclub e2a76ef54a refactor: update build commands from make to task in documentation and add Taskfile for task management 2026-07-24 14:43:03 +08:00
mlogclub 1f3795465b feat: enhance Makefile and README with LanceDB build options 2026-06-07 23:01:04 +08:00
mlogclub 93b9378c15 feat: add help target to Makefile and update README with available make commands 2026-06-07 22:53:48 +08:00
mlogclub 637a08ccc0 refactor: update Makefile structure and improve build commands; clean up README commands 2026-06-07 22:46:06 +08:00
mlogclub b743639731 feat: add language support and tests for English and Chinese seed data
- Introduced a new package `seedlang` to handle language parsing and constants for English and Chinese.
- Updated `Init` functions across various modules (kb, quickreply, skill, tag) to accept a language parameter.
- Implemented English seed data for FAQs, quick replies, skills, and tags, ensuring no Chinese text is present in English data.
- Added tests to verify that English seed data does not contain Chinese characters.
- Removed outdated README file from the kb test data directory.
- Created new test files for channel and kb to validate the absence of Chinese text in English seed data.
2026-06-01 12:03:57 +08:00
mlogclub 8bdee03211 fix: update documentation links to reference "agent-desk" instead of "aiagent" 2026-05-31 18:53:25 +08:00
mlogclub c459f68199 fix: update references from "cs-ai-agent" to "agent-desk" in documentation and scripts 2026-05-31 18:34:08 +08:00
mlogclub 08fc446151 fix: update image name references from "cs-ai-agent" to "agent-desk" in Docker files and documentation 2026-05-31 18:27:12 +08:00
mlogclub 1ef0374e14 fix: update references from "Beike AI" to "AgentDesk" in README and initialization files 2026-05-31 18:22:03 +08:00
mlogclub 6784b8255d fix: update links in README files to point to the correct language-specific documentation 2026-05-31 16:16:53 +08:00
mlogclub 604406fc58 fix: update links in README files to include .html extension for proper navigation 2026-05-31 11:57:03 +08:00
mlogclub ba990c3689 feat: add Model Provider Configuration link to English and Chinese README files 2026-05-31 09:45:28 +08:00
mlogclub e6169b6303 feat: add Web Widget Integration link to English and Chinese README files 2026-05-31 08:54:48 +08:00
mlogclub 4175e4f7e1 feat: add English and Chinese setup guides for Docker Compose in README files 2026-05-30 22:55:09 +08:00
mlogclub 98dae870a7 feat: add Chinese README for Beike AI Support with detailed features and setup instructions 2026-05-30 22:50:42 +08:00
mlogclub ac3936f7f7 feat: add initial screenshot assets for product preview in README 2026-05-30 22:34:23 +08:00
mlogclub 5d7c10aeab refactor: rename agent widget references to AI agent for consistency
- Updated runtime configuration to use __CS_AI_AGENT_WIDGET_CONFIG__ instead of __CS_AGENT_WIDGET_CONFIG__.
- Changed message types in support host bridge from "cs-agent" to "cs-ai-agent".
- Minified SDK script updated to reflect new AI agent naming conventions.
- Adjusted scrollbar styles in main.scss to use .cs-ai-agent-scrollbar instead of .cs-agent-scrollbar.
2026-05-30 21:19:36 +08:00
mlogclub 86ff71596d feat: add support chat widget demo and state management
- Implemented SupportWidgetDemo component for configuring and mounting the support chat widget.
- Introduced Zustand store for managing support chat state, including message handling and socket connection.
- Created support host bridge for communication between the widget and parent window.
- Added utility functions for JWT token generation and local storage management.
- Enhanced user experience with notifications for new messages and chat status updates.
2026-05-30 14:00:23 +08:00
mlogclub c5c3852a4b feat: add Docker Compose configuration and update README for improved setup instructions 2026-05-23 22:53:33 +08:00
mlogclub 5e0d479640 feat: add Dockerfile and update README with Docker usage instructions 2026-05-23 22:50:07 +08:00
mlogclub c80bae5106 feat: enhance Makefile commands and update README for improved development workflow
refactor: separate API and SPA handling in server routes and add static file serving options

test: add tests for SPA handling and static file serving

feat: implement embedded SPA support for production and development environments
2026-05-23 22:44:06 +08:00
mlogclub b85e1a2557 docs: update rag answerability flow 2026-05-02 14:57:49 +08:00
mlogclub 6be1d74f09 update README.md 2026-04-26 19:59:29 +08:00
mlogclub 62416baabc Refactor API endpoints to use /api/dashboard instead of /api/console
- Updated all relevant API functions in agent.ts, company.ts, customer-contact.ts, customer.ts, dashboard.ts, ticket-config.ts, and ticket.ts to point to the new /api/dashboard paths.
- Ensured that all request methods and payload structures remain unchanged to maintain existing functionality.
2026-04-15 17:12:30 +08:00
mlogclub 734c83fd58 feat: expand core business processes in README with detailed flowcharts for session handling, human handoff, ticketing, knowledge base, and AI reply runtime 2026-04-15 17:04:12 +08:00
mlogclub fe3786aca9 feat: update AI Agent workflow diagram for improved clarity and detail 2026-04-15 16:53:42 +08:00
mlogclub efe801b8bf Init 2026-04-09 10:01:23 +08:00