Conversation **module** helps to work with Microsoft NodeJs BotBuilder.
Asynchronous PAM conversation module
A candidate of the Bottender conversation module
Amplify GraphQL @conversation transformer
No description provided.
This package vends L3 CDK Constructs that deploy resources which power AI routes in Amplify apps.
> [!INFO] > These bindings are not intended to be used directly, use the associated SDK instead.
ElevenLabs JavaScript Client Library
Sinch Conversation API
No description provided.
A dialog stack based conversation manager for Microsoft BotBuilder.
A collection of essential TypeScript types
Official TalkJS SDK for React
This package host public components related to rovo agents, the components here are needed for other public atlaskit packages
Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).
An SDK to facilitate agent and consumer interactions on LivePerson's Messaging Platform from Node.js and web applications. Can be used to create bots, system tests, or custom UIs.
## Overview
A conversation framework
split {japanese, english} text into sentences.
The Vonage Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though eac
Record all your interactions with Claude Code as you develop your projects
Multi-agent orchestration system built on AI SDK v5 - handoffs, routing, and coordination for any AI provider
Comapi Javascript SDK - Foundation
Conversational interfaces for grammY
A botbase module intended for holding a conversation between the user and the bot. Relies upon a dRB service for responding to the user's statements. Used by the botbase gem.
Adds the convert method to Emojidex::Collection and Emojidex::Emoji, which\ allows you to convert an emoji collection or a single emoji to the specified\ image format.
A lightweight library to define object conversion methods/modules.
Ruby conversion of RPi.GPIO Python module
A conversation module for revelry_core
A note-taker feature focused on conversations.
Conversion module obviously allows object conversion and extends attr_writer/accessor
module to simplify conversion to RDF triplets
Twitter's Snowflake ID to Time conversion module
Supports Latin alphabets and Japanese kana.
Provides functionality for building classes that map to/from simple nested data structures of the sort one typically sees with Thrift.
Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it. You can even write extra builders that will allow you to write inlined code in any language. Use Inline::C as a template and look at Module#inline for the required API. == Features/Problems: * Quick and easy inlining of your C or C++ code embedded in your ruby script. * Extendable to work with other languages. * Automatic conversion between ruby and C basic types * char, unsigned, unsigned int, char *, int, long, unsigned long * inline_c_raw exists for when the automatic conversion isn't sufficient. * Only recompiles if the inlined code has changed. * Pretends to be secure. * Only requires standard ruby libraries, nothing extra to download.