Skip to content

Commit 5144558

Browse files
Merge pull request #200 from BrainBlend-AI/docs/comprehensive-memory-guide
docs: add comprehensive memory and context management guide
2 parents a0d9461 + 4fda5b1 commit 5144558

File tree

6 files changed

+1238
-1
lines changed

6 files changed

+1238
-1
lines changed

docs/api/context.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Context
22

3+
```{seealso}
4+
For a comprehensive guide on memory management, multi-agent patterns, and best practices, see the **[Memory and Context Guide](/guides/memory)**.
5+
```
6+
37
## Agent History
48

59
The `ChatHistory` class manages conversation history and state for AI agents:

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sys.path.insert(0, os.path.abspath(".."))
55

66
project = "Atomic Agents"
7-
copyright = "2024, Kenny Vaneetvelde"
7+
copyright = "2026, Kenny Vaneetvelde"
88
author = "Kenny Vaneetvelde"
99
version = "2.0.4"
1010
release = "2.0.4"
@@ -17,6 +17,7 @@
1717
"myst_parser",
1818
"sphinx_copybutton",
1919
"sphinx_design",
20+
"sphinxcontrib.mermaid",
2021
]
2122

2223
templates_path = ["_templates"]

docs/guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This section contains detailed guides for working with Atomic Agents.
77
:caption: Guides
88
99
quickstart
10+
memory
1011
tools
1112
hooks
1213
orchestration

0 commit comments

Comments
 (0)