Documentation
¶
Index ¶
- func New(req agentspi.OpenRequest) (agentspi.Agent, error)
- type Agent
- func (a *Agent) Cancel(_ context.Context, t transport.Transport, sessionID string)
- func (a *Agent) InitializeParams() map[string]any
- func (a *Agent) Name() string
- func (a *Agent) Open(ctx context.Context, h transport.Handlers) (transport.Transport, error)
- func (a *Agent) PromptParams(sessionID, input string, _ string) map[string]any
- func (a *Agent) SessionListParams(cwd, cursor string) map[string]any
- func (a *Agent) SessionLoadParams(sessionID string) map[string]any
- func (a *Agent) SessionNewParams(string) map[string]any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) InitializeParams ¶
func (*Agent) PromptParams ¶
func (*Agent) SessionListParams ¶
func (*Agent) SessionLoadParams ¶
Click to show internal directories.
Click to hide internal directories.