Documentation
¶
Index ¶
- func LoadDeploymentConfig(ctx context.Context) (map[string]string, error)
- func NewAPIClient(baseURL string, timeout time.Duration) *api.Client
- func NewAgent(options ...agent.Option) (*agent.Agent, error)
- func NewAgentTaskService(logger logging.Logger) (*task.AgentTaskService, error)
- func NewAgentTaskServiceWithAdapter(logger logging.Logger, service task.AgentAdapterService) *task.AgentTaskService
- func NewConfigClient() (*agentconfig.ConfigurationClient, error)
- func NewTaskAPI(client *api.Client) *api.TaskAPI
- func NewTaskExecutor() *executor.TaskExecutor
- func NewTaskService(logger logging.Logger) interfaces.TaskService
- func WithGuardrails(guardrails interfaces.Guardrails) agent.Option
- func WithLLM(llm interfaces.LLM) agent.Option
- func WithMemory(memory interfaces.Memory) agent.Option
- func WithOrgID(orgID string) agent.Option
- func WithTools(tools ...interfaces.Tool) agent.Option
- func WithTracer(tracer interfaces.Tracer) agent.Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDeploymentConfig ¶ added in v0.1.15
LoadDeploymentConfig loads configuration from environment variables Reads AGENT_DEPLOYMENT_ID and ENVIRONMENT and fetches config from StarOps config service
func NewAPIClient ¶ added in v0.0.2
NewAPIClient creates a new API client for making API calls
func NewAgentTaskService ¶ added in v0.0.3
func NewAgentTaskService(logger logging.Logger) (*task.AgentTaskService, error)
Creates a new agent task service
func NewAgentTaskServiceWithAdapter ¶ added in v0.0.3
func NewAgentTaskServiceWithAdapter(logger logging.Logger, service task.AgentAdapterService) *task.AgentTaskService
Creates a new agent task service with a custom adapter
func NewConfigClient ¶ added in v0.1.15
func NewConfigClient() (*agentconfig.ConfigurationClient, error)
NewConfigClient creates a new configuration client for fetching deployment configurations
func NewTaskAPI ¶ added in v0.0.3
NewTaskAPI creates a new task API client
func NewTaskExecutor ¶ added in v0.0.2
func NewTaskExecutor() *executor.TaskExecutor
NewTaskExecutor creates a new task executor
func NewTaskService ¶ added in v0.0.3
func NewTaskService(logger logging.Logger) interfaces.TaskService
NewTaskService creates a new task service with in-memory storage
func WithGuardrails ¶
func WithGuardrails(guardrails interfaces.Guardrails) agent.Option
WithGuardrails sets the guardrails for the agent
func WithMemory ¶
func WithMemory(memory interfaces.Memory) agent.Option
WithMemory sets the memory for the agent
func WithTools ¶
func WithTools(tools ...interfaces.Tool) agent.Option
WithTools sets the tools for the agent
func WithTracer ¶
func WithTracer(tracer interfaces.Tracer) agent.Option
WithTracer sets the tracer for the agent
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
datastore
|
|
|
Package graphrag provides graph-based retrieval-augmented generation capabilities.
|
Package graphrag provides graph-based retrieval-augmented generation capabilities. |
|
weaviate
Package weaviate provides a Weaviate-based implementation of the GraphRAG interface.
|
Package weaviate provides a Weaviate-based implementation of the GraphRAG interface. |
|
grpc
|
|
|
graphrag
Package graphrag provides tools for interacting with GraphRAG knowledge graphs.
|
Package graphrag provides tools for interacting with GraphRAG knowledge graphs. |
|
vectorstore
|
|