Skip to content

Releases: Sinapsis-AI/sinapsis

sinapsis v0.2.5

24 Apr 20:53
Compare
Choose a tag to compare

This release includes a minor change in the apps for text-to-speech to display the logo following the design of the project

sinapsis v0.2.3

11 Apr 18:10
Compare
Choose a tag to compare

This release includes an improvement in the chatbot webapp to add support for images in the chatbots
Furthermore, it provides a new webapp for text-to-speech demos

sinapsis v0.2.2

08 Apr 17:44
Compare
Choose a tag to compare

This release includes new functionality to process videos

sinapsis v0.2.1

01 Apr 19:12
fc185e4
Compare
Choose a tag to compare

This release includes a minor fix in the _clear_history method for chatbot_base to delete current chat history

sinapsis v0.2.0

26 Mar 18:48
Compare
Choose a tag to compare

Sinapsis version 0.2.0 introduces a powerful new base web application specifically designed for chatbot development. This release marks a significant step forward in empowering developers to create interactive, scalable, and user-friendly chatbot interfaces with ease.

  • Base Web Application for Chatbots

    The new base web application provides a robust foundation for building chatbots, with the following key features:
    Real-Time Interaction: Enables seamless, instantaneous communication between users and chatbots.
    Flexible Architecture: Designed to be easily extended and customized to meet specific chatbot requirements.
    Developer-Friendly Framework: Simplifies the process of building chatbot interfaces, allowing developers to focus on innovation 
                  rather than infrastructure.
    

This release lays the groundwork for future enhancements and specialized chatbot features, making Sinapsis an even more versatile platform for conversational interfaces.

sinapsis v0.1.1

12 Mar 15:22
c0acc9b
Compare
Choose a tag to compare

Sinapsis is a platform that offers task-specific, modular, reusable, and composite templates. These templates are the foundation of Agents, enabling the creation of flexible and scalable solutions by combining them as needed.

  • Agent, Template, Packet and DataContainer base class definitions.
  • Initial support for profiler Agent
  • Support for composite template
  • Lazy Agent definition
  • Support for dynamic templates
  • Support of data flow control templates
  • CLI support for Agent execution and Template info commands
  • Type safety provided through Pydantic
  • docs and tutorials