-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCITATION.cff
More file actions
38 lines (38 loc) · 1.25 KB
/
Copy pathCITATION.cff
File metadata and controls
38 lines (38 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
cff-version: 1.2.0
title: "fak — the agent kernel"
message: "If you use fak in your research or product, please cite it using these metadata."
type: software
authors:
- family-names: Chaudhary
given-names: Anthony
repository-code: "https://github.com/anthony-chaudhary/fak"
url: "https://github.com/anthony-chaudhary/fak"
abstract: >-
fak is an agent kernel: one static Go binary that sits in front of AI agent
loops and treats every tool call as a syscall. It keeps long sessions
cache-efficient, routes work per call, can run local GGUF models in-process,
and records an auditable verdict for every tool call. The same checkpoint also
carries reviewable policy, result quarantine, and mid-run causal KV-cache span
eviction that is bit-for-bit exact against a reference run (max|delta| = 0),
so self-hosted LLM agent fleets can reuse shared work without giving the model
unilateral authority over external effects.
keywords:
- agent kernel
- fused agent kernel
- AI agents
- LLM agents
- prompt cache
- model routing
- local LLM
- GGUF
- tool-call control
- KV cache
- addressable KV cache
- LLM inference
- LLM serving
- self-hosted LLM
- agentic AI
- Go
license: Apache-2.0
version: 0.41.0
date-released: "2026-06-25"