Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@scoopika/scoopika
Advanced tools
Create AI agents that can see, hear, speak, take actions, and collaborate together. with long-term memory, custom external tools & APIs, and custom knowledge sources. With real-time streaming hooks, data validation, and smart errors recovery
This package is used to run AI agents that can see, talk, listen, take actions and collaborate together.
With built-in support for streaming, full type-safety and data validation.
To use this package, you first need to create a Scoopika account here. after that you can create agents and run them.
Also make sure to generate an access token from here.
import { Scoopika, Agent } from "@scoopika/scoopika";
const scoopika = new Scoopika({
token: "YOUR_SCOOPIKA_TOKEN",
keys: {
openai: "OPENAI_KEY", // replace based on the providers your agents use in the platform
},
});
const agent = new Agent("AGENT_ID", scoopika);
(async () => {
const response = await agent.run({
inputs: { message: "Hello!" },
hooks: {
onToken: (t) => console.log(t),
},
});
})();
For full documentation and examples, refer to the docs.
FAQs
Used to run AI agents on the server-side with APIs to manage conversations sessions and more. when building a web applications you'll use this sdk to run a Scoopika endpoint, a simple API endpoint used with built-in support for streaming and caching so yo
The npm package @scoopika/scoopika receives a total of 9 weekly downloads. As such, @scoopika/scoopika popularity was classified as not popular.
We found that @scoopika/scoopika demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.