-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Summary
Pick any existing Python example and port it to TypeScript in the examples-ts repo. This helps grow the TypeScript ecosystem and serves as a cross-language reference.
What needs to happen
- Choose a Python example from this repo (suggest starting with a simpler one)
- Port it to TypeScript using
core-ts - Ensure the TypeScript version produces equivalent output
- Submit the PR to
OpenSymbolicAI/examples-ts - Link back to the original Python example in the README/comments
Acceptance criteria
- TypeScript example runs successfully with
core-ts - Behavior matches the Python original
- Code is idiomatic TypeScript (async/await, proper types)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers