Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
neo
command
|
|
|
neo-docs
command
|
|
|
internal
|
|
|
atomicfile
Package atomicfile provides small helpers for crash-safe file replacement.
|
Package atomicfile provides small helpers for crash-safe file replacement. |
|
config
Package config loads neo's single configuration file (neo.yaml / ~/.neo/config.yaml / embedded default).
|
Package config loads neo's single configuration file (neo.yaml / ~/.neo/config.yaml / embedded default). |
|
factory
Package factory supervises chat-spawned subagents.
|
Package factory supervises chat-spawned subagents. |
|
llm/chatcompletions
Package chatcompletions implements llm.Provider for OpenAI-compatible Chat Completions APIs.
|
Package chatcompletions implements llm.Provider for OpenAI-compatible Chat Completions APIs. |
|
llm/google
Package google implements the llm.Provider interface against the Google Gemini GenerateContent API.
|
Package google implements the llm.Provider interface against the Google Gemini GenerateContent API. |
|
llm/llmtest
Package llmtest provides test doubles for the llm.Provider interface.
|
Package llmtest provides test doubles for the llm.Provider interface. |
|
llm/openai
Package openai implements the llm.Provider interface against OpenAI's Responses API (https://platform.openai.com/docs/api-reference/responses).
|
Package openai implements the llm.Provider interface against OpenAI's Responses API (https://platform.openai.com/docs/api-reference/responses). |
|
llm/openrouter
Package openrouter implements the llm.Provider interface against OpenRouter's OpenAI-compatible Chat Completions API.
|
Package openrouter implements the llm.Provider interface against OpenRouter's OpenAI-compatible Chat Completions API. |
|
projectctx
Package projectctx discovers project-level instruction files (AGENTS.md) and composes them into the agent's system prompt as a labelled section.
|
Package projectctx discovers project-level instruction files (AGENTS.md) and composes them into the agent's system prompt as a labelled section. |
|
skills
Package skills discovers user-defined skills (SKILL.md files) and surfaces them to the chat agent in three ways:
|
Package skills discovers user-defined skills (SKILL.md files) and surfaces them to the chat agent in three ways: |
|
workspace
Package workspace locates the project on disk — the repository root and the chain of directories from the working directory up to it.
|
Package workspace locates the project on disk — the repository root and the chain of directories from the working directory up to it. |
Click to show internal directories.
Click to hide internal directories.