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.
Find a file
2021-03-31 06:17:43 +00:00
docker fix: Fixing issues/1, drone build push failure. 2021-02-26 05:53:22 -08:00
examples Updating the examples to match the current HCL structure. 2021-02-26 13:14:48 -08:00
gagent Going to trigger a build and test on the cluster. 2021-02-26 10:41:42 -08:00
src Going to trigger a build and test on the cluster. 2021-02-26 10:41:42 -08:00
.drone.yml Testing drone on amd64 2021-03-31 06:17:43 +00:00
.gitignore fix: Fixing issues/1, drone build push failure. 2021-02-26 05:53:22 -08:00
CHANGELOG.md fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
gagent.png fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
go.mod fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
go.sum fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
LANGUAGE.md fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
LICENSE fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
README.md BREAKING CHANGE: feat: Initial Commit 2021-02-25 17:26:16 -08:00

G'Agent

Build Status

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.