Skip to content

docs(tools): add README for brevo, csv, runtime_logs, account_info tools#5602

Merged
Hundao merged 2 commits intoaden-hive:mainfrom
Emart29:docs/add-missing-tool-readmes
Mar 5, 2026
Merged

docs(tools): add README for brevo, csv, runtime_logs, account_info tools#5602
Hundao merged 2 commits intoaden-hive:mainfrom
Emart29:docs/add-missing-tool-readmes

Conversation

@Emart29
Copy link
Contributor

@Emart29 Emart29 commented Mar 1, 2026

Description

Adds documentation for 4 tools that were missing README files.

READMEs Added

Tool Purpose
brevo_tool Transactional email/SMS and contact management via Brevo API v3
csv_tool Read, write, append, and query CSV files with DuckDB SQL support
runtime_logs_tool Query three-level runtime logging system (summaries, node details, raw steps)
account_info_tool Query connected accounts and their identities at runtime

Each README includes:

  • Feature list with tool descriptions
  • Setup instructions
  • Usage examples with code snippets
  • API reference tables with parameters
  • Error handling examples

Checklist

  • READMEs follow existing tool documentation patterns
  • All tools documented match their implementation

@Emart29
Copy link
Contributor Author

Emart29 commented Mar 1, 2026

@bryanadenhq @Hundao
The lint failure is a pre-existing issue in core/framework/storage/checkpoint_store.py:126 (line too long) - not related to this PR.

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
@Hundao Hundao force-pushed the docs/add-missing-tool-readmes branch from 56c4ac7 to 64b9cce Compare March 5, 2026 10:39
- 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
@Hundao Hundao force-pushed the docs/add-missing-tool-readmes branch from e353bfd to 51fad5e Compare March 5, 2026 10:48
@Hundao Hundao merged commit 0cdfbac into aden-hive:main Mar 5, 2026
7 checks passed
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.

2 participants