Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 413 Bytes

File metadata and controls

18 lines (13 loc) · 413 Bytes

Fantasy Extensions

Extend capabilities of the Fantasy agent framework.

MCP Extension

    tools, err := fantasyextensions.MCPTools(context.Background(), sessionMaker)
    ...
    // use tools within agent
    fantasy.NewAgent(model, fantasy.WithTools(tools...))

AGUI Extension

    handler := AGUIHandler(model, systemPromptGenerator, tools...)