Versions in this module Expand all Collapse all v0 v0.1.0 Aug 9, 2025 Changes in this version + func AIDevTeamExample() + func CodeReviewExample() + func ContentCreationExample() + func CreateMultiAgentSystem() *agent.MultiAgentCoordinator + func CreateProductionPostgresConfig(host, database, username, password string) *persistence.DatabaseConfig + func CreateRAGPostgresConfig(host, database, username, password string, embeddingDim int) *persistence.DatabaseConfig + func CreateReActAgent() *agent.Agent + func CreateRedisConfig(host, password string, port int) *persistence.DatabaseConfig + func CreateSimpleChatAgent() *agent.Agent + func CustomerSupportExample() + func DataAnalysisExample() + func EnterpriseExample() + func ExampleDatabaseSetup() + func ProductionDeploymentExample() + func QuickChat() *agent.Agent + func QuickReAct() *agent.Agent + func QuickStartDemo() + func RunAllExamples() + func RunDatabasePersistenceDemo() + func RunUltimateMinimalDemo() + func SimpleAgentDemo() + func UltimateMinimalDemo() + type MockProvider struct + func (m *MockProvider) Close() error + func (m *MockProvider) Complete(ctx context.Context, req llm.CompletionRequest) (*llm.CompletionResponse, error) + func (m *MockProvider) CompleteStream(ctx context.Context, req llm.CompletionRequest, callback llm.StreamCallback) error + func (m *MockProvider) CompleteStreamWithMode(ctx context.Context, req llm.CompletionRequest, callback llm.StreamCallback, ...) error + func (m *MockProvider) CompleteWithMode(ctx context.Context, req llm.CompletionRequest, mode llm.StreamMode) (*llm.CompletionResponse, error) + func (m *MockProvider) GetConfig() map[string]interface{} + func (m *MockProvider) GetModels(ctx context.Context) ([]string, error) + func (m *MockProvider) GetName() string + func (m *MockProvider) GetStreamingConfig() *llm.StreamingConfig + func (m *MockProvider) IsHealthy(ctx context.Context) error + func (m *MockProvider) SetConfig(config map[string]interface{}) error + func (m *MockProvider) SetStreamingConfig(config *llm.StreamingConfig) error + func (m *MockProvider) SupportsStreaming() bool