Closed sampaiodias closed 1 year ago
It would be really cool to have some APIs so developers could integrate with some new AI technologies, such as AutoGPT. For example:
url/items/list?slot=Weapon1&sortBy=critchance
An API to locally interact with PathOfBuilding
Maybe a "headless" mode?
An example of AutoGPT: https://www.youtube.com/watch?v=uu3NzgnAiMk
You can already do this with PoB. See src/HeadlessWrapper.lua for the entry point.
You can also sort the list of uniques in the items tab by crit chance, filtering by the item slot it belongs in.
Check for duplicates
Is your feature request related to a problem?
It would be really cool to have some APIs so developers could integrate with some new AI technologies, such as AutoGPT. For example:
url/items/list?slot=Weapon1&sortBy=critchance
)Describe the solution you'd like
An API to locally interact with PathOfBuilding
Describe alternatives you've considered
Maybe a "headless" mode?
Additional context
An example of AutoGPT: https://www.youtube.com/watch?v=uu3NzgnAiMk