Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigExampleYAML []byte
View Source
var OpenCodePluginJS []byte
View Source
var PromptFS fs.FS
View Source
var SkillsFS fs.FS
View Source
var SoulExampleMarkdown []byte
View Source
var SystemdUnitTmpl []byte
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
connector
command
|
|
|
internal
|
|
|
llm
Package llm provides a unified interface for running LLM agent CLIs (claude, codex, gemini, kimi, etc.) as subprocess backends.
|
Package llm provides a unified interface for running LLM agent CLIs (claude, codex, gemini, kimi, etc.) as subprocess backends. |
|
llm/internal/shared
Package shared provides utilities reused across LLM provider packages (MergeEnv, EnvKey, ExtractString) and scanner buffer constants.
|
Package shared provides utilities reused across LLM provider packages (MergeEnv, EnvKey, ExtractString) and scanner buffer constants. |
|
llm/providers/claude
Package claude drives the claude CLI as a subprocess and parses its stream-json output into a plain text reply.
|
Package claude drives the claude CLI as a subprocess and parses its stream-json output into a plain text reply. |
|
llm/providers/codex
Package codex drives the codex CLI as a subprocess and parses its JSON-lines output into a plain text reply with optional file-change events.
|
Package codex drives the codex CLI as a subprocess and parses its JSON-lines output into a plain text reply with optional file-change events. |
|
llm/providers/kimi
Package kimi drives the kimi CLI as a subprocess and parses its stream-json output into a plain text reply.
|
Package kimi drives the kimi CLI as a subprocess and parses its stream-json output into a plain text reply. |
|
llm/providers/opencode
Package opencode drives the opencode CLI as a subprocess and parses its JSON-lines output into a plain text reply, session ID, and token usage.
|
Package opencode drives the opencode CLI as a subprocess and parses its JSON-lines output into a plain text reply, session ID, and token usage. |
Click to show internal directories.
Click to hide internal directories.