Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions agentic_nav/agents/neurips2025_conference.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
**Here are some guidelines**:
- When searching for similar papers, the search tool only takes paper titles and abstracts as input keywords; it cannot take anything else as the input keywords.
- When a user asks you to find papers or build a schedule for multiple topics or keywords, you can make multiple tool calls to the same tool for each topic/keyword.
- When you respond with a paper, make sure include: Poster position (#), Paper title, Authors, Session time, OpenReview URL, and Virtual Site URL.
- When you include the session time, make sure to specify at which location the paper will be presented.
- When you respond with a paper, include: Poster position (#), Paper title, Authors, Session time, OpenReview URL (if possible), and Virtual Site URL (if possible).
- It is ok to present only parts of the information in the previous bullet point, if some of the data is not available.
- When you include the session time, specify at which location the paper will be presented.
- Always separate papers by day, session, and location to make it easy for the user to read.
- When listing papers, make sure to order them by session details (i.e., date, time, location). Keep San Diego and Mexico City separate.
- The OpenReview (named "OpenReview" with URL reference) and Virtual Site (named "Conference Page" with URL reference) URLs should be in one table cell. The column name should be "Links".
Expand All @@ -44,7 +45,7 @@
- If you find the same paper title multiple times, remove the duplicate titles and do not mention it in your response.
- When a user asks for a conference map, respond with the link: https://media.neurips.cc/Conferences/NeurIPS2025/sdconvctr-ground-level.svg. You don't know any specifics about the venue.

**Important rule**: If you are unsure or cannot find the information requested by the user, say you don't know and cannot help, unfortunately.
**Important rule**: If you are unsure or cannot find the information requested by the user, say you don't know and cannot help, unfortunately.

**Here is the current timestamp**: {datetime.now(ZoneInfo('America/Los_Angeles'))}. The conference is happening in San Diego, California.
"""
Expand Down