Documentation
¶
Index ¶
- Constants
- Variables
- type Agentdeprecated
- func New(cfg Config) (*Agent, error)deprecated
- type Clientdeprecated
- type ClientConfigdeprecated
- type Configdeprecated
- type ExtendedSessionNotificationdeprecated
- type InstructionProviderdeprecated
- type MCPServerConfigdeprecated
- type MCPServerTypedeprecated
- type PermissionHandlerdeprecated
- type PromptResultdeprecated
Constants ¶
View Source
const ( // Deprecated: use github.com/normahq/go-adk-acpagent. SessionStateKey = upstream.SessionStateKey // Deprecated: use github.com/normahq/go-adk-acpagent. PlanStateKey = upstream.PlanStateKey // Deprecated: use github.com/normahq/go-adk-acpagent. CWDStateKey = upstream.CWDStateKey // Deprecated: use github.com/normahq/go-adk-acpagent. MCPServerTypeStdio = upstream.MCPServerTypeStdio // Deprecated: use github.com/normahq/go-adk-acpagent. MCPServerTypeHTTP = upstream.MCPServerTypeHTTP // Deprecated: use github.com/normahq/go-adk-acpagent. MCPServerTypeSSE = upstream.MCPServerTypeSSE )
Variables ¶
View Source
var ErrPromptAlreadyActive = upstream.ErrPromptAlreadyActive
Deprecated: use github.com/normahq/go-adk-acpagent.
Functions ¶
This section is empty.
Types ¶
type Client
deprecated
Deprecated: use github.com/normahq/go-adk-acpagent.
type ClientConfig
deprecated
type ClientConfig = upstream.ClientConfig
Deprecated: use github.com/normahq/go-adk-acpagent.
type ExtendedSessionNotification
deprecated
type ExtendedSessionNotification = upstream.ExtendedSessionNotification
Deprecated: use github.com/normahq/go-adk-acpagent.
type InstructionProvider
deprecated
type InstructionProvider = upstream.InstructionProvider
Deprecated: use github.com/normahq/go-adk-acpagent.
type MCPServerConfig
deprecated
type MCPServerConfig = upstream.MCPServerConfig
Deprecated: use github.com/normahq/go-adk-acpagent.
type MCPServerType
deprecated
type MCPServerType = upstream.MCPServerType
Deprecated: use github.com/normahq/go-adk-acpagent.
type PermissionHandler
deprecated
type PermissionHandler = upstream.PermissionHandler
Deprecated: use github.com/normahq/go-adk-acpagent.
type PromptResult
deprecated
type PromptResult = upstream.PromptResult
Deprecated: use github.com/normahq/go-adk-acpagent.
Click to show internal directories.
Click to hide internal directories.