Modules§
- analytics
- Shared analytics query library.
- bakeoff
- bookmarks
- Bookmarks system for saving and annotating search results.
- connectors
- Connectors for agent histories.
- crash_
replay - Deterministic crash/replay harness for state-machine proof tests.
- daemon
- Semantic model daemon for warm embedding and reranking.
- doctor
- Typed cass doctor command boundary.
- encryption
- evidence_
bundle - Repairable evidence-bundle manifests for derived search artifacts.
- explainability
- Layered explanation cards for robot-visible controller decisions.
- export
- Export functionality for search results.
- ftui_
harness - Lightweight in-repo FTUI test harness.
- html_
export - HTML export module for self-contained session exports.
- indexer
- model
- Domain models for normalized entities.
- pages
- perf_
evidence - Stable evidence records for performance experiments and control-plane decisions.
- policy_
registry - Data-only registry for runtime controller policies.
- query_
cost_ planner - Data-only query cost planner for robot metadata.
- raw_
mirror - search
- Search layer facade.
- sources
- Remote sources management for cass.
- storage
- Persistent storage interfaces.
- swarm_
status - Fixtureable source adapters for the planned
cass swarm statussurface. - topology_
budget - Topology-aware advisory budgets for large indexing hosts.
- tui_
asciicast - ui
- FTUI application surface and supporting UI modules.
- update_
check - Update checker for release notifications.
Structs§
- Aggregation
Bucket - A single bucket in an aggregation result
- Aggregations
- Container for all aggregation results
- Analytics
Common - Shared flags for all analytics subcommands.
- Argument
Schema - Schema for a command argument/option
- Capabilities
Limits - Capabilities
Response - Capabilities response for agent introspection. Provides static information about CLI features, versions, and limits.
- Cli
- Command-line interface.
- CliError
- Command
Schema - Schema for a single CLI command
- EnvVar
Capability - Exit
Code Capability - Field
Aggregation - Aggregation result for a single field
- Introspect
Response - Full API introspection response
- Mistake
Recovery Capability - Parsed
Cli - Semantic
Search Options - Semantic search options from CLI flags (bd-3bbv)
- Time
Filter - Time filter helper for search commands
- Workflow
Capability
Enums§
- Agent
Format - Agent format for message structure detection.
- Agents
Action - Subcommands for managing persisted agent indexing exclusions.
- Aggregate
Field - Aggregation field types for –aggregate flag
- Analytics
Bucketing - Time bucketing for analytics aggregation.
- Analytics
Command - Subcommands for analytics (token usage, tool, and model breakdowns).
- Color
Pref - Commands
- Conv
Export Format - Conversation export format (for export command)
- Display
Format - Human-readable display format for CLI output (non-JSON)
- Import
Command - Subcommands for importing external data
- Mappings
Action - Subcommands for managing path mappings (P6.3)
- Message
Classification - Message classification for grouping decisions.
- Mirror
Command - Raw-mirror maintenance commands.
- Models
Command - Subcommands for managing semantic search models
- Pages
Deploy Target - Deployment target for pages export.
- Progress
Mode - Progress
Resolved - Robot
Format - Output format for robot/automation mode
- Robot
Topic - Sources
Command - Subcommands for managing remote sources (P5.x)
- Swarm
Command - Read-only swarm operations commands.
- Timeline
Grouping - Timeline grouping options
Functions§
- classify_
message - Classify a message for grouping purposes.
- default_
data_ dir - default_
db_ path - detect_
agent_ format - Detect the agent format from a set of messages.
- extract_
correlation_ id - Extract provider correlation ID from a message for tool call/result matching.
- group_
messages_ for_ export - Groups flat messages into MessageGroups with tool correlation.
- parse_
cli - render_
swarm_ status_ live_ partial - Produce a swarm-status payload reflecting the current “no live providers
are wired yet” reality. Pure-function, allocation-only — no I/O — so it
is safe to call from the TUI surface-entry path. Used by the TUI’s
CassMsg::SwarmEnteredhandler to seed the cockpit on first entry when no cached snapshot has been supplied yet. - run
- run_
with_ parsed - try_
run_ with_ parsed_ fast - Run startup-sensitive commands before constructing the async runtime.