docs: improve formatting and clarity in CLI and Composio Tool docs (#1946)

* docs: improve formatting and clarity in CLI and Composio Tool docs

- Add Terminal label to shell code blocks in CLI docs
- Update Composio Tool title and fix tip formatting

* docs: improve installation guide with virtual environment details

- Update Python version requirements and commands
- Add detailed virtual environment setup instructions
- Clarify project-specific environment activation steps
- Streamline additional tools installation with UV

* docs: simplify installation guide

- Remove redundant virtual environment instructions
- Simplify project creation steps
- Update UV package manager description
This commit is contained in:
Tony Kipkemboi
2025-01-22 10:30:16 -05:00
committed by GitHub
parent a21e310d78
commit c642ebf97e
3 changed files with 75 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
---
title: Composio
title: Composio Tool
description: Composio provides 250+ production-ready tools for AI agents with flexible authentication management.
icon: gear-code
---
@@ -75,7 +75,8 @@ filtered_action_enums = toolset.find_actions_by_use_case(
)
tools = toolset.get_tools(actions=filtered_action_enums)
```<Tip>Set `advanced` to True to get actions for complex use cases</Tip>
```
<Tip>Set `advanced` to True to get actions for complex use cases</Tip>
- Using specific tools: