Documentation
¶
Index ¶
- type Server
- func (s *Server) AgentDockContext(ctx context.Context) (app.Result, error)
- func (s *Server) HTTPHandler() http.Handler
- func (s *Server) RuntimeCapabilities(ctx context.Context, refresh bool) (app.Result, error)
- func (s *Server) RuntimeMCPManage(ctx context.Context, args map[string]any) (app.Result, error)
- func (s *Server) RuntimeMCPServer(ctx context.Context, name string) (app.Result, error)
- func (s *Server) RuntimeMCPServers(ctx context.Context) (app.Result, error)
- func (s *Server) RuntimeSkill(skill string) (app.Result, error)
- func (s *Server) RuntimeSkillFile(skill, path string) (app.Result, error)
- func (s *Server) RuntimeSkillFiles(skill string) (app.Result, error)
- func (s *Server) RuntimeSkills() (app.Result, error)
- func (s *Server) RuntimeStatus() app.Result
- func (s *Server) RuntimeTask(id string) (app.Result, error)
- func (s *Server) RuntimeTaskDelete(id string) (app.Result, error)
- func (s *Server) RuntimeTasks(status string, limit int) (app.Result, error)
- func (s *Server) ServeStdio(in io.Reader, out io.Writer) error
- type ToolDefinition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AgentDockContext ¶
func (*Server) HTTPHandler ¶ added in v0.6.0
func (*Server) RuntimeCapabilities ¶
func (*Server) RuntimeMCPManage ¶
func (*Server) RuntimeMCPServer ¶
func (*Server) RuntimeMCPServers ¶
func (*Server) RuntimeSkillFile ¶ added in v0.5.3
func (*Server) RuntimeSkillFiles ¶ added in v0.5.3
func (*Server) RuntimeStatus ¶
func (*Server) RuntimeTaskDelete ¶
func (*Server) RuntimeTasks ¶
type ToolDefinition ¶
type ToolDefinition = app.ToolDefinition
Source Files
¶
Click to show internal directories.
Click to hide internal directories.