UNPKG

agentlang

Version:

The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans

6 lines 364 B
export type FlowSpec = string; export type FlowStep = string; export declare function registerFlow(name: string, flow: FlowSpec): string; export declare function registerAgentFlow(agentName: string, flowSpecName: string): string; export declare function getAgentFlow(agentName: string, moduleName: string): FlowSpec | undefined; //# sourceMappingURL=flows.d.ts.map