Directories
¶
| Path | Synopsis |
|---|---|
|
catalog
Package catalog provides support for the catalog sub-command.
|
Package catalog provides support for the catalog sub-command. |
|
catalog/list
Package list provides the catalog list command code.
|
Package list provides the catalog list command code. |
|
catalog/remove
Package remove provides the catalog remove command code.
|
Package remove provides the catalog remove command code. |
|
catalog/show
Package show provides the catalog show command code.
|
Package show provides the catalog show command code. |
|
client
Package client provides support to access an OpenAI-compatible API service.
|
Package client provides support to access an OpenAI-compatible API service. |
|
devices
Package devices provides the devices command for listing available compute devices.
|
Package devices provides the devices command for listing available compute devices. |
|
libs
Package libs provides the libs command code.
|
Package libs provides the libs command code. |
|
model
Package model provide support for the model sub-command.
|
Package model provide support for the model sub-command. |
|
model/index
Package index provides the index command code.
|
Package index provides the index command code. |
|
model/list
Package list provides the pull command code.
|
Package list provides the pull command code. |
|
model/ps
Package ps provides the ps command code.
|
Package ps provides the ps command code. |
|
model/pull
Package pull provides the pull command code.
|
Package pull provides the pull command code. |
|
model/remove
Package remove provides the remove command code.
|
Package remove provides the remove command code. |
|
model/resolve
Package resolve provides the model resolve sub-command.
|
Package resolve provides the model resolve sub-command. |
|
model/show
Package show provides the show command code.
|
Package show provides the show command code. |
|
run
Package run provides the run command for interactive chat with models.
|
Package run provides the run command for interactive chat with models. |
|
security
Package security provides tooling support for security.
|
Package security provides tooling support for security. |
|
security/key
Package key provides tooling support for security keys.
|
Package key provides tooling support for security keys. |
|
security/key/create
Package create provides the key create command code.
|
Package create provides the key create command code. |
|
security/key/delete
Package delete provides the key delete command code.
|
Package delete provides the key delete command code. |
|
security/key/list
Package list provides the key list command code.
|
Package list provides the key list command code. |
|
security/sec
Package sec provide a security api for use with the security commands.
|
Package sec provide a security api for use with the security commands. |
|
security/token
Package token provides tooling support for security tokens.
|
Package token provides tooling support for security tokens. |
|
security/token/create
Package create provides the token create command code.
|
Package create provides the token create command code. |
|
server
Package server provide support for the server sub-command.
|
Package server provide support for the server sub-command. |
|
server/logs
Package logs manages the server logs sub-command.
|
Package logs manages the server logs sub-command. |
|
server/start
Package start manages the server start sub-command.
|
Package start manages the server start sub-command. |
|
server/stop
Package stop manages the server stop sub-command.
|
Package stop manages the server stop sub-command. |
|
server
|
|
|
api/services/auth
command
|
|
|
api/services/kronk
Package kronk is the model server.
|
Package kronk is the model server. |
|
api/services/kronk/build
Package build binds all the routes into the specified app.
|
Package build binds all the routes into the specified app. |
|
api/services/mcp
command
|
|
|
api/tooling/benchfmt
command
benchfmt parses raw Go benchmark output from the runs/ directory and rewrites BENCH_RESULTS.txt with formatted comparison grids.
|
benchfmt parses raw Go benchmark output from the runs/ directory and rewrites BENCH_RESULTS.txt with formatted comparison grids. |
|
api/tooling/docs
command
|
|
|
api/tooling/docs/manual
Package manual provides a documentation generator that converts MANUAL.md to React.
|
Package manual provides a documentation generator that converts MANUAL.md to React. |
|
api/tooling/docs/sdk/examples
Package examples provides a documentation generator for sdk/docs/examples.
|
Package examples provides a documentation generator for sdk/docs/examples. |
|
api/tooling/docs/sdk/gofmt
Package gofmt provides a documentation generator for sdk/docs/kronk and models.
|
Package gofmt provides a documentation generator for sdk/docs/kronk and models. |
|
api/tooling/logfmt
command
This program takes the structured log output and makes it readable.
|
This program takes the structured log output and makes it readable. |
|
app/domain/authapp
Package authapp maintains the auth service handlers.
|
Package authapp maintains the auth service handlers. |
|
app/domain/chatapp
Package chatapp provides the chat api endpoints.
|
Package chatapp provides the chat api endpoints. |
|
app/domain/checkapp
Package checkapp maintains the app layer api for the check domain.
|
Package checkapp maintains the app layer api for the check domain. |
|
app/domain/downapp
Package downapp serves model files over HTTP using a Hugging Face compatible URL scheme so clients on a local network can download models without internet access.
|
Package downapp serves model files over HTTP using a Hugging Face compatible URL scheme so clients on a local network can download models without internet access. |
|
app/domain/embedapp
Package embedapp provides the embedding api endpoints.
|
Package embedapp provides the embedding api endpoints. |
|
app/domain/mcpapp
Package mcpapp maintains the MCP service handlers.
|
Package mcpapp maintains the MCP service handlers. |
|
app/domain/msgsapp
Package msgsapp provides the Anthropic Messages API endpoints.
|
Package msgsapp provides the Anthropic Messages API endpoints. |
|
app/domain/playgroundapp
Package playgroundapp provides endpoints for the model playground.
|
Package playgroundapp provides endpoints for the model playground. |
|
app/domain/rerankapp
Package rerankapp provides the reranking api endpoints.
|
Package rerankapp provides the reranking api endpoints. |
|
app/domain/respapp
Package respapp provides the responses api endpoints.
|
Package respapp provides the responses api endpoints. |
|
app/domain/tokenapp
Package tokenapp provides the tokenize api endpoint.
|
Package tokenapp provides the tokenize api endpoint. |
|
app/domain/toolapp
Package toolapp provides endpoints to handle tool management.
|
Package toolapp provides endpoints to handle tool management. |
|
app/sdk/apitest
Package apitest provides support for excuting api test logic.
|
Package apitest provides support for excuting api test logic. |
|
app/sdk/authclient
Package authclient provides support to access the auth service.
|
Package authclient provides support to access the auth service. |
|
app/sdk/debug
Package debug provides handler support for the debugging endpoints.
|
Package debug provides handler support for the debugging endpoints. |
|
app/sdk/errs
Package errs provides types and support related to web error functionality.
|
Package errs provides types and support related to web error functionality. |
|
app/sdk/mid
Package mid provides app level middleware support.
|
Package mid provides app level middleware support. |
|
app/sdk/mux
Package mux provides support to bind domain level routes to the application mux.
|
Package mux provides support to bind domain level routes to the application mux. |
|
app/sdk/security
Package security provides security support.
|
Package security provides security support. |
|
app/sdk/security/auth
Package auth provides authentication and authorization support.
|
Package auth provides authentication and authorization support. |
|
app/sdk/security/keystore
Package keystore implements the auth.KeyLookup interface.
|
Package keystore implements the auth.KeyLookup interface. |
|
app/sdk/security/rate
Package rate provides rate limiting support using an embedded database.
|
Package rate provides rate limiting support using an embedded database. |
|
foundation/logger
Package logger provides support for initializing the log system.
|
Package logger provides support for initializing the log system. |
|
foundation/web
Package web contains a small web framework extension.
|
Package web contains a small web framework extension. |
Click to show internal directories.
Click to hide internal directories.