https://github.com/cy-suite/composio
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cy-suite
- License: other
- Language: Python
- Default Branch: master
- Size: 866 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README-CN.md
AI
Composio
AI / Composio AI

*100+ *
- **** GitHubNotionLinearGmailSlackHubspotSalesforce 90
- ****
- ****MultiOn
- ****Google Perplexity TavilyExa
- ****NgrokRedisVercelGit
- RAG RAG
**** OpenAIClaudeLlamaIndexLangchainCrewAIAutogenGeminiJulepLyzr
**** _Access TokenRefresh TokenOAuthAPI KeysJWT _
**** _ 40%_
Python
1.
bash
pip install composio-core
openai 'composio' pip install composio-openai
2. Composio
Composio Github AI
bash
composio add github # Github -
```python from openai import OpenAI from composio_openai import ComposioToolSet, App, Action
openaiclient = OpenAI( apikey="{{OPENAIKEY}}" )
Composio
composiotoolset = ComposioToolSet()
GitHub
actions = composiotoolset.getactions( actions=[Action.GITHUBSTARAREPOSITORYFORTHEAUTHENTICATEDUSER] )
my_task = "Star a repo composiodev/composio on GitHub"
openai
assistant_instruction = "You are a super intelligent personal assistant"
assistant = openaiclient.beta.assistants.create( name="Personal Assistant", instructions=assistantinstruction, model="gpt-4-turbo", tools=actions, )
thread = openai_client.beta.threads.create()
message = openaiclient.beta.threads.messages.create( threadid=thread.id, role="user", content=my_task )
run = openaiclient.beta.threads.runs.create( threadid=thread.id, assistant_id=assistant.id )
responseaftertoolcalls = composiotoolset.waitandhandleassistanttoolcalls( client=openai_client, run=run, thread=thread, )
print(responseaftertool_calls) ```
Javascript
Javascript Composio SDK
1. ** Composio SDK**
bash
npm install composio-core
2. ** OpenAI Composio **
```javascript import { OpenAI } from "openai"; import { OpenAIToolSet } from "composio-core";
const toolset = new OpenAIToolSet({ apiKey: process.env.COMPOSIOAPIKEY, });
async function setupUserConnectionIfNotExists(entityId) { const entity = await toolset.client.getEntity(entityId); const connection = await entity.getConnection('github');
if (!connection) {
// /
const connection = await entity.initiateConnection(appName);
console.log(": ", connection.redirectUrl);
return connection.waitUntilActive(60);
}
return connection;
}
async function executeAgent(entityName) { const entity = await toolset.client.getEntity(entityName) await setupUserConnectionIfNotExists(entity.id);
const tools = await toolset.get_actions({ actions: ["github_issues_create"] }, entity.id);
const instruction = "Make an issue with sample title in the repo - himanshu-dixit/custom-repo-breaking"
const client = new OpenAI({ apiKey: process.env.OPEN_AI_API_KEY })
const response = await client.chat.completions.create({
model: "gpt-4-turbo",
messages: [{
role: "user",
content: instruction,
}],
tools: tools,
tool_choice: "auto",
})
console.log(response.choices[0].message.tool_calls);
await toolset.handle_tool_call(response, entity.id);
}
executeAgent("your-entity-name"); ```
3. ****
bash
node your_script.js
Composio SDK GitHub
Python
Javascript
Star
Composio fork
Composio Elastic - LICENSE
Owner
- Name: cy-suite
- Login: cy-suite
- Kind: organization
- Repositories: 1
- Profile: https://github.com/cy-suite
GitHub Events
Total
- Public event: 1
- Pull request event: 1
Last Year
- Public event: 1
- Pull request event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- axios ^1.6.8
- ejs ^3.1.10
- mintlify ^4.0.172
- acorn@4.0.6
- auth-token@3.0.4
- browsers@0.5.0
- cli@4.0.187
- code-frame@7.24.7
- common@1.0.121
- component-emitter@3.1.2
- cookie@0.4.1
- core@4.2.4
- cors@2.8.17
- debug@4.1.12
- endpoint@7.0.6
- estree-jsx@1.0.5
- estree@1.0.5
- graphql@5.0.6
- hast@2.3.10
- hast@3.0.4
- helper-validator-identifier@7.24.7
- highlight@7.24.7
- http-cache-semantics@4.0.4
- http-timer@5.0.1
- ip-codec@2.0.5
- is@5.6.0
- js-yaml@4.0.9
- json-schema-ref-parser@9.0.6
- katex@0.14.0
- katex@0.16.7
- link-rot@3.0.193
- mdast@3.0.15
- mdx@0.0.46
- mdx@2.0.13
- mdx@2.3.0
- models@0.0.105
- ms@0.7.34
- nlcst@1.0.4
- node@20.14.12
- ono@7.1.3
- openapi-schemas@2.1.0
- openapi-types@18.1.1
- parse5@6.0.3
- plugin-paginate-rest@6.1.2
- plugin-request-log@1.0.4
- plugin-rest-endpoint-methods@7.2.3
- prebuild@1.0.193
- previewing@4.0.184
- prismjs@1.26.4
- prop-types@15.7.12
- react@18.3.3
- react@2.3.0
- request-error@3.0.3
- request@6.2.8
- rest@19.0.13
- runtime@1.2.0
- scraping@3.0.137
- sharp-darwin-arm64@0.33.4
- sharp-darwin-x64@0.33.4
- sharp-libvips-darwin-arm64@1.0.2
- sharp-libvips-darwin-x64@1.0.2
- sharp-libvips-linux-arm64@1.0.2
- sharp-libvips-linux-arm@1.0.2
- sharp-libvips-linux-s390x@1.0.2
- sharp-libvips-linux-x64@1.0.2
- sharp-libvips-linuxmusl-arm64@1.0.2
- sharp-libvips-linuxmusl-x64@1.0.2
- sharp-linux-arm64@0.33.4
- sharp-linux-arm@0.33.4
- sharp-linux-s390x@0.33.4
- sharp-linux-x64@0.33.4
- sharp-linuxmusl-arm64@0.33.4
- sharp-linuxmusl-x64@0.33.4
- sharp-wasm32@0.33.4
- sharp-win32-ia32@0.33.4
- sharp-win32-x64@0.33.4
- slugify@2.2.1
- swagger-methods@3.0.2
- swagger-parser@10.1.0
- transliterate@1.6.0
- tsconfig@1.0.2
- types@10.0.0
- types@9.3.2
- unist@2.0.10
- unist@3.0.2
- validation@0.1.167
- yauzl@2.10.3
- actions/checkout v4 composite
- actions/setup-python v5 composite
- codecov/test-results-action v1 composite
- rtCamp/action-slack-notify v2 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- rtCamp/action-slack-notify v2 composite
- actions/checkout v2 composite
- actions/setup-node v4 composite
- rtCamp/action-slack-notify v2 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- amannn/action-semantic-pull-request v5 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/setup-python v5 composite
- pypa/gh-action-pypi-publish release/v1 composite
- softprops/action-gh-release v2 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/setup-python v5 composite
- himanshu-dixit/r2-upload-action-parallel v1.3 composite
- peter-evans/create-or-update-comment v4 composite
- peter-evans/find-comment v3 composite
- python 3.10-slim build
- 511 dependencies
- @cloudflare/workers-types ^4.20230419.0 development
- typescript ^5.0.4 development
- wrangler ^3.0.0 development
- composio-core latest
- hono ^4.2.5
- android-arm64@0.17.19
- android-arm@0.17.19
- android-x64@0.17.19
- api@1.9.0
- busboy@2.1.1
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- darwin-arm64@0.17.19
- darwin-x64@0.17.19
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- freebsd-arm64@0.17.19
- freebsd-x64@0.17.19
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- kv-asset-handler@0.3.4
- linux-arm64@0.17.19
- linux-arm@0.17.19
- linux-ia32@0.17.19
- linux-loong64@0.17.19
- linux-mips64el@0.17.19
- linux-ppc64@0.17.19
- linux-riscv64@0.17.19
- linux-s390x@0.17.19
- linux-x64@0.17.19
- mute-stream@0.0.4
- netbsd-x64@0.17.19
- node-fetch@2.6.12
- node-forge@1.3.11
- node-globals-polyfill@0.2.3
- node-modules-polyfill@0.2.2
- node@18.19.69
- node@20.14.10
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- openbsd-x64@0.17.19
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- source-map-support@0.8.1
- sourcemap-codec@1.4.15
- sourcemap-codec@1.5.0
- sunos-x64@0.17.19
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- trace-mapping@0.3.9
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- win32-arm64@0.17.19
- win32-ia32@0.17.19
- win32-x64@0.17.19
- workerd-darwin-64@1.20240701.0
- workerd-darwin-arm64@1.20240701.0
- workerd-linux-64@1.20240701.0
- workerd-linux-arm64@1.20240701.0
- workerd-windows-64@1.20240701.0
- workers-types@4.20240620.0
- wrap-ansi@3.0.0
- 391 dependencies
- @shadcn/ui ^0.0.4 development
- @types/node ^20 development
- @types/react ^19 development
- @types/react-dom ^19 development
- autoprefixer ^10.4.20 development
- postcss ^8.4.49 development
- tailwindcss ^3.4.17 development
- typescript ^5 development
- @radix-ui/react-scroll-area ^1.2.2
- @radix-ui/react-slot ^1.1.1
- class-variance-authority ^0.7.1
- clsx ^2.1.1
- composio-core ^0.5.0-rc.2
- lucide-react ^0.469.0
- next 15.1.3
- react ^19.0.0
- react-dom ^19.0.0
- tailwind-merge ^2.6.0
- tailwindcss-animate ^1.0.7
- @cloudflare/workers-types ^4.20230419.0 development
- typescript ^5.0.4 development
- wrangler ^3.0.0 development
- composio-core 0.2.8
- hono ^4.2.5
- openai ^4.68.1
- 107 dependencies
- wrangler ^3.60.3 development
- composio-core latest
- hono ^4.6.16
- android-arm64@0.17.19
- android-arm@0.17.19
- android-x64@0.17.19
- api@1.9.0
- busboy@2.1.1
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- darwin-arm64@0.17.19
- darwin-x64@0.17.19
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- freebsd-arm64@0.17.19
- freebsd-x64@0.17.19
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- kv-asset-handler@0.3.4
- linux-arm64@0.17.19
- linux-arm@0.17.19
- linux-ia32@0.17.19
- linux-loong64@0.17.19
- linux-mips64el@0.17.19
- linux-ppc64@0.17.19
- linux-riscv64@0.17.19
- linux-s390x@0.17.19
- linux-x64@0.17.19
- mute-stream@0.0.4
- netbsd-x64@0.17.19
- node-fetch@2.6.12
- node-forge@1.3.11
- node-globals-polyfill@0.2.3
- node-modules-polyfill@0.2.2
- node@18.19.69
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- openbsd-x64@0.17.19
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- source-map-support@0.8.1
- sourcemap-codec@1.5.0
- sunos-x64@0.17.19
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- trace-mapping@0.3.9
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- win32-arm64@0.17.19
- win32-ia32@0.17.19
- win32-x64@0.17.19
- workerd-darwin-64@1.20241218.0
- workerd-darwin-arm64@1.20241218.0
- workerd-linux-64@1.20241218.0
- workerd-linux-arm64@1.20241218.0
- workerd-windows-64@1.20241218.0
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- 123 dependencies
- @langchain/openai ^0.2.4
- composio-core latest
- dotenv ^16.4.5
- langchain ^0.2.10
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.69
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- 123 dependencies
- @langchain/openai ^0.2.11
- composio-core latest
- dotenv ^16.4.5
- e2b ^0.16.2
- langchain ^0.2.20
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.69
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- 123 dependencies
- @langchain/openai ^0.2.4
- composio-core latest
- dotenv ^16.4.5
- langchain ^0.2.10
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.69
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- composio-core latest
- dotenv ^16.4.7
- express ^4.19.2
- ts-node ^10.9.2
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node10@1.0.11
- node12@1.0.11
- node14@1.0.3
- node16@1.0.4
- node@18.19.69
- node@22.7.9
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- source-map-support@0.8.1
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- trace-mapping@0.3.9
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- composio-core latest
- dotenv ^16.4.7
- express ^4.19.2
- pusher-js 8.4.0-rc2
- typescript ^5.7.2
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.69
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.1.3
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@3.19.0
- wrap-ansi@3.0.0
- 275 dependencies
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core 0.5.3
- dotenv ^16.4.5
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.9
- compiler-core@3.4.36
- compiler-dom@3.4.36
- compiler-sfc@3.4.36
- compiler-ssr@3.4.36
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.5
- expand@2.3.0
- figures@1.0.7
- gen-mapping@0.3.5
- helper-string-parser@7.24.8
- helper-validator-identifier@7.24.7
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.11
- node@18.19.59
- node@22.8.1
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.25.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.8
- provider@0.0.12
- provider@0.0.16
- rawlist@2.3.0
- react@0.0.39
- reactivity@3.4.36
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.4.36
- runtime-dom@3.4.36
- search@1.1.0
- select@2.5.0
- server-renderer@3.4.36
- set-array@1.2.1
- shared@3.4.36
- solid@0.0.30
- sourcemap-codec@1.5.0
- svelte@0.0.32
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.25.2
- ui-utils@0.0.27
- uuid@10.0.0
- vue@0.0.31
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- composio-core 0.5.3
- dotenv ^16.4.7
- express ^4.19.2
- langchain ^0.3.5
- pusher-js 8.4.0-rc2
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.11
- node@18.19.59
- node@22.10.3
- number@1.1.0
- openai@0.0.36
- openai@0.1.3
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- composio-core ^0.5.3
- dotenv ^16.4.7
- express ^4.19.2
- langchain ^0.3.5
- pusher-js 8.4.0-rc2
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.11
- node@18.19.59
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.1.3
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- 275 dependencies
- composio-core ^0.5.3
- dotenv ^16.4.7
- express ^4.19.2
- pusher-js 8.4.0-rc2
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.11
- node@18.19.59
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.1.3
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@3.19.0
- wrap-ansi@3.0.0
- 211 dependencies
- @cloudflare/workers-types ^4.20230419.0 development
- miniflare ^3.20240821.0 development
- typescript ^5.0.4 development
- wrangler ^3.0.0 development
- composio-core 0.1.8
- hono ^4.2.5
- 211 dependencies
- @ai-sdk/groq ^1.0.9
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core ^0.5.3
- dotenv ^16.4.5
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- groq@1.0.9
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.68
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider-utils@2.0.5
- provider@0.0.12
- provider@0.0.26
- provider@1.0.3
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- composio-core latest
- dotenv ^16.4.7
- express ^4.19.2
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.14
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.11
- node@18.19.39
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.1.3
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@9.0.8
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core ^0.5.3
- dotenv ^16.4.5
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.10
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.8
- gen-mapping@0.3.5
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.64
- node@22.9.1
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.2
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.0
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- 130 dependencies
- composio-core ^0.5.3
- dotenv ^16.4.7
- express ^4.19.2
- langbase ^1.1.15
- pusher-js 8.4.0-rc2
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@0.9.39
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.69
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- @ai-sdk/openai 0.0.36
- @ai-sdk/provider 0.0.12
- @ai-sdk/provider 0.0.26
- @ai-sdk/provider-utils 1.0.2
- @ai-sdk/provider-utils 1.0.22
- @ai-sdk/react 0.0.70
- @ai-sdk/solid 0.0.54
- @ai-sdk/svelte 0.0.57
- @ai-sdk/ui-utils 0.0.50
- @ai-sdk/vue 0.0.59
- @ampproject/remapping 2.3.0
- @babel/helper-string-parser 7.25.9
- @babel/helper-validator-identifier 7.25.9
- @babel/parser 7.26.3
- @babel/types 7.26.3
- @jridgewell/gen-mapping 0.3.8
- @jridgewell/resolve-uri 3.1.2
- @jridgewell/set-array 1.2.1
- @jridgewell/sourcemap-codec 1.5.0
- @jridgewell/trace-mapping 0.3.25
- @opentelemetry/api 1.9.0
- @types/diff-match-patch 1.0.36
- @types/estree 1.0.6
- @vue/compiler-core 3.5.13
- @vue/compiler-dom 3.5.13
- @vue/compiler-sfc 3.5.13
- @vue/compiler-ssr 3.5.13
- @vue/reactivity 3.5.13
- @vue/runtime-core 3.5.13
- @vue/runtime-dom 3.5.13
- @vue/server-renderer 3.5.13
- @vue/shared 3.5.13
- acorn 8.14.0
- acorn-typescript 1.4.13
- ai 3.4.33
- aria-query 5.3.2
- axobject-query 4.1.0
- chalk 5.3.0
- client-only 0.0.1
- composio-core 0.4.8
- csstype 3.1.3
- diff-match-patch 1.0.5
- dotenv 16.4.7
- entities 4.5.0
- esm-env 1.2.1
- esrap 1.2.3
- estree-walker 2.0.2
- eventsource-parser 1.1.2
- is-reference 3.0.3
- js-tokens 4.0.0
- json-schema 0.4.0
- jsondiffpatch 0.6.0
- locate-character 3.0.0
- loose-envify 1.4.0
- magic-string 0.30.17
- nanoid 3.3.8
- nanoid 3.3.6
- picocolors 1.1.1
- postcss 8.4.49
- pusher-js 8.4.0-rc2
- react 18.3.1
- secure-json-parse 2.7.0
- source-map-js 1.2.1
- sswr 2.1.0
- svelte 5.14.1
- swr 2.2.5
- swrev 4.0.0
- swrv 1.0.4
- throttleit 2.1.0
- tweetnacl 1.0.3
- use-sync-external-store 1.4.0
- vue 3.5.13
- zimmerframe 1.1.2
- zod 3.24.1
- zod-to-json-schema 3.24.1
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core 0.5.3
- dotenv ^16.4.5
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.70
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- @ai-sdk/groq ^1.0.9
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core ^0.5.3
- dotenv ^16.4.5
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.13
- compiler-dom@3.5.13
- compiler-sfc@3.5.13
- compiler-ssr@3.5.13
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- groq@1.0.9
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.70
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider-utils@2.0.5
- provider@0.0.12
- provider@0.0.26
- provider@1.0.3
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.13
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.13
- runtime-dom@3.5.13
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.13
- set-array@1.2.1
- shared@3.5.13
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- 275 dependencies
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core 0.5.3
- dotenv ^16.4.5
- zod ^3.23.8
- api@1.9.0
- checkbox@2.5.0
- client-axios@0.2.12
- compiler-core@3.5.12
- compiler-dom@3.5.12
- compiler-sfc@3.5.12
- compiler-ssr@3.5.12
- confirm@3.2.0
- core@0.2.36
- core@9.2.1
- diff-match-patch@1.0.36
- editor@2.2.0
- estree@1.0.6
- expand@2.3.0
- figures@1.0.9
- gen-mapping@0.3.8
- helper-string-parser@7.25.9
- helper-validator-identifier@7.25.9
- input@2.3.0
- mute-stream@0.0.4
- node-fetch@2.6.12
- node@18.19.70
- node@22.10.5
- number@1.1.0
- openai@0.0.36
- openai@0.2.11
- parser@7.26.3
- password@2.2.0
- prompts@5.5.0
- provider-utils@1.0.2
- provider-utils@1.0.22
- provider@0.0.12
- provider@0.0.26
- rawlist@2.3.0
- react@0.0.70
- reactivity@3.5.12
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.5.12
- runtime-dom@3.5.12
- search@1.1.0
- select@2.5.0
- server-renderer@3.5.12
- set-array@1.2.1
- shared@3.5.12
- solid@0.0.54
- sourcemap-codec@1.5.0
- svelte@0.0.57
- textsplitters@0.0.3
- trace-mapping@0.3.25
- type@1.5.5
- type@2.0.0
- types@7.26.3
- ui-utils@0.0.50
- uuid@10.0.0
- vue@0.0.59
- workers-types@4.20241230.0
- wrap-ansi@3.0.0
- @types/dotenv ^8.2.0 development
- @langchain/anthropic ^0.2.6
- @langchain/core ^0.2.18
- @langchain/openai ^0.2.4
- composio-core 0.1.7
- dotenv ^16.4.5
- langchain ^0.2.10
- nanoid ^3.3.7
- openai ^4.53.0
- ts-node-dev ^2.0.0
- anthropic@0.2.6
- core@0.2.18
- dotenv@8.2.0
- node-fetch@2.6.11
- node10@1.0.11
- node12@1.0.11
- node14@1.0.3
- node16@1.0.4
- node@18.19.41
- openai@0.2.4
- resolve-uri@3.1.2
- retry@0.12.0
- sdk@0.22.0
- source-map-support@0.8.1
- sourcemap-codec@1.5.0
- strip-bom@3.0.0
- strip-json-comments@0.0.30
- textsplitters@0.0.3
- trace-mapping@0.3.9
- uuid@9.0.8
- @types/node ^20 development
- @types/react ^18 development
- @types/react-dom ^18 development
- eslint ^8 development
- eslint-config-next 14.2.5 development
- postcss ^8 development
- tailwindcss ^3.4.1 development
- typescript ^5 development
- @ai-sdk/openai ^0.0.36
- ai ^3.2.23
- composio-core 0.1.6-0
- dotenv ^16.4.5
- next 14.2.5
- react ^18
- react-dom ^18
- api@1.9.0
- cliui@8.0.2
- code-interpreter@0.0.8
- compiler-core@3.4.31
- compiler-dom@3.4.31
- compiler-sfc@3.4.31
- compiler-ssr@3.4.31
- config-array@0.11.14
- core@0.2.15
- counter@0.1.3
- diff-match-patch@1.0.36
- env@14.2.5
- eslint-patch@1.10.3
- eslint-plugin-next@14.2.5
- eslint-utils@4.4.0
- eslintrc@2.1.4
- estree@1.0.5
- faker@8.4.1
- fs.scandir@2.1.5
- fs.stat@2.0.5
- fs.walk@1.2.8
- gen-mapping@0.3.5
- helper-string-parser@7.24.8
- helper-validator-identifier@7.24.7
- helpers@0.5.5
- js@8.57.0
- json5@0.0.29
- module-importer@1.0.1
- node-fetch@2.6.11
- node-server@1.12.0
- node@18.19.39
- node@20.14.10
- object-schema@2.0.3
- openai@0.0.36
- openai@0.1.3
- parseargs@0.11.0
- parser@7.2.0
- parser@7.24.8
- prop-types@15.7.12
- provider-utils@0.0.14
- provider-utils@1.0.2
- provider@0.0.10
- provider@0.0.12
- quick-lru@5.2.0
- react-dom@18.3.0
- react@0.0.21
- react@18.3.3
- reactivity@3.4.31
- regexpp@4.11.0
- remapping@2.3.0
- resolve-uri@3.1.2
- retry@0.12.0
- runtime-core@3.4.31
- runtime-dom@3.4.31
- scope-manager@7.2.0
- sdk@0.16.1
- server-renderer@3.4.31
- set-array@1.2.1
- shared@3.4.31
- solid@0.0.15
- sourcemap-codec@1.5.0
- structured-clone@1.2.0
- svelte@0.0.16
- swc-darwin-arm64@14.2.5
- swc-darwin-x64@14.2.5
- swc-linux-arm64-gnu@14.2.5
- swc-linux-arm64-musl@14.2.5
- swc-linux-x64-gnu@14.2.5
- swc-linux-x64-musl@14.2.5
- swc-win32-arm64-msvc@14.2.5
- swc-win32-ia32-msvc@14.2.5
- swc-win32-x64-msvc@14.2.5
- textsplitters@0.0.3
- trace-mapping@0.3.25
- types@7.2.0
- types@7.24.9
- typescript-estree@7.2.0
- ui-utils@0.0.13
- uuid@10.0.0
- uuid@9.0.8
- visitor-keys@7.2.0
- vue@0.0.16
- workers-types@https:/ codeload.github.com
- @ai-sdk/openai ^0.0.36
- ai ^3.2.24
- composio-core latest
- dotenv ^16.4.5
- zod ^3.23.8
- @ai-sdk openai@0.0.36(zod@3.23.8)
- @ai-sdk provider-utils@1.0.2(zod@3.23.8)
- @ai-sdk provider-utils@1.0.8(zod@3.23.8)
- @ai-sdk provider@0.0.12
- @ai-sdk provider@0.0.16
- @ai-sdk react@0.0.39(react@18.3.1)(zod@3.23.8)
- @ai-sdk solid@0.0.30(zod@3.23.8)
- @ai-sdk svelte@0.0.32(svelte@4.2.18)(zod@3.23.8)
- @ai-sdk ui-utils@0.0.27(zod@3.23.8)
- @ai-sdk vue@0.0.31(vue@3.4.36)(zod@3.23.8)
- @ampproject remapping@2.3.0
- @babel helper-string-parser@7.24.8
- @babel helper-validator-identifier@7.24.7
- @babel parser@7.25.3
- @babel types@7.25.2
- @jridgewell gen-mapping@0.3.5
- @jridgewell resolve-uri@3.1.2
- @jridgewell set-array@1.2.1
- @jridgewell sourcemap-codec@1.5.0
- @jridgewell trace-mapping@0.3.25
- @opentelemetry api@1.9.0
- @types diff-match-patch@1.0.36
- @types estree@1.0.5
- @vue compiler-core@3.4.36
- @vue compiler-dom@3.4.36
- @vue compiler-sfc@3.4.36
- @vue compiler-ssr@3.4.36
- @vue reactivity@3.4.36
- @vue runtime-core@3.4.36
- @vue runtime-dom@3.4.36
- @vue server-renderer@3.4.36(vue@3.4.36)
- @vue shared@3.4.36
- acorn@8.12.1
- ai@3.3.3(react@18.3.1)(svelte@4.2.18)(vue@3.4.36)(zod@3.23.8)
- aria-query@5.3.0
- axobject-query@4.1.0
- chalk@5.3.0
- client-only@0.0.1
- code-red@1.0.4
- css-tree@2.3.1
- csstype@3.1.3
- dequal@2.0.3
- diff-match-patch@1.0.5
- dotenv@16.4.5
- entities@5.0.0
- estree-walker@2.0.2
- estree-walker@3.0.3
- eventsource-parser@1.1.2
- is-reference@3.0.2
- js-tokens@4.0.0
- json-schema@0.4.0
- jsondiffpatch@0.6.0
- locate-character@3.0.0
- loose-envify@1.4.0
- magic-string@0.30.11
- mdn-data@2.0.30
- nanoid@3.3.6
- nanoid@3.3.7
- periscopic@3.1.0
- picocolors@1.0.1
- postcss@8.4.41
- react@18.3.1
- secure-json-parse@2.7.0
- source-map-js@1.2.0
- sswr@2.1.0(svelte@4.2.18)
- svelte@4.2.18
- swr@2.2.5(react@18.3.1)
- swrev@4.0.0
- swrv@1.0.4(vue@3.4.36)
- to-fast-properties@2.0.0
- use-sync-external-store@1.2.2(react@18.3.1)
- vue@3.4.36
- zod-to-json-schema@3.22.5(zod@3.23.8)
- zod@3.23.8
- @eslint/js ^9.16.0 development
- @faker-js/faker ^8.4.1 development
- @hey-api/client-axios ^0.2.3 development
- @hey-api/openapi-ts ^0.52.4 development
- @jest/globals ^29.7.0 development
- @rollup/plugin-commonjs ^25.0.8 development
- @rollup/plugin-json ^6.1.0 development
- @rollup/plugin-node-resolve ^15.2.3 development
- @rollup/plugin-replace ^6.0.1 development
- @rollup/plugin-typescript ^12 development
- @swc/core ^1.7.10 development
- @swc/helpers ^0.5.12 development
- @types/cli-progress ^3.11.6 development
- @types/colors ^1.2.1 development
- @types/dockerode ^3.3.30 development
- @types/jest ^29.5.12 development
- @types/node ^20.14.2 development
- @types/uuid ^10.0.0 development
- @types/winston ^2.4.4 development
- axios-mock-adapter ^2.1.0 development
- enumify ^2.0.0 development
- eslint ^9.16.0 development
- globals ^15.13.0 development
- jest ^29.7.0 development
- jest-html-reporters ^3.1.7 development
- prettier ^3.4.2 development
- prettier-plugin-organize-imports ^4.1.0 development
- regenerator-runtime ^0.14.1 development
- resolve-package-path ^4.0.3 development
- rollup ^4.9.1 development
- rollup-plugin-dts ^6.1.0 development
- rollup-plugin-ignore ^1.0.10 development
- rollup-plugin-terser ^7.0.2 development
- ts-jest ^29.1.2 development
- ts-loader ^9.5.1 development
- ts-node ^10.9.2 development
- tslib ^2.6.2 development
- typedoc ^0.25.13 development
- typescript ^5.4.5 development
- typescript-eslint ^8.17.0 development
- axios ^1.7.2
- chalk ^4
- cli-progress ^3.12.0
- commander ^12.1.0
- inquirer ^10.2.2
- open ^8.4.0
- pusher-js 8.4.0-rc2
- rollup-plugin-visualizer ^5.13.1
- uuid ^10.0.0
- zod ^3.23.8
- zod-to-json-schema ^3.23.2
- 229 dependencies
- aiohttp 3.9.5
- aiosignal 1.3.1
- annotated-types 0.7.0
- anyio 4.4.0
- async-timeout 4.0.3
- attrs 23.2.0
- beaupy 3.8.2
- certifi 2024.2.2
- charset-normalizer 3.3.2
- click 8.1.7
- colorama 0.4.6
- composio_core 0.2.64
- distro 1.9.0
- emoji 2.12.1
- exceptiongroup 1.2.1
- frozenlist 1.4.1
- h11 0.14.0
- httpcore 1.0.5
- httpx 0.27.0
- idna 3.7
- importlib-metadata 4.13.0
- jsonschema 4.22.0
- jsonschema-specifications 2023.12.1
- markdown-it-py 3.0.0
- mdurl 0.1.2
- multidict 6.0.5
- openai 1.30.4
- pydantic 2.7.2
- pydantic-core 2.18.3
- pygments 2.18.0
- pyperclip 1.8.2
- python-yakh 0.3.2
- questo 0.2.3
- referencing 0.35.1
- requests 2.32.2
- rich 13.7.1
- rpds-py 0.18.1
- sniffio 1.3.1
- termcolor 2.4.0
- tqdm 4.66.4
- typing-extensions 4.12.0
- urllib3 2.2.1
- yarl 1.9.4
- zipp 3.19.0
- composio-core *
- python ^3.10
- black >=24.1.1 develop
- build >=1.2.1 develop
- ipykernel * develop
- isort >=5.13.2 develop
- pytest ==7.4.2 develop
- semver >=3.0.2 develop
- sentry-sdk >=2.0.0 develop
- setuptools >=69.5.1 develop
- tox ==4.6.3 develop
- twine >=5.0.0 develop
- beaupy >=3.7.2,<4
- cloup >=3.0.0
- docker >=7.1.0
- gymnasium >=0.29.1
- importlib-metadata >=4.8.1
- jsonschema >=4.21.1,<5
- openai >=1.3.0
- pydantic >=2.6.4,<3
- pyperclip >=1.8.2,<2
- pyyaml >=6.0.1
- requests >=2.31.0,<3
- rich >=13.7.1,<14
- simple-parsing >=0.1.5
- termcolor >=2.4.0,<3