提交

提交图

  • ee7af575a4 Anthropic related fix, and stock market researcher example. Rohit P 2025-11-10 20:20:01 -08:00
  • bad6b76af6 Increase version number for release, and update an example. Rohit P 2025-11-10 12:37:40 -08:00
  • 19e5977daf Adding another example - recipe assistant. Rohit P 2025-11-10 12:31:51 -08:00
  • b54d0a6e16 Merge pull request #251 from andrewyng/rp15/McpFixes Rohit Prasad 2025-11-10 12:03:31 -08:00
  • dd9752d381 Fix linter issues. rp15/McpFixes Rohit P 2025-11-10 11:55:48 -08:00
  • 2c0067cc75 Add an example for Movie Recommendation assistant. Rohit P 2025-11-10 11:52:33 -08:00
  • 495ac32db8 Suppress anyio cancel scope errors that occur in Jupyter notebooks. Rohit P 2025-11-10 09:58:04 -08:00
  • 7f9b57a034 Fix issues in tool schema conversation from MCP to JSON Spec Rohit P 2025-11-10 06:16:49 -08:00
  • f30dc8871f Merge pull request #250 from andrewyng/rp15/mcp-tools-support Rohit Prasad 2025-11-10 05:29:25 -08:00
  • 773a3adc38 Addressing review comment Rohit P 2025-11-10 05:18:54 -08:00
  • 9b6c02095b Update aisuite/mcp/config.py Rohit Prasad 2025-11-10 05:07:24 -08:00
  • c795855650 Update poetry lock. Rohit P 2025-11-09 10:33:14 -08:00
  • adde7a8e3f README changes. Adding details to few sections. Rohit P 2025-11-09 10:30:41 -08:00
  • c09ac498c7 Updating README file. Rohit P 2025-11-09 10:22:34 -08:00
  • e2eba76327 Updating README Rohit P 2025-11-04 21:13:15 -08:00
  • d6296e0fff Fix lint issues. Rohit P 2025-11-04 17:48:03 -08:00
  • 299ccd76cd Fixing a bug for running asyncio in Jupyter notebook. Rohit P 2025-11-04 15:55:27 -08:00
  • fde02b2a9b Merge pull request #2 from tavinashb/fix/refactor-ASR Avinash T 2025-11-04 19:10:37 +05:30
  • 7cb764e9d0 Merge branch 'andrewyng:main' into fix/refactor-ASR Avinash T 2025-11-04 19:09:15 +05:30
  • 822b8026c9 Add more unit test for MCP http transport. Rohit P 2025-11-03 12:40:24 -08:00
  • a861049058 MCP tools. Add support Streamable HTTP transport. Rohit P 2025-11-03 11:12:00 -08:00
  • d40f13daf1 MCP Client - http transport implementation. Rohit P 2025-11-03 02:16:35 -08:00
  • c2734f3dc2 MCP integration tests with OpenAI and Claude models. Rohit P 2025-11-02 22:30:00 -08:00
  • 3626f470d0 MCP client tests. Rohit P 2025-11-02 17:28:09 -08:00
  • 161ff8b27d Merge pull request #242 from tavinashb/main Rohit Prasad 2025-10-28 10:52:57 -07:00
  • c95897aed8 fix: update OpenAI API key handling and improve audio file path for portability Avinash Thorat 2025-10-28 22:11:27 +05:30
  • 1806c44270 feat: refactor OpenAI ASR provider integration and remove deprecated code fix: update README and client tests for OpenAI ASR support chore: clean up unused imports and improve type definitions for ASR providers Avinash Thorat 2025-10-28 22:09:42 +05:30
  • ac1c5f108d Add support for inline spec. Rohit P 2025-10-26 00:50:32 -07:00
  • ff790be4b2 fix: update error codes for model and file parameter validation in ASR providers Avinash Thorat 2025-10-26 16:35:56 +05:30
  • fb274cabe3 MCPClient and other abstractions for easy tool calling. Rohit P 2025-10-25 21:09:25 -07:00
  • 9b3d40b296 Merge pull request #244 from andrewyng/rp15/asr-hugging-face-support Rohit Prasad 2025-10-15 09:29:25 -07:00
  • 80c2fd6386 Update README rp15/asr-hugging-face-support Rohit P 2025-10-14 16:56:27 -07:00
  • 6903d132aa Add HuggingFace Inference API as supported provider for Audio Transcription. Rohit P 2025-10-14 16:31:48 -07:00
  • e023d70147 Update README - add ASR related details. Rohit P 2025-10-14 15:44:10 -07:00
  • 24e98464bb Merge pull request #243 from andrewyng/rp15/asr-passthrough-api Rohit Prasad 2025-10-14 13:37:49 -07:00
  • 38962ffd30 Update poetry.lock, and a lint issue. Rohit P 2025-10-14 13:08:11 -07:00
  • c8823934bf Update pyproject.toml and poetry lock. Rohit P 2025-10-14 13:03:12 -07:00
  • ff5e4f3098 Fix lint, tests and missing packages. Rohit P 2025-10-14 13:02:03 -07:00
  • 60ffd01cde Fix a Deepgram related import related to previous lib version. Rohit P 2025-10-14 12:50:44 -07:00
  • e2e45d5cfc Fix Lint issues. Rohit P 2025-10-14 12:40:12 -07:00
  • a7697a42dd Update Deepgram provider to use new v5 library. Rohit P 2025-10-14 12:36:05 -07:00
  • 83d739495e ASR - Doc that talks about the design motivation for the API. Rohit P 2025-10-14 10:40:29 -07:00
  • a6a076d62c More unit tests for ASR-python. Rohit P 2025-10-14 10:25:42 -07:00
  • 1f18766ed9 Implement parameter pass through for ASR. Rohit P 2025-10-13 22:33:53 -07:00
  • ddd5a18a09 Merge pull request #241 from akshay1100/aks/ASRIntegration-1 Rohit Prasad 2025-10-13 22:15:51 -07:00
  • 751df9b255 Update Docs - Simplify ASR documentation and mark as under development Rohit P 2025-10-13 16:49:54 -07:00
  • f1e475692b Increment version number for python release. v-0.1.12. v0.1.12 Rohit P 2025-10-01 22:22:47 -07:00
  • bcc3ef62c3 Enhance providers with output streaming support Akshay Srirangam 2025-09-08 17:48:47 -07:00
  • 1df1e41183 Introduce unified TranscriptionOptions for better parameter management across providers. Akshay Srirangam 2025-09-05 17:19:06 -07:00
  • a598451822 fix: update audio file path to relative for better portability Avinash Thorat 2025-09-05 21:00:25 +05:30
  • 8492fb67f9 feat: implement Deepgram and OpenAI ASR providers with request/response adapters Avinash Thorat 2025-09-05 20:49:57 +05:30
  • 7be6adf166 feat: enhance ASR provider functionality and update validation logic Avinash Thorat 2025-08-29 21:56:46 +05:30
  • 57fb3fcfdf Merge branch 'andrewyng:main' into main A T 2025-08-29 19:41:02 +05:30
  • d5bdad42ed Merge pull request #1 from tavinashb/asr-deepgram A T 2025-08-29 19:40:32 +05:30
  • 20528c7803 feat: add OpenAI ASR provider integration and update README with ASR support details Avinash Thorat 2025-08-29 19:39:19 +05:30
  • 88013b3699 Merge pull request #240 from tavinashb/main Rohit Prasad 2025-08-27 10:13:13 -07:00
  • 08c42609b5 chore: unit tests fixed Avinash Thorat 2025-08-20 20:38:56 +05:30
  • d76c36bdff feat: add Deepgram ASR provider integration Avinash Thorat 2025-08-19 20:30:17 +05:30
  • 716cff727d update poetry.lock for google-cloud-speech dependency Akshay Srirangam 2025-08-15 00:26:40 -07:00
  • 18dda548cf feat: Update google provider for ASR Akshay Srirangam 2025-08-15 00:15:33 -07:00
  • c8b963b6e2 test: Add unit tests for ASR functionality Akshay Srirangam 2025-08-14 18:55:59 -07:00
  • 1c5d4f4078 fix: Apply Black formatting to ASR implementation files Akshay Srirangam 2025-08-14 13:32:59 -07:00
  • c8e90bc11f Update openai provider to support ASR along with example Akshay Srirangam 2025-08-14 12:21:54 -07:00
  • 5ac78a9bd1 Add Deepsek Provider Akshay Srirangam 2025-08-14 12:21:22 -07:00
  • 1085ab421c Add Audio Speech Recognition (ASR) support Framework. Akshay Srirangam 2025-08-13 17:56:48 -07:00
  • 32f6244c31 chore: remove package-lock.json Avinash Thorat 2025-08-13 19:39:06 +05:30
  • 7e0a6c7187 refactor: remove TypeScript configuration files and update dependencies Avinash Thorat 2025-08-05 19:52:04 +05:30
  • a9ce93db5d feat: add chat application example with TypeScript and React Avinash Thorat 2025-07-31 20:48:02 +05:30
  • f6eb8d8ef7 Merge pull request #218 from preethamdp/patch-1 Rohit Prasad 2025-07-30 16:48:11 -07:00
  • 7669c6abca Merge pull request #208 from nextgarch/annuszulfiqar2021/add-lmstudio-support Rohit Prasad 2025-07-30 14:01:35 -07:00
  • d495b229d5 Merge pull request #238 from tavinashb/main Rohit Prasad 2025-07-30 09:08:54 -07:00
  • 5edcdcd234 Merge branch 'main' into main A T 2025-07-30 19:55:10 +05:30
  • bea6d8b686 feat: add Jest configuration and comprehensive tests for all providers Avinash Thorat 2025-07-30 19:53:26 +05:30
  • c84329e4ef Publish 0.1.1 to https://www.npmjs.com/package/aisuite Rohit P 2025-07-29 11:36:55 -07:00
  • 5aba12a909 feat: add Mistral and Groq providers with example usage and enhanced .gitignore Avinash Thorat 2025-07-29 23:05:57 +05:30
  • 1dfeac428c Typescript version for aisuite. initial commit. (#236) Rohit Prasad 2025-07-29 09:48:32 -07:00
  • ca22fd6572 mercury-coder-small --> mercury (#235) Yanis Miraoui 2025-07-28 18:58:25 -07:00
  • 1420f9fd3a Typescript version for aisuite. initial commit. rp15/aisuite-js-initial Rohit P 2025-07-22 22:29:26 -07:00
  • dea769272a Adding Inception Labs Provider (#226) Yanis Miraoui 2025-07-11 12:05:14 -07:00
  • af760f84e6 Merge pull request #234 from akshay1100/aks/TokenAdapters Rohit Prasad 2025-07-11 11:57:46 -07:00
  • f355c30a8d style: add docstrings and fix pylint issues across provider modules Akshay Srirangam 2025-07-09 15:06:09 -07:00
  • acc20d3256 test: add usage data handling tests for provider responses. Akshay Srirangam 2025-07-09 13:48:01 -07:00
  • f3a3061ea9 feat: add token usage tracking and utils for debugging responses Akshay Srirangam 2025-07-09 13:47:23 -07:00
  • 0f6013f8ef Fix Anthropic Provider UT Akshay Srirangam 2025-07-05 03:00:41 -07:00
  • df3d454db4 Merge pull request #230 from akshay1100/aks/AntropicTokenAdapter Rohit Prasad 2025-07-03 08:47:27 -07:00
  • 20e937046b Add token usage adapter for anthropic provider Akshay Srirangam 2025-05-15 18:34:05 -07:00
  • ddba58493e Fix CI/CD linter (#228) Aaron Sullivan 2025-05-06 21:57:06 -07:00
  • cf9df9a107 Increment verison number for release. Rohit P 2025-03-26 05:02:11 -07:00
  • bfca6216fa Update tool_calling_abstraction.ipynb Preetham D P 2025-03-15 02:06:08 +05:30
  • 09e91cebb1 Fix typo in Cerebras guide (#213) Kamil 2025-03-05 19:22:17 -08:00
  • 380e24b83a Add Mistral Docs (#163) Evan d'Entremont 2025-03-04 19:45:45 -05:00
  • 0f8ba930f3 Add support for Cerebras SDK (#189) Kamil 2025-03-04 16:41:14 -08:00
  • 54330eac35 Add streaming support for openai and anthropic providers feature/output-streaming Andrew Ng 2025-03-01 16:20:39 -08:00
  • 92153cf736 added LM Studio provider support Annus Zulfiqar 2025-02-28 21:04:26 -05:00
  • 9dc9ae9a45 Update pyproject.toml Rohit Prasad 2025-02-18 07:10:37 -08:00
  • 58e72d2bf2 Update README.md Rohit Prasad 2025-02-18 06:12:07 -08:00
  • 6d1b798ca7 Rename the notebook for tool calling abstraction. Rohit P 2025-02-15 08:55:22 -08:00
  • 51198e1edd Add abstraction for tool calling with max_turns. (#199) Rohit Prasad 2025-02-15 08:43:52 -08:00
  • 6a1ac22ce3 Release 0.1.9 (#188) Rohit Prasad 2025-02-10 05:30:44 -08:00
  • 8fbd909d39 Add support for reasoning content. (#187) Rohit Prasad 2025-02-09 21:53:32 -08:00