Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: actions docs #866

Merged
merged 26 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e4b4d86
fix: actions docs
abhishekpatil4 Nov 18, 2024
053e5be
feat: improve code description
abhishekpatil4 Nov 19, 2024
fcd04fa
feat: enhance descritpion
abhishekpatil4 Nov 19, 2024
165a375
feat: replace actions name with tools | add what-are-tools page
abhishekpatil4 Nov 19, 2024
7ea8356
feat: add note
abhishekpatil4 Nov 19, 2024
33c5a2f
feat: revamp Actions/Tools page
abhishekpatil4 Nov 19, 2024
1367e67
feat: renaming sidebar
abhishekpatil4 Nov 19, 2024
7f33b52
minor changes
abhishekpatil4 Nov 19, 2024
1612ab3
feat: add filter-actions page (select action by id, filter by tag, fi…
abhishekpatil4 Nov 19, 2024
2aa6025
feat: restructure docs
abhishekpatil4 Nov 19, 2024
4ce6ca0
feat: delete action-guide from Basics/Actions | moved to Tools
abhishekpatil4 Nov 19, 2024
2d5ecbc
feat: actions section restructuring
abhishekpatil4 Nov 19, 2024
57f979e
minor change
abhishekpatil4 Nov 20, 2024
5725cf9
minor change
abhishekpatil4 Nov 20, 2024
ce39a4d
feat: add 'get-action-inputs' page
abhishekpatil4 Nov 20, 2024
90ca8a3
feat: update processing page
abhishekpatil4 Nov 20, 2024
186fc74
fix: move adding custom tool page
abhishekpatil4 Nov 21, 2024
926e79c
fix: broken links
abhishekpatil4 Nov 21, 2024
abf24ba
feat: add modify actions/apps page | fix: minor changes
abhishekpatil4 Nov 21, 2024
7b68930
feat: add configure tools page
abhishekpatil4 Nov 21, 2024
98ab37b
fix: schema processing
abhishekpatil4 Nov 22, 2024
5ed9f68
feat: update modify actions page
abhishekpatil4 Nov 22, 2024
ec4b6c0
update
abhishekpatil4 Nov 22, 2024
1b359e0
Update docs/patterns/tools/use-tools/processing-actions.mdx
sohamganatra Nov 22, 2024
6bdc910
Update docs/patterns/tools/use-tools/processing-actions.mdx
sohamganatra Nov 22, 2024
b94c76c
Merge branch 'master' into fix/actions-docs
sohamganatra Nov 22, 2024
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
102 changes: 0 additions & 102 deletions docs/introduction/foundations/components/actions/action-guide.mdx

This file was deleted.

13 changes: 6 additions & 7 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"pages":[
"introduction/foundations/basic",
"introduction/foundations/components/entity/entity-guide",
"introduction/foundations/components/actions/action-guide",
"introduction/foundations/components/custom_actions",
"introduction/foundations/components/triggers/trigger-guide",
"introduction/foundations/components/integrations/custom-integration",
Expand All @@ -113,14 +112,14 @@
]
},
{
"group":"Actions",
"group":"Tools",
"icon":"shuttle-space" ,
"pages":[
"patterns/actions/action-guide-with-agents",
"patterns/actions/action-guide-without-agents",
"patterns/actions/custom_actions",
"patterns/actions/usecase",
"patterns/actions/action-guide-faqs"
"patterns/tools/what-are-tools",
"patterns/tools/action-guide-with-agents",
"patterns/tools/action-guide-without-agents",
"patterns/tools/custom_actions",
"patterns/tools/filter-actions"
]
},
{
Expand Down
130 changes: 0 additions & 130 deletions docs/patterns/actions/action-guide-faqs.mdx

This file was deleted.

77 changes: 0 additions & 77 deletions docs/patterns/actions/action-guide-without-agents.mdx

This file was deleted.

37 changes: 0 additions & 37 deletions docs/patterns/actions/usecase.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "🛠️ How can I execute Actions with my AI Agent?"
sidebarTitle: "Execute Actions with Agents"
sidebarTitle: "Use Tools with Agents"
icon: "robot"
description: "Perform Actions with your account or on behalf of your users with Agents"
---
Expand Down Expand Up @@ -68,4 +68,4 @@ agent_executor.invoke({"input": task})
</CodeGroup>

This code demonstrates how to use LLMs to execute an action.
Composio supports multiple frameworks for creating Agents including LlamaIndex, CrewAI, Letta, Langchain, you can see it in the **Supported Frameworks** section.
Composio supports multiple frameworks for creating Agents including LlamaIndex, CrewAI, Letta, LangChain, you can see it in the **Supported Frameworks** section.
Loading
Loading