@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.
14 lines (13 loc) • 498 B
TypeScript
export declare const env: {
ANTHROPIC_API_KEY: string;
TWITTER_USERNAME?: string | undefined;
TWITTER_PASSWORD?: string | undefined;
TWITTER_EMAIL?: string | undefined;
AGENT_NAME?: string | undefined;
AGENT_SYSTEM_PROMPT?: string | undefined;
MIN_INTERVAL?: number | undefined;
MAX_INTERVAL?: number | undefined;
API_PORT?: number | undefined;
LOG_LEVEL?: "error" | "warn" | "info" | "debug" | undefined;
TWEET_INTERVAL_MINUTES?: number | undefined;
};