mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
A mobile agent system, written in Go, loosely inspired by the Agent Tcl / D'Agents (http://www.cs.dartmouth.edu/~dfk/agents/) system created by Robert S. Gray of Dartmouth college.
docker | ||
examples | ||
gagent | ||
src | ||
.drone.yml | ||
.gitignore | ||
CHANGELOG.md | ||
gagent.png | ||
go.mod | ||
go.sum | ||
LANGUAGE.md | ||
LICENSE | ||
README.md |
G'Agent
A mobile agent system, written in Go, loosely inspired by the Agent Tcl / D'Agents system created by Robert S. Gray of Dartmouth college.
More information can be found in the original documentation, and in the project's wiki.
We are adding Picol as a vendor package though we have modified it specific to support a subset of the Agent Tcl / D'Agents language extensions. The language extensions can be found in the LANGUAGE.md file.