Add initial setup for TinyTroupe simulation: environment, agents, configuration, and example world interaction

This commit is contained in:
geoffsee
2025-06-22 10:18:48 -04:00
commit e67a7e9e01
11 changed files with 531 additions and 0 deletions

8
setup.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh
# You need to install anaconda - https://www.anaconda.com/docs/getting-started/anaconda/install#mac-os-command-line-installer
conda create -n tinytroupe python=3.10
conda activate tinytroupe
pip install git+https://github.com/microsoft/TinyTroupe.git@main