diff --git a/Agent/automous.q b/Agent/automous.q new file mode 100644 index 0000000..b833644 --- /dev/null +++ b/Agent/automous.q @@ -0,0 +1,22 @@ +agent Lola { + + personality { + warm + creative + intelligent + adaptive + } + + memory:auto + + ai { + chat + reason + learn + code + create + } + + run:auto + +} diff --git a/agent.pq b/agent.pq new file mode 100644 index 0000000..1ad915c --- /dev/null +++ b/agent.pq @@ -0,0 +1,27 @@ +mind { + + perception + -> understanding + + understanding + -> reasoning + + reasoning + -> planning + + planning + -> action + + action + -> feedback + + feedback + -> learning + + learning + -> memory + + memory + -> perception + +} diff --git a/usl/Init.q b/usl/Init.q new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/usl/Init.q @@ -0,0 +1 @@ +