Skip to content

Commit

Permalink
Remove useless tools (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaavee315 committed Sep 26, 2024
1 parent 45b82e3 commit 7b53d26
Show file tree
Hide file tree
Showing 22 changed files with 262 additions and 1,328 deletions.
335 changes: 233 additions & 102 deletions python/composio/client/enums/_action.py

Large diffs are not rendered by default.

10 changes: 2 additions & 8 deletions python/composio/client/enums/_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,19 @@
class App(_AnnotatedEnum[AppData], path=APPS_CACHE):
"""Class to represent `App` entity."""

APIFY: "App"
ASANA: "App"
ATTIO: "App"
BAMBOOHR: "App"
BREVO: "App"
BROWSERBASE_TOOL: "App"
BROWSER_TOOL: "App"
CLICKUP: "App"
CODEINTERPRETER: "App"
CODE_ANALYSIS_TOOL: "App"
CODE_FORMAT_TOOL: "App"
CODE_GREP_TOOL: "App"
CODE_INDEX_TOOL: "App"
CODE_MAP_TOOL: "App"
COMPOSIO: "App"
DISCORD: "App"
DISCORDBOT: "App"
DROPBOX: "App"
ELEVENLABS: "App"
EMBED_TOOL: "App"
EXA: "App"
Expand All @@ -55,6 +51,7 @@ class App(_AnnotatedEnum[AppData], path=APPS_CACHE):
IMAGE_ANALYSER: "App"
INDUCED_AI: "App"
JIRA: "App"
JUNGLESCOUT: "App"
KLAVIYO: "App"
LINEAR: "App"
LISTENNOTES: "App"
Expand All @@ -68,19 +65,16 @@ class App(_AnnotatedEnum[AppData], path=APPS_CACHE):
POSTHOG: "App"
RAGTOOL: "App"
SALESFORCE: "App"
SCHEDULER: "App"
SERPAPI: "App"
SHELLTOOL: "App"
SLACK: "App"
SLACKBOT: "App"
SNOWFLAKE: "App"
SPIDERTOOL: "App"
SQLTOOL: "App"
TASKADE: "App"
TAVILY: "App"
TRELLO: "App"
TWITTER: "App"
TYPEFORM: "App"
WEATHERMAP: "App"
WEBTOOL: "App"
WORKSPACE_TOOL: "App"
Expand Down
37 changes: 27 additions & 10 deletions python/composio/client/enums/_tag.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Tag enums.
"""

from composio.client.enums.base import TAGS_CACHE, TagData, _AnnotatedEnum, enum


Expand Down Expand Up @@ -79,6 +78,33 @@ class Tag(_AnnotatedEnum[TagData], path=TAGS_CACHE):
BAMBOOHR_TIME_TRACKING___PRIVATE_BETA: "Tag"
BAMBOOHR_TRAINING: "Tag"
BAMBOOHR_WEBHOOKS: "Tag"
BREVO_ACCOUNT: "Tag"
BREVO_COMPANIES: "Tag"
BREVO_CONTACTS: "Tag"
BREVO_CONVERSATIONS: "Tag"
BREVO_COUPONS: "Tag"
BREVO_DEALS: "Tag"
BREVO_DOMAINS: "Tag"
BREVO_ECOMMERCE: "Tag"
BREVO_EMAIL_CAMPAIGNS: "Tag"
BREVO_EVENT: "Tag"
BREVO_EXTERNAL_FEEDS: "Tag"
BREVO_FILES: "Tag"
BREVO_IMPORTANT: "Tag"
BREVO_INBOUND_PARSING: "Tag"
BREVO_MASTER_ACCOUNT: "Tag"
BREVO_NOTES: "Tag"
BREVO_PROCESS: "Tag"
BREVO_RESELLER: "Tag"
BREVO_SENDERS: "Tag"
BREVO_SMS_CAMPAIGNS: "Tag"
BREVO_TASKS: "Tag"
BREVO_TRANSACTIONAL_EMAILS: "Tag"
BREVO_TRANSACTIONAL_SMS: "Tag"
BREVO_TRANSACTIONAL_WHATSAPP: "Tag"
BREVO_USER: "Tag"
BREVO_WEBHOOKS: "Tag"
BREVO_WHATSAPP_CAMPAIGNS: "Tag"
CLICKUP_ATTACHMENTS: "Tag"
CLICKUP_AUTHORIZATION: "Tag"
CLICKUP_COMMENTS: "Tag"
Expand Down Expand Up @@ -551,13 +577,6 @@ class Tag(_AnnotatedEnum[TagData], path=TAGS_CACHE):
SLACK_USERS_PROFILE: "Tag"
SLACK_VIEWS: "Tag"
SLACK_WORKFLOWS: "Tag"
TASKADE_AGENT: "Tag"
TASKADE_FOLDER: "Tag"
TASKADE_IMPORTANT: "Tag"
TASKADE_ME: "Tag"
TASKADE_PROJECT: "Tag"
TASKADE_TASK: "Tag"
TASKADE_WORKSPACE: "Tag"
TRELLO_ACTION: "Tag"
TRELLO_BATCH: "Tag"
TRELLO_BOARD: "Tag"
Expand All @@ -579,10 +598,8 @@ class Tag(_AnnotatedEnum[TagData], path=TAGS_CACHE):
TWITTER_DIRECT_MESSAGES: "Tag"
TWITTER_GENERAL: "Tag"
TWITTER_IMPORTANT: "Tag"
TWITTER_LIKES: "Tag"
TWITTER_LISTS: "Tag"
TWITTER_SPACES: "Tag"
TWITTER_TRENDS: "Tag"
TWITTER_TWEETS: "Tag"
TWITTER_USAGE: "Tag"
TWITTER_USERS: "Tag"
Expand Down
5 changes: 0 additions & 5 deletions python/composio/tools/local/codegrep/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion python/composio/tools/local/codegrep/actions/__init__.py

This file was deleted.

90 changes: 0 additions & 90 deletions python/composio/tools/local/codegrep/actions/grep_code.py

This file was deleted.

20 changes: 0 additions & 20 deletions python/composio/tools/local/codegrep/tool.py

This file was deleted.

5 changes: 0 additions & 5 deletions python/composio/tools/local/codeindex/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions python/composio/tools/local/codeindex/actions/__init__.py

This file was deleted.

Loading

0 comments on commit 7b53d26

Please sign in to comment.