Skip to content

Conversation

@ADFAlonso
Copy link

@ADFAlonso ADFAlonso commented Dec 24, 2025

Summary

  • Add a README section showing how to combine Agents with the py-order-utils package.
  • Provide an end-to-end example that builds, signs, and submits an order via the CLOB client.

Notes

  • Documentation-only change, no runtime behavior modifications.

Note

Adds guidance for reusing Polymarket Python order primitives within Agents.

  • New README section: using py-order-utils with Agents
  • Shows installing py-order-utils and sample code to create a Signer, OrderBuilder, build a signed OrderData, and submit via ClobClient
  • Documentation-only change; no code or runtime modifications

Written by Cursor Bugbot for commit a372769. This will update automatically on new commits. Configure here.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Polymarket Agents. Thank you for creating your first PR. Cheers!

@ADFAlonso
Copy link
Author

This adds a focused README section that shows how to combine Agents with the py-order-utils library to build, sign, and submit orders via the CLOB client, reusing the same Python tooling ecosystem Polymarket already maintains.


## Using python-order-utils with Agents

If you want to build and sign orders in your agent using the same primitives as the Polymarket Python order tooling, you can use the `py-order-utils` package together with this repo.[web:493]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debug or citation tags left in documentation

The documentation contains what appear to be internal reference tags [web:493] and [web:363] that were accidentally included. These look like citation markers or tool-generated artifacts that should not appear in the public README.

Additional Locations (1)

Fix in Cursor Fix in Web

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.

1 participant