A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
DialOp: Decision-oriented dialogue environments for collaborative language agents
Collaborative decision-oriented dialogue environments for humans and LLM agents.
These environments are associated with the paper Decision-Oriented Dialogue For Human-AI Collaboration.

Get started and play the games with GPT-3 as an assistant:
pip install -e .
vim dialop/.api_key
python dialop/play_gpt3.py --game {optimization, planning, mediation}
games: define game logic, environment data generationenvs: text-based interfaces for gamesapps: web app interfaces for games for human-human play| Name | Description | Human UI | Agent Text Interface | Hosted UI |
|---|---|---|---|---|
Optimization | Assign the best reviewers for conference papers | ![]() | ![]() | Play now |
Planning | Plan the best itinerary with the least travel and price | ![]() | ![]() | Play now |
Mediation | Coordinate a set of group flights that works well for everyone | ![]() | ![]() | Play now |
To play against yourself with the text-based environment:
python dialop/play.py --game {optimization, planning, mediation}
To play against yourself with the web UI:
cd dialop/apps
game={optimization, planning, mediation} flask run
For Planning, you'll need to input a MapboxGL access key in static/client.js and static/map.js to show the map on the agent side and access other map features.
To see human-human dialogues:
unzip dialop/data.zip
Coming soon!
@article{lin2023decision,
title={Decision-Oriented Dialogue for Human-AI Collaboration},
author={Lin, Jessy and Tomlin, Nicholas and Andreas, Jacob and Eisner, Jason},
journal={arXiv preprint arXiv:2305.20076}
year={2023}
}
The data license is available under LICENSE.md.
Pocket Flow: Codebase to Tutorial
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
An AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)