-
Hi Niklas,
Thank you for releasing python-agentspeak!
I've been watching LLM-based Autonomous Agents take off. One thing that bothers me is the control flow for the agents seems quite simple. Wh…
-
Hi,
I have finally rediscovered Jason and AgentSpeak after 9 years, and am much further along in terms of experience in and knowing enough logic programming (in Prolog) and AI theory and such, to m…
-
I'm writing code with your implementation and as it stands I have some questions about how everything works.
I want to add path1(list) to the agent.
How can I do it?
![Screenshot from 2022-12…
-
A belief containing a list as an argument can be constructed by passing tuples representing the list to the Literal constructor. e.g
```
my_literal = Literal("my_functor", ((12, 45), ))
```
is equ…
-
Hi Niklas,
could you briefly explain what freezing a literal means and what part the intention scope plays?
Does intention scope refer to the context which describes where a goal was raised?
Is i…
-
-
- [x] style for jason code (standard is snake_style)
- [ ] style for artifact properties and actions (under discussion, see [meeting minutes 230301](https://docs.google.com/document/d/1sJc8C_KnGsDztlQ…
-
I am trying to use JaCaMo for a while now and there are some problems with the Eclipse plugin that are quite bothering... maybe you can do something about that in a following version?
1. There is no J…
-
Thank you for making this great system available open source!
+ So, it could print out periodically like every time it exceeds another X dollars or cents, or after every API call, some estimated AP…
-