Documentation
¶
Overview ¶
Package docs provides the packaged markdown reference topics exposed by the agent-factory CLI docs surface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexMarkdown ¶ added in v0.0.5
IndexMarkdown returns a terminal-friendly index of packaged docs topics.
func QuickStartMarkdown ¶ added in v0.0.5
QuickStartMarkdown returns the quick-start blurb printed before the docs index.
func SupportedTopicCommands ¶ added in v0.0.5
func SupportedTopicCommands() []string
SupportedTopicCommands returns canonical topic names and compatibility aliases accepted by the CLI as subcommands.
func SupportedTopics ¶
func SupportedTopics() []string
SupportedTopics returns the fixed docs topics exposed by the packaged CLI docs surface in display order.
Types ¶
type Topic ¶
type Topic string
Topic is one stable docs topic name exposed by the CLI.
const ( TopicAgents Topic = "agents" TopicAuthoringFactories Topic = "authoring-factories" TopicConfig Topic = "config" TopicMockWorkers Topic = "mock-workers" TopicRecordReplay Topic = "record-replay" TopicGuards Topic = "guards" TopicRelationships Topic = "relationships" TopicWork Topic = "work" TopicSessions Topic = "sessions" TopicWorkstations Topic = "workstations" TopicWorkers Topic = "workers" TopicResources Topic = "resources" TopicModels Topic = "models" TopicBatchInputs Topic = "batch-inputs" TopicTemplates Topic = "templates" )
type TopicSummary ¶ added in v0.0.5
TopicSummary describes one canonical packaged docs topic for index output.
func TopicSummaries ¶ added in v0.0.5
func TopicSummaries() []TopicSummary
TopicSummaries returns canonical packaged docs topic metadata in display order.