@imlalitpandit/pi-agent-core
v1.0.1
Published
General-purpose agent with transport abstraction, state management, and attachment support
Readme
@rudrax/pi-agent-core
General-purpose agent with transport abstraction, state management, and attachment support.
Install
npm install @rudrax/pi-agent-coreUsage
import { Agent } from "@rudrax/pi-agent-core";
const agent = new Agent({
model: getModel("google", "gemini-2.5-flash-lite-preview-06-17"),
tools: [/* your tools */],
});
agent.prompt("Hello!");Features
- Transport abstraction (SSE, WebSocket, etc.)
- State management
- Attachment support
- Tool execution
License
MIT
