-
- Downloads
agent: Use Guile
By removing the YAML configuration, the agent is now configured via a Scheme file interpreted by Guile. There's no need for behavior trees now since it can be reproduced naturally in the Scheme language. See README.md for how to compile and run. Change-Id: Ibbf9ed0f965cee71bce63c0f8e8c12862f37176d
Showing
- test/agent/.gitignore 5 additions, 2 deletionstest/agent/.gitignore
- test/agent/Makefile.am 9 additions, 4 deletionstest/agent/Makefile.am
- test/agent/README.md 55 additions, 0 deletionstest/agent/README.md
- test/agent/agent.cpp 282 additions, 319 deletionstest/agent/agent.cpp
- test/agent/agent.h 38 additions, 31 deletionstest/agent/agent.h
- test/agent/bindings.cpp 215 additions, 0 deletionstest/agent/bindings.cpp
- test/agent/bindings.h 3 additions, 14 deletionstest/agent/bindings.h
- test/agent/bt.cpp 0 additions, 60 deletionstest/agent/bt.cpp
- test/agent/bt.h 0 additions, 105 deletionstest/agent/bt.h
- test/agent/examples/active-agent.scm 98 additions, 0 deletionstest/agent/examples/active-agent.scm
- test/agent/examples/passive-agent.scm 29 additions, 0 deletionstest/agent/examples/passive-agent.scm
- test/agent/jami-agent-config.yml 0 additions, 19 deletionstest/agent/jami-agent-config.yml
- test/agent/jami-config.yml 0 additions, 63 deletionstest/agent/jami-config.yml
- test/agent/main.cpp 69 additions, 3 deletionstest/agent/main.cpp
- test/agent/tools/make-account-archive 14 additions, 0 deletionstest/agent/tools/make-account-archive
- test/agent/utils.cpp 0 additions, 89 deletionstest/agent/utils.cpp
- test/agent/utils.h 0 additions, 45 deletionstest/agent/utils.h
Loading
Please register or sign in to comment