Skip to content

Releases: existence-master/Sentient-Releases

1.4.4

17 Feb 11:39
d7f2b9f
Compare
Choose a tag to compare

v1.4.4 is here with the following updates

⚙️ Complete Backend Revamp

We completely revamped the backend and moved from a monolithic architecture to a microservices one. This means shorter app startup time, and an opportunity for advanced automation down the road

💭 Chat History Fix

There was a bug from our side where the chat history was not really being passed to the model in an appropriate format. With this fix, Sentient now remembers the chat context correctly

🩹 Minor Tool Fixes

Fixed some tool calls where output was not guaranteed

1.4.2

09 Feb 14:55
6089140
Compare
Choose a tag to compare

v1.4.2 is here with the following updates

📩 Advanced Gmail functionality

Sentient now supports the following Gmail functions

  1. Send an email
  2. Search an email in my inbox
  3. Draft an email
  4. Reply to an email
  5. Forward an email
  6. Mark an email as read
  7. Mark an email as unread
  8. Delete an email
  9. Delete all spam emails

🎨 Agent-specific UI

We have started incorporating agent-specific UI for all the agents starting with the 'search my inbox' functionality in Gmail. The search results are presented aesthetically and you can view all the email details without leaving the Sentient chat window. Functionality to open the search results directly in Gmail is also added

⌨️ Streaming Responses in Chat

Now you don't need to wait for Sentient to finish generating its entire response before you see an output. We have added token streaming to the chat experience in Sentient

🧠 Subgraph deletion fix

Earlier when any profile was disconnected, the graph of your profile would be recreated from scratch but only from the personality test and other social profiles information, resulting in loss of memories that were added after the initial graph creation. Now, if any social profile is disconnected, nodes and relations relating to that profile are deleted preserving rest of the graph

⚙️ Tool call information fix

Earlier only some of the previous tool call information used to be passed in subsequent tool calls, but now more needed information is passed to improve multi tool calling or 'flows'

🤝🏻 Beta releases

We are starting a beta program where our early adopters will get the latest development updates before the rest of the users. Please note that these releases are meant for testing and may be unstable. You can opt in and out of the beta release program from the settings page anytime

1.4.0

02 Feb 12:57
6089140
Compare
Choose a tag to compare

V1.4.0 is here!

Major revamps and additions have been made.

1. Flows!

Sentient can now combine multiple tools to perform complex, multi-step actions. For example "Create a Google Docs document and send a link to abc@gmail.com via Gmail"

2. Internet Search!

Sentient can now search the internet for any additional context that it may require to answer queries.

3. Removed LangChain

Replaced LangChain with our own inference logic that reduced the number of dependencies and overall app startup time.

4. Added Pro Plan Upgrade logic and all required Backend Logic

Added an additional utils server to handle encryption and decryption of locally saved keys.

5. Updates to Structured Outputs

Improved stability and reduced error rate of structured outputs - leading to a much better user experience.

6. Major UI/UX changes:

Major UI/UX changes have been made - all pages of the app have been given an uplift, while adding any necessary tooltips and information.

1.3.0

15 Jan 11:09
6089140
Compare
Choose a tag to compare

V1.3 is here!

This is our 🎊 biggest update 🎊 yet. Major revamps and additions have been made.

1. 🤖 Agent Pipeline Rework & Expansion:

The underlying agent pipeline has been expanded and integrations for Google Calendar, Google Drive, Google Sheets, Google Docs and Google Slides have been added along with the existing Gmail integration!

2. 🧠 Memory Pipeline:

The existing LlamaIndex pipeline has been removed and an all new, custom memory pipeline has been put in place that supports graph creation, GraphRAG and updating with CRUD operations. This custom pipeline is better suited to our use-case.

3. 📱 Reddit and X integration:

Reddit and X have been added along with the existing LinkedIn integration for pulling social media context about a user for building their profile.

4. ⚙️ Async Streaming:

Async event streaming has been added to the Python backend and the Electron app. This allows users to see what Sentient is doing at any given time. When a user sends a message, they will see status messages like "Retrieving memories", "Calling tool" and so on.

5. ✍️ Custom Memories:

The profile page now features an "Add your own memory" button that allows users to add their own memories to the graph without having to interact with Sentient. This allows people to modify Sentient's context about them. The profile page also features a "Rebuild Graph" button that allows resetting the graph to its initial point (only personality test data and social media profile data will persist - all memories added later will be deleted).

6. 🎨 Other UI/UX changes:

Other small UI/UX changes have been made such as indicators on every message that show what abilities of Sentient were used for sending each message. Documents created with GSuite tools can also be opened and edited within Sentient now.

1.2.1

03 Jan 08:28
6089140
Compare
Choose a tag to compare

Bugfix

🛣️ Multi chat routing from profile and settings page

1.2.0

01 Jan 12:29
6089140
Compare
Choose a tag to compare

🤖 Revised agentic flow with Gmail - We have integrated Gmail tool calling in the current version which is based on our revised agentic pipeline

🗨️ Multi-chat functionality - Finally after a lot of requests from your side, we have added multi-chat functionality with this release

🌍 Public Trello board - We have decided to let you all witness the progress of Sentient and are making our internal Trello board public

1.1.0

09 Dec 09:53
b33355d
Compare
Choose a tag to compare
v1.1.0

Create README.md