Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cff-version: 1.2.0
title: >-
glia — a glass-box, minimal library for building LLM agents
message: >-
If you use glia in work you publish, please cite it using this entry.
abstract: >-
An agent library in which every model call, tool call and state transition is a plain object that can be logged, snapshotted and replayed. Modern techniques -- tools, structured outputs, context compaction, durable checkpoints, guardrails, subagents and evaluations-as-tests -- are opt-in primitives rather than hidden control flow. The core has no required dependencies.
authors:
- family-names: Drobyshev
given-names: Denis
repository-code: https://github.com/DrobyshevDev/glia
url: https://github.com/DrobyshevDev/glia
license: MIT
keywords:
- llm-agents
- agent-framework
- observability
- evaluation
- python