You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ Using an LLM to call tools in a loop is the simplest form of an agent. This arch
7
7
> ![TIP]
8
8
> Looking for the Python version of this package? See [here: hwchase17/deepagents](https://github.com/hwchase17/deepagents)
9
9
10
-
**Acknowledgements**: This project was primarily inspired by Claude Code, and initially was largely an attempt to see what made Claude Code general purpose, and make it even more so.
11
-
12
10
## Installation
13
11
14
12
```bash
@@ -17,4 +15,4 @@ yarn add deepagents
17
15
18
16
## Learn more
19
17
20
-
For more information, check out our docs: [link]
18
+
For more information, check out our docs: [https://docs.langchain.com/labs/deep-agents/overview](https://docs.langchain.com/labs/deep-agents/overview)
0 commit comments