UNPKG

@polybiouslabs/polybious

Version:

Polybius is a next-generation intelligent agent framework built for adaptability across diverse domains. It merges contextual awareness, multi-agent collaboration, and predictive reasoning to deliver dynamic, self-optimizing performance.

8 lines (7 loc) 268 B
import type { AgentConfig } from '../types/agent.types'; export declare class ConfigLoader { static loadFromFile(filePath: string): AgentConfig; static loadFromEnv(): AgentConfig; private static getDefaultPersonality; private static getDefaultTools; }