Skip to main content
Glama
by hongsw
agentManager.d.tsβ€’1.04 kB
import { GitHubConfig } from './githubIntegration.js'; export interface Agent { name: string; description: string; tools: string[]; content: string; language?: string; } export declare class AgentManager { private agentsPath; private agentsCache; private githubIntegration; private debug; constructor(agentsPath: string, githubConfig?: GitHubConfig, debug?: boolean); loadAgents(): Promise<void>; private loadAgent; getAgent(name: string, language?: string): Agent | undefined; getAllAgents(language?: string): Agent[]; searchAgents(query: string): Agent[]; installAgent(agent: Agent, targetPath: string): Promise<string>; installMultipleAgents(agentNames: string[], targetPath: string, language?: string): Promise<string[]>; getDownloadStats(): Map<string, number>; getMostDownloadedAgents(limit?: number): Array<{ name: string; downloads: number; }>; refreshAgentsFromGitHub(): Promise<void>; } //# sourceMappingURL=agentManager.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hongsw/pair-role-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server