ManifoldRG / P.A.L.

A toolkit to build AI Agents that proactively interact w/ the world
MIT License
23 stars 0 forks source link

Kedarpujara #15

Closed kedarpujara closed 4 months ago

kedarpujara commented 4 months ago

kedarpujara@kedarpujara-mbp ProactiveAgent % python3 plugins/nearby_places_plugin.py [ { "name": "Keddy's Cafe", "address": "51 Astor Pl, New York, NY 10003", "category": "CAFE", "open_now": true }, { "name": "Mamoun's Falafel", "address": "30 St Marks Pl, New York, NY 10003", "category": "RESTAURANT", "open_now": true }, { "name": "Cooper Union Libary", "address": "55 E 8th St, New York, NY 10003", "category": "LIBRARY", "open_now": true }, { "name": "Grey Art Museum", "address": "95 Astor Pl, New York, NY 10003", "category": "FAST_FOOD", "open_now": true }, { "name": "Brooklyn Bagel Company", "address": "41 E 6th St, New York, NY 10003", "category": "FAST_FOOD", "open_now": true } ]