-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCITATION.cff
More file actions
22 lines (22 loc) · 758 Bytes
/
CITATION.cff
File metadata and controls
22 lines (22 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata below."
type: software
title: "promptfusion"
abstract: "A three-layer prompt composition system for AI agents that translates numerical weights into semantic priorities that LLMs actually follow. Framework-agnostic, open source, built for production multi-agent orchestration."
authors:
- family-names: Adi
given-names: Ahmad Othman Ammar
alias: OthmanAdi
version: "1.0.0"
date-released: "2025-11-09"
license: MIT
url: "https://github.com/OthmanAdi/promptfusion"
repository-code: "https://github.com/OthmanAdi/promptfusion"
keywords:
- prompt-engineering
- ai-agents
- multi-agent
- orchestration
- llm
- prompt-composition
- framework-agnostic