Skip to content

Conversation

@ishaangupta-YB
Copy link

Fixed: zero setup for tictactoe

i was recently running the examples, but there are lots of config issues in many dirs and their files. lots of missing dependencies and other required things

this PR fixes the Tic-Tac-Toe example config. issues, now users can really run the example with just npm i && npm start instead of spending hours debugging the errors

i have tested it and runs smoothly, see below screenshot for reference

Screenshot 2025-11-11 at 2 40 59 AM

to test it, follow below steps,

  1. run this url in your browser - https://download-directory.github.io/?url=https%3A%2F%2Fgithub.com%2Fishaangupta-YB%2Fagents%2Ftree%2Fmain%2Fexamples%2Ftictactoe
  2. cd into agents/examples/tictactoe dir
  3. create a .dev.vars file and paste ur OPENAI_API_KEY
  4. run npm i && npm start
  5. test at localhost:5173

@changeset-bot
Copy link

changeset-bot bot commented Nov 10, 2025

⚠️ No Changeset found

Latest commit: 02f6084

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ishaangupta-YB
Copy link
Author

referenced issue - #645

@threepointone @whoiskatrin

@whoiskatrin whoiskatrin requested review from threepointone and removed request for threepointone November 10, 2025 21:37
@whoiskatrin
Copy link
Contributor

@ishaangupta-YB hey, what's the issue exactly? it seems to run fine for me with the usual set of commands

  1. npm i
  2. npm run build to compile
  3. cd examples/tictactoe
  4. npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants