From 34aaa12ba578fa19cd4afd0ab4842efb8ac986e1 Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Sat, 20 Jul 2024 12:20:55 -0400 Subject: [PATCH 1/2] add Agent symbolic learning --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c72cd..a0f1b05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

:gift: Awesome SDKs For AI Agents

@@ -60,6 +59,20 @@ E2b is an operating system for AI agents, that is, a set of tools, APIs, and clo +## [Agent symbolic learning](https://github.com/aiwaves-cn/agents) +Agent symbolic learning is a systematic framework for training language agents, which is inspired by the connectionist learning procedure used for training neural nets. + +

+ + + +### Links +- [Web](https://github.com/aiwaves-cn/agents) + + +
+ + ## [AgentOps](https://www.agentops.ai/) AgentOps create tools to make agents actually work, e.g., graphs, monitoring, and replay analytics. From d53810b82474b92c7b5b5b79b2c06f4afdda6477 Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Sat, 20 Jul 2024 12:21:27 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0f1b05..9df5e8d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ E2b is an operating system for AI agents, that is, a set of tools, APIs, and clo -## [Agent symbolic learning](https://github.com/aiwaves-cn/agents) +## [Agent Symbolic Learning](https://github.com/aiwaves-cn/agents) Agent symbolic learning is a systematic framework for training language agents, which is inspired by the connectionist learning procedure used for training neural nets.