@qckfx/agent
package.
Core Classes
Agent
The main entry point for creating and managing AI agents.Agent Class
Complete reference for the Agent class including all methods and properties
Configuration
Agent configuration options and schema
Tools & Execution
Tool System
Tool creation, registration, and execution
Built-in Tools
Reference for all built-in tools available to agents
Types & Interfaces
Core Types
Essential types and interfaces for agent development
Event System
Event types and callback interfaces
Context & Sessions
Context Window
Managing conversation context and message history
Session Management
Session state, rollbacks, and multi-repo tracking
Quick Reference
Installation
Basic Usage
Environment Variables
The SDK requires these environment variables:LLM_API_KEY
- API key for your LLM providerLLM_BASE_URL
- Base URL for LLM API (optional, defaults to OpenAI)REMOTE_ID
- Remote environment ID (only for remote execution)