-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCITATION.cff
More file actions
32 lines (32 loc) · 1.27 KB
/
Copy pathCITATION.cff
File metadata and controls
32 lines (32 loc) · 1.27 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
# Citation File Format 1.2.0 — https://citation-file-format.github.io/
cff-version: 1.2.0
message: "If you use contextweaver in published work, please cite it as below."
title: contextweaver
abstract: >-
contextweaver is a Python library for dynamic context management for
tool-using AI agents. It provides phase-specific, budget-aware context
compilation with a context firewall, plus bounded-choice routing over
large tool catalogs via DAG and beam search.
type: software
authors:
- family-names: Santos
given-names: Diogo
email: diogofcul@hotmail.com
repository-code: "https://github.com/dgenio/contextweaver"
url: "https://dgenio.github.io/contextweaver"
license: Apache-2.0
# `version` and `date-released` must be updated by the release process when
# tagging a new release (see CONTRIBUTING.md / RELEASING). The values below
# track the most recent tagged release on PyPI.
version: 0.17.0
date-released: "2026-07-12"
# A real DOI will be added once a Zenodo (or equivalent) archive of a tagged
# release is published. Omitting the `identifiers` block here keeps the file
# compatible with strict CFF validators that reject placeholder DOIs.
keywords:
- context engineering
- tool routing
- prompt budgeting
- agent infrastructure
- large language models
- mcp