docs(tools): add README for brevo, csv, runtime_logs, account_info tools#5602
Merged
Hundao merged 2 commits intoaden-hive:mainfrom Mar 5, 2026
Merged
Conversation
Contributor
Author
|
@bryanadenhq @Hundao This PR only adds 4 README.md files which are not subject to Python linting. Ready for review |
- brevo_tool: Transactional email/SMS and contact management via Brevo API - csv_tool: Read, write, query CSV files with DuckDB SQL support - runtime_logs_tool: Query three-level runtime logging system - account_info_tool: Query connected accounts and identities
56c4ac7 to
64b9cce
Compare
- query_runtime_logs: add missing status values (degraded, in_progress, needs_attention) - query_runtime_log_details: add missing needs_attention_only parameter - query_runtime_log_raw: fix step_type -> step_index (int, not str) - Fix file names: nodes.jsonl -> details.jsonl, steps.jsonl -> tool_logs.jsonl - Fix error handling examples to match actual code
e353bfd to
51fad5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds documentation for 4 tools that were missing README files.
READMEs Added
brevo_toolcsv_toolruntime_logs_toolaccount_info_toolEach README includes:
Checklist