Skip to content

Commit a9df6cc

Browse files
committed
Update notebooks
1 parent cddf16d commit a9df6cc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

notebooks/simulating_user.ipynb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"\n",
99
"In HybridAGI, the User is simulated by default because being able to run a graph program without human input is required to optimize or finetune any interactive program. Many other frameworks to avoid this constraint just removed the possibility to interact with the user during the execution of a plan. But for us, with a background in Human-Human & Human-Robot collaboration, speaking is a goal-directed action that happen in a plan (or program in our case).\n",
1010
"\n",
11-
"Speech-act theory was first presented by a philosopher named J.L. Austin from Oxford in 1975, in a book called \"How to Do Things With Words\". Another philosopher, J.R. Searle from America, later expanded on this theory. The theory breaks down our utterances (the things we say) into three parts:\n",
12-
"\n",
13-
"- *Locutionary Acts*: This is when we say something that makes sense and can be understood by the listener.\n",
14-
"- *Illocutionary Acts*: This is when we say something with a specific goal in mind, like trying to inform someone.\n",
15-
"- *Perlocutionary Acts*: This is when our words cause someone to do something or have an effect on them.\n",
16-
"\n",
1711
"In HybridAGI, we made 2 different tools to interact with the User:\n",
1812
"\n",
1913
"- `Speak`: This tool send a message to the user, the message is being stored into the chat history and the last message is given as final answer to the system. \n",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hybridagi"
3-
version = "0.2.4352"
3+
version = "0.2.4353"
44
description = "The Programmable Neuro-Symbolic Cypher-based AGI"
55
readme = "README.md"
66
authors = ["Yoan Sallami"]

0 commit comments

Comments
 (0)