Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// AgentName is reported in initialize (default "agentkit").
AgentName string `json:"agentName"`
// AgentVersion is reported in initialize (default "0.1.0").
AgentVersion string `json:"agentVersion"`
}
Config configures the ACP agent platform (stdio JSON-RPC).
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
Platform exposes AgentKit as an ACP agent over stdin/stdout.
func (*Platform) PermissionCapability ¶
func (p *Platform) PermissionCapability() permission.Capability
func (*Platform) PlatformID ¶
Click to show internal directories.
Click to hide internal directories.