This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
mindcraft
Watch
1
Star
0
Fork
You've already forked mindcraft
0
mirror of
https://github.com/kolbytn/mindcraft.git
synced
2025-06-06 09:15:55 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
906c7c32ad
mindcraft
/
main.js
5 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
created coder, updated main, misc fixes
2023-11-07 12:00:55 -06:00
import
{
Agent
}
from
'./agent.js'
;
init commit
2023-08-15 23:39:02 -07:00
retrieved fewshot examples
2023-11-15 13:18:38 -08:00
let
agent
=
new
Agent
(
'andy'
,
'bots/andy.json'
)
;
agent
.
start
(
)
;
Reference in a new issue
Copy permalink