4 Commits
Author SHA1 Message Date
emmettlu aeb7058fd1 chore: Restruct folder and task dispartation 2026-08-02 16:25:03 +08:00
emmettlu f863f83960 chore: Add Chinese README and refactor NPU backend to use Unix domain sockets
- Introduced a new Chinese version of the README (README_CN.md) to provide localized documentation for AgentOS.
- Refactored the NPU bridge to utilize Unix domain sockets instead of HTTP loopback, enhancing security and performance.
- Updated the NPU backend to include a server socket configuration, ensuring proper communication over Unix sockets.
- Modified the Ntex client to support both network and Unix socket transports, improving flexibility in backend communication.
- Adjusted validation logic to enforce the use of Unix sockets for local model endpoints, rejecting loopback HTTP addresses.
- Enhanced error messages and documentation throughout the codebase to clarify the new socket-based architecture.
2026-08-02 15:48:09 +08:00
emmettlu eee7fed161 Initial commit 2026-08-02 15:26:10 +08:00
emmettlu fcc5d31137 Initial commit 2026-07-31 17:54:01 +08:00