Skip to content

Document list_events before_event_id anchor - #14

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1786567900-list-events-anchor
Open

Document list_events before_event_id anchor#14
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1786567900-list-events-anchor

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Keeps the published skill in sync with invisible-tools/dawn#5785, which adds before_event_id to list_events. Without this, an agent following the skill reads a long conversation from turn 1 to reach an anchor near the end — the pattern that made a customer's dataset export take ~3 hours.

Documents the anchored form in raindrop-investigate (tool reference table + the middle-tier bullet in the investigation loop):

list_events({ convo_id, before_event_id, limit: 20 })  // preceding 20 turns, newest first, one call

Also notes the constraint that isn't inferable from the parameter list: anchored reads require a concrete project, since the anchor lookup resolves a project-salted event ID and rejects *.

Docs only — no tool definitions or code.

Link to Devin session: https://app.devin.ai/sessions/d806c82a5912461da4fbe54f5bf94944
Requested by: @ManavShahWasTaken

Co-Authored-By: manav <manavshahgksc@gmail.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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.

0 participants