Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
schema
command
|
|
|
test_ollama_main
command
|
|
|
internal
|
|
|
commands
Package commands provides a shared registry of slash commands used across ACP, TUI, and WebUI interfaces.
|
Package commands provides a shared registry of slash commands used across ACP, TUI, and WebUI interfaces. |
|
config
Package config manages application configuration from various sources.
|
Package config manages application configuration from various sources. |
|
desktop
Package desktop contains the Wails desktop application wrapper for Pando.
|
Package desktop contains the Wails desktop application wrapper for Pando. |
|
ipc/bridge
Package bridge connects in-process pubsub events to the ZMQ Bus, enabling real-time event broadcasting to all connected Pando instances and observers.
|
Package bridge connects in-process pubsub events to the ZMQ Bus, enabling real-time event broadcasting to all connected Pando instances and observers. |
|
ipc/changepub
Package changepub publishes write-change events on the IPC PUB socket after every successful DB write on the primary instance, allowing secondaries to invalidate caches and refresh views without polling.
|
Package changepub publishes write-change events on the IPC PUB socket after every successful DB write on the primary instance, allowing secondaries to invalidate caches and refresh views without polling. |
|
ipc/dbproxy
Package dbproxy provides a db.Querier implementation that transparently routes write operations while keeping reads fast.
|
Package dbproxy provides a db.Querier implementation that transparently routes write operations while keeping reads fast. |
|
ipc/failover
Package failover monitors primary liveness and promotes a secondary instance when the primary dies or shuts down gracefully.
|
Package failover monitors primary liveness and promotes a secondary instance when the primary dies or shuts down gracefully. |
|
ipc/runtime
Package runtime encapsulates the unified IPC bootstrap sequence that every Pando entrypoint must follow: derive ports, try the lock, open RW or RO DB, and wire services accordingly.
|
Package runtime encapsulates the unified IPC bootstrap sequence that every Pando entrypoint must follow: derive ports, try the lock, open RW or RO DB, and wire services accordingly. |
|
ipc/writecoordinator
Package writecoordinator serialises all SQLite write operations through a single goroutine, eliminating concurrent write contention on the primary instance and providing a natural chokepoint for metrics and backpressure.
|
Package writecoordinator serialises all SQLite write operations through a single goroutine, eliminating concurrent write contention on the primary instance and providing a natural chokepoint for metrics and backpressure. |
|
llm/evaluatortools
Package evaluatortools provides MCP tool wrappers for Pando's self-improvement evaluator subsystem.
|
Package evaluatortools provides MCP tool wrappers for Pando's self-improvement evaluator subsystem. |
|
lsp
Generated code.
|
Generated code. |
|
mesnada/acp
Package acp provides types and utilities for working with the Agent Client Protocol.
|
Package acp provides types and utilities for working with the Agent Client Protocol. |
|
mesnada/agent
Package agent handles spawning and managing CLI agent processes.
|
Package agent handles spawning and managing CLI agent processes. |
|
mesnada/config
Package mesnadaconfig handles Mesnada application configuration.
|
Package mesnadaconfig handles Mesnada application configuration. |
|
mesnada/orchestrator
Package orchestrator coordinates agent tasks and dependencies.
|
Package orchestrator coordinates agent tasks and dependencies. |
|
mesnada/persona
Package persona handles loading and managing persona definitions.
|
Package persona handles loading and managing persona definitions. |
|
mesnada/persona/builtin
Package builtin provides embedded built-in persona definitions.
|
Package builtin provides embedded built-in persona definitions. |
|
mesnada/server
Package server implements the MCP server with HTTP Streamable and stdio transports.
|
Package server implements the MCP server with HTTP Streamable and stdio transports. |
|
mesnada/store
Package store provides task persistence and retrieval.
|
Package store provides task persistence and retrieval. |
|
rag
Package rag provides the RemembrancesService that bundles KB, Events, and Code indexing.
|
Package rag provides the RemembrancesService that bundles KB, Events, and Code indexing. |
|
rag/code
Package code provides tree-sitter based code indexing with semantic search.
|
Package code provides tree-sitter based code indexing with semantic search. |
|
rag/embeddings
Package embeddings provides a unified interface for generating embeddings from multiple providers (OpenAI, Google, Ollama, Anthropic/Voyage).
|
Package embeddings provides a unified interface for generating embeddings from multiple providers (OpenAI, Google, Ollama, Anthropic/Voyage). |
|
rag/events
Package events provides temporal event storage with semantic search capabilities.
|
Package events provides temporal event storage with semantic search capabilities. |
|
rag/kb
Package kb provides a knowledge base system for storing and searching documents.
|
Package kb provides a knowledge base system for storing and searching documents. |
|
rag/proxy
Package proxy provides the server-side IPC dispatcher for Remembrances write operations (KB, Events, Code indexing).
|
Package proxy provides the server-side IPC dispatcher for Remembrances write operations (KB, Events, Code indexing). |
|
rag/treesitter
Package treesitter provides AST walking and symbol extraction utilities.
|
Package treesitter provides AST walking and symbol extraction utilities. |
|
remoteview
Package remoteview provides types for observing and controlling remote Pando instances over the IPC ZeroMQ bus.
|
Package remoteview provides types for observing and controlling remote Pando instances over the IPC ZeroMQ bus. |
|
runtime
Package runtime defines abstractions for executing commands and accessing the filesystem in different isolation environments (host, docker, podman, etc.).
|
Package runtime defines abstractions for executing commands and accessing the filesystem in different isolation environments (host, docker, podman, etc.). |
|
snapshot
Package snapshot provides a service for capturing and comparing point-in-time snapshots of the working directory file system.
|
Package snapshot provides a service for capturing and comparing point-in-time snapshots of the working directory file system. |
|
tlsutil
Package tlsutil generates and manages TLS certificates for Pando's HTTP server.
|
Package tlsutil generates and manages TLS certificates for Pando's HTTP server. |
|
toolmeta
Package toolmeta provides shared tool-call metadata helpers used by both the ACP prompt handler and the WebUI SSE handler.
|
Package toolmeta provides shared tool-call metadata helpers used by both the ACP prompt handler and the WebUI SSE handler. |
|
tui/components/instances
Package instances provides a Bubble Tea component for browsing and interacting with remote Pando instances in a two-panel layout:
|
Package instances provides a Bubble Tea component for browsing and interacting with remote Pando instances in a two-panel layout: |
|
pkg
|
|
|
mesnada/models
Package models defines the core domain types for the mesnada orchestrator.
|
Package models defines the core domain types for the mesnada orchestrator. |
Click to show internal directories.
Click to hide internal directories.