mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 20:26:47 -07:00
Adding support for a genesis DB.
This commit is contained in:
parent
d5fcd11592
commit
7a9225ce86
7 changed files with 35 additions and 4 deletions
8
assets/examples/agents/hello-earth.tcl
Normal file
8
assets/examples/agents/hello-earth.tcl
Normal file
|
@ -0,0 +1,8 @@
|
|||
###################
|
||||
### Hello Earth ###
|
||||
###################
|
||||
set GHINT [split "thermal measurements, gravity measurements, gravity fluctuations" ,]
|
||||
proc hello_earth {} {
|
||||
puts "Hello Earth, does localized tempurature variations alter specific gravity?"
|
||||
}
|
||||
hello_earth
|
Loading…
Add table
Add a link
Reference in a new issue