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-02-26 08:33:42 -08:00
docker fix: (issues/1) Container is being built, but unable to push to registry. 2021-02-26 08:15:45 -08:00
examples fix: Re-initializing after I destroyed the original repository. 2021-02-25 17:46:40 -08:00
gagent fix: (issues/3), Daemonize the router. 2021-02-26 08:33:42 -08:00
src fix: (issues/3), Daemonize the router. 2021-02-26 08:16:39 -08:00
.drone.yml fix: (issues/1) Container is being built, but unable to push to registry. 2021-02-26 08:15:45 -08:00
.gitignore fix: (issues/1) Container is being built, but unable to push to registry. 2021-02-26 08:15:45 -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.