Skip to content

Commit

Permalink
remove colab link and other two files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Khant committed Aug 25, 2024
1 parent dbe50e4 commit 03d2b2b
Show file tree
Hide file tree
Showing 3 changed files with 946 additions and 943 deletions.
38 changes: 17 additions & 21 deletions notebook/agentchat_with_memory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "A3guIYLG6PnX"
},
"source": [
"<a href=\"https://colab.research.google.com/drive/1NZEwC9w6V2S6hYmK7l2SQ9jhQrG1uKk8?usp=sharing\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"# Agent with memory using Mem0"
]
},
{
Expand All @@ -33,24 +33,17 @@
"source": [
"## Requirements\n",
"\n",
"- pyautogen\n",
"- mem0ai"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"collapsed": true,
"id": "zopsFIhY9mGu",
"outputId": "fad74532-0911-42f6-9076-c42bd670bc88"
},
"outputs": [],
"source": [
"!pip install pyautogen mem0ai"
"````{=mdx}\n",
":::info Requirements\n",
"Some extra dependencies are needed for this notebook, which can be installed via pip:\n",
"\n",
"```bash\n",
"pip install pyautogen mem0ai\n",
"```\n",
"\n",
"For more information, please refer to the [installation guide](/docs/installation/).\n",
":::\n",
"````"
]
},
{
Expand Down Expand Up @@ -329,8 +322,11 @@
}
],
"metadata": {
"colab": {
"provenance": []
"front_matter": {
"description": "Use Mem0 to create agents with memory.",
"tags": [
"memory"
]
},
"kernelspec": {
"display_name": "Python 3",
Expand Down
Loading

0 comments on commit 03d2b2b

Please sign in to comment.