usdk icon indicating copy to clipboard operation
usdk copied to clipboard

Build and deploy AI Agents, fast.

Results 100 usdk issues
Sort by recently updated
recently updated
newest added

### Product USDK (Upstreet Agents SDK) ### What happened? everytime an action is defined in the agent.tsx file inside Agent (following the documentation) I face an error of invalid schema....

bug

### Product USDK (Upstreet Agents SDK) ### What happened? **Windows Bug!** USDK on the CLI is mapping drive letters incorrectly to the path of "libopus.wasm". for e.g.: path: 'D:\\C:\\Users\\\\AppData\\Roaming\\npm\\node_modules\\usdk\\packages\\upstreet-agent\\packages\\codecs\\packages\\libopusjs\\libopus.wasm' Due...

bug

Externalizes a lot of deps. Especially noting: - `agent-codecs` - `u8-encoder` - `queue-manager-async` - `debouncer-async` - Drastically simplified `agent-multiplayer`

Add User provided Data sources support for Agent's to be able to self learn

- Replace process.exits with exception throws - Add missing imports

This PR adds discord message reactions support to the Agent's conversation context/history. Depends on: https://github.com/UpstreetAI/upstreet/pull/1452 Parts required as well: - https://github.com/UpstreetAI/upstreet-core/pull/826 - https://github.com/UpstreetAI/upstreet-core/pull/827 - https://github.com/UpstreetAI/upstreet-core/pull/828 - add's "messagereactionadd" and "messagereactionremove"...