Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
agent-routing-eval
command
Command agent-routing-eval scores a locally captured blind-agent routing run.
|
Command agent-routing-eval scores a locally captured blind-agent routing run. |
|
ajq
command
|
|
|
internal
|
|
|
backend
Package backend defines the minimal semantic judgment seam used by the split executor.
|
Package backend defines the minimal semantic judgment seam used by the split executor. |
|
backend/anthropicbk
Package anthropicbk implements the official Anthropic Messages API backend.
|
Package anthropicbk implements the official Anthropic Messages API backend. |
|
backend/batchdispatch
Package batchdispatch runs semantic backend judgements with a bounded number of in-flight callbacks while retaining their input order.
|
Package batchdispatch runs semantic backend judgements with a bounded number of in-flight callbacks while retaining their input order. |
|
backend/conformance
Package conformance defines the backend acceptance suite shared by every ajq semantic backend implementation.
|
Package conformance defines the backend acceptance suite shared by every ajq semantic backend implementation. |
|
backend/local
Package local implements a semantic backend that talks to a warm localhost llama-server daemon over HTTP.
|
Package local implements a semantic backend that talks to a warm localhost llama-server daemon over HTTP. |
|
backend/oai
Package oai implements a thin OpenAI-compatible chat/completions backend.
|
Package oai implements a thin OpenAI-compatible chat/completions backend. |
|
backend/ollamabk
Package ollamabk implements a thin client for Ollama's native /api/chat API.
|
Package ollamabk implements a thin client for Ollama's native /api/chat API. |
|
backend/promptkit
Package promptkit provides shared deterministic prompt rendering and result coercion for semantic backends.
|
Package promptkit provides shared deterministic prompt rendering and result coercion for semantic backends. |
|
bench
Package bench is the Phase 2.5 latency and throughput benchmark harness for ajq.
|
Package bench is the Phase 2.5 latency and throughput benchmark harness for ajq. |
|
cache
Package cache provides in-memory semantic result memoization for split execution.
|
Package cache provides in-memory semantic result memoization for split execution. |
|
cachepath
Package cachepath resolves the shared ajq cache root used by provisioning, daemon-managed assets, and persistent judgement cache files.
|
Package cachepath resolves the shared ajq cache root used by provisioning, daemon-managed assets, and persistent judgement cache files. |
|
config
Package config loads ajq's optional TOML configuration file and resolves settings precedence across command-line flags, environment variables, config file values, and built-in defaults.
|
Package config loads ajq's optional TOML configuration file and resolves settings precedence across command-line flags, environment variables, config file values, and built-in defaults. |
|
daemon
Package daemon manages the lifecycle of a local llama-server process used as a warm localhost daemon by ajq.
|
Package daemon manages the lifecycle of a local llama-server process used as a warm localhost daemon by ajq. |
|
desugar
Package desugar rewrites ajq-only surface syntax into jq function-core syntax before gojq parses the query.
|
Package desugar rewrites ajq-only surface syntax into jq function-core syntax before gojq parses the query. |
|
engine
Package engine wires ajq's stdin framing, pure-jq evaluation, and output serialization together.
|
Package engine wires ajq's stdin framing, pure-jq evaluation, and output serialization together. |
|
explain
Package explain renders ajq's stable query explanation output.
|
Package explain renders ajq's stable query explanation output. |
|
jq
Package jq wraps github.com/itchyny/gojq behind the small execution contract ajq needs for deterministic pure-jq queries.
|
Package jq wraps github.com/itchyny/gojq behind the small execution contract ajq needs for deterministic pure-jq queries. |
|
plan
Package plan builds ajq's semantic execution plan from gojq queries.
|
Package plan builds ajq's semantic execution plan from gojq queries. |
|
pricing
Package pricing provides static, dated cost estimates for semantic backend calls.
|
Package pricing provides static, dated cost estimates for semantic backend calls. |
|
provision
Package provision implements first-run provisioning of local inference assets for ajq: it locates or downloads a platform-appropriate llama-server engine and a default GGUF model into the ajq cache directory, verifies their integrity, and reports progress.
|
Package provision implements first-run provisioning of local inference assets for ajq: it locates or downloads a platform-appropriate llama-server engine and a default GGUF model into the ajq cache directory, verifies their integrity, and reports progress. |
|
schema
Package schema turns semantic operator contracts into deterministic, grammar/schema-constrained output shapes for local inference.
|
Package schema turns semantic operator contracts into deterministic, grammar/schema-constrained output shapes for local inference. |
|
semantics
Package semantics defines ajq's semantic operator metadata without any jq parser or executor dependencies.
|
Package semantics defines ajq's semantic operator metadata without any jq parser or executor dependencies. |
|
testharness
Package testharness verifies ajq golden-output fixtures.
|
Package testharness verifies ajq golden-output fixtures. |
Click to show internal directories.
Click to hide internal directories.
