-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
50 lines (49 loc) · 1.57 KB
/
Copy pathCITATION.cff
File metadata and controls
50 lines (49 loc) · 1.57 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
39
40
41
42
43
44
45
46
47
48
49
50
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Certamen Framework
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Nikolay
family-names: Eremeev
email: nikolay.eremeev@outlook.com
repository-code: 'https://github.com/nikolay-e/certamen-core'
url: 'https://github.com/nikolay-e/certamen-core'
abstract: >-
Certamen Framework is an open-source Python framework for
high-stakes AI decision-making via tournament-based model
synthesis. Unlike general-purpose agent frameworks,
Certamen uses competitive elimination tournaments where AI
agents generate independent solutions, critique each other,
compete in evaluation rounds, and progressively refine
until a champion emerges. The Knowledge Bank innovation
preserves insights from eliminated models, ensuring no
valuable perspective is lost.
keywords:
- artificial intelligence
- large language models
- llm
- multi-agent systems
- decision-making
- tournament
- agent synthesis
- knowledge bank
- model evaluation
- benchmarking
version: 0.1.0
date-released: '2026-02-21'
preferred-citation:
type: software
title: >-
Certamen Framework: Tournament-Based Synthesis for
High-Stakes AI Decisions
authors:
- given-names: Nikolay
family-names: Eremeev
email: nikolay.eremeev@outlook.com
year: 2025
url: 'https://github.com/nikolay-e/certamen-core'
repository-code: 'https://github.com/nikolay-e/certamen-core'