runAgentInTerminal(agent: ZypherAgent,model: string,): Promise<void>
Run the agent in a terminal interface.
agent: ZypherAgent
- The agent to run.
model: string
- The model to use.
Promise<void>
An open-source agent framework for building production-ready agentic AI agents
runAgentInTerminal(agent: ZypherAgent,model: string,): Promise<void>
Run the agent in a terminal interface.
agent: ZypherAgent
model: string
Promise<void>
Add Package
deno add jsr:@corespeed/zypher
Import symbol
import { runAgentInTerminal } from "@corespeed/zypher";
Import directly with a jsr specifier
import { runAgentInTerminal } from "jsr:@corespeed/zypher";
Add Package
pnpm i jsr:@corespeed/zypher
pnpm dlx jsr add @corespeed/zypher
Import symbol
import { runAgentInTerminal } from "@corespeed/zypher";
Add Package
yarn add jsr:@corespeed/zypher
yarn dlx jsr add @corespeed/zypher
Import symbol
import { runAgentInTerminal } from "@corespeed/zypher";
Add Package
vlt install jsr:@corespeed/zypher
Import symbol
import { runAgentInTerminal } from "@corespeed/zypher";
Add Package
npx jsr add @corespeed/zypher
Import symbol
import { runAgentInTerminal } from "@corespeed/zypher";
Add Package
bunx jsr add @corespeed/zypher
Import symbol
import { runAgentInTerminal } from "@corespeed/zypher";