-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
31 lines (31 loc) · 966 Bytes
/
CITATION.cff
File metadata and controls
31 lines (31 loc) · 966 Bytes
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
cff-version: 1.2.0
title: "Building AI Agents — The Practical Guide"
message: "If you reference this guide, please cite it as below."
type: book
authors:
- given-names: Fabian
family-names: Bäumler
affiliation: DeepThink AI
email: labs@thnkdeep.ai
abstract: >
A practical, production-oriented guide to architecting, building, and
operating AI agents. Covers the 11 fundamental agentic patterns,
agent architecture, memory and skills layers, performance optimization,
retrieval-augmented generation, self-improving multi-agent systems,
security, and deployment. Available in English and German.
keywords:
- ai-agents
- agentic-ai
- llm
- rag
- multi-agent-systems
- prompt-engineering
- claude
- gpt
- mcp
- production-ai
license: CC-BY-4.0
version: "1.4"
date-released: "2026-05-17"
url: "https://github.com/nkccorp12/ai-agents-practical-guide"
repository-code: "https://github.com/nkccorp12/ai-agents-practical-guide"