From 81acc798e9997f807b8c58c25b78d77e2cc69166 Mon Sep 17 00:00:00 2001 From: James Wells Date: Fri, 30 Jun 2023 17:56:30 -0700 Subject: [PATCH] Added some commentary to the README to help avoid future confusion. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e849733..ef8d670 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ A Golang based mobile agent system loosely inspired by the [Agent Tcl / D'Agents](http://www.cs.dartmouth.edu/~dfk/agents/) system created by Robert S. Gray of Dartmouth college. +Please note that this program is mostly meant to be used as a tool for me to learn software development in Go, and is not meant to be used in a production environments. + +GPT-4 has been used in various parts of this project to debug, improve functionality and provide examples of how to get over various hurdles as I learn Go. + ## Sumary G'Agent streamlines interplanetary data searches using TCL scripts, allowing efficient communication despite time delays between Earth and Mars.