Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@scoopika/scoopika
Advanced tools
Run AI agents and multi-agent boxes with persistent history and external tools in your application in seconds with real-time streaming hooks, data validation, and auto healing out-of-the-box
This package is used to:
Run AI agents and multi-agent boxes.
Manage chat and history sessions.
Equip agents with external tools & custom functions.
Extract structured data using agents.
Go crazy and pass agents as tools to other agents so they can call each other.
Stream responses with built-in streaming hooks.
Built-in support for vision (and soon sound and videos).
and much more... check the docs for more info.
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",
engines: {
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 13 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.