Skip to content

Commit 2c50821

Browse files
Merge pull request #46 from oracle-devrel/feature/memory-context-engineering-notebook
fix: correct colab link url
2 parents 13e667f + 94407d3 commit 2c50821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/memory_context_engineering_agents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"id": "5340125d",
1616
"metadata": {},
1717
"source": [
18-
"[![Open in Colab](https://img.shields.io/badge/Open%20in-Colab-F9AB00?style=flat-square&logo=googlecolab)](https://colab.research.google.com/github/YOUR_USERNAME/oracle_ai_developer_hub/blob/main/notebooks/memory_context_engineering_agents.ipynb)\n",
18+
"[![Open in Colab](https://img.shields.io/badge/Open%20in-Colab-F9AB00?style=flat-square&logo=googlecolab)](https://colab.research.google.com/github/oracle-devrel/oracle-ai-developer-hub/blob/main/notebooks/memory_context_engineering_agents.ipynb)\n",
1919
"\n",
2020
"In this notebook, you'll learn how to engineer memory systems that give AI agents the ability to remember, learn, and adapt across conversations. \n",
2121
"Moving beyond simple RAG, we implement a complete **Memory Layer** with six distinct memory types—each serving a specific cognitive function."

0 commit comments

Comments
 (0)