2024-12-27
v1.3.5

Pinecone Integration

  • Added a new integration with Pinecone for semantic search
  • This integration is now available in the Control Hub under the Integrations section
2024-12-26
v1.3.4

Bug Fixes

  • Errors encountered when chatting with agents should now be visible on the chat page
  • Fixed a bug where message pruning based on token count was not working
  • Fixed a bug where execute python was not working
  • Fixed a bug where belonging to more than 10 organizations was causing failed requests
2024-12-21
v1.3.3

Filter and Search Postgres

  • Added a new tool to filter and search Postgres embeddings for a given query in a specified table
  • This allows your agent to filter the table with a WHERE clause and then semantically search ONLY the filtered results
  • This tool is now available in the agent configuration under the Tools section
2024-12-18
v1.3.2

TikTok Tool

  • Added new tool to search TikTok for videos matching a search term or hashtag
  • This tool is now available in the agent configuration under the Tools section
2024-12-17
v1.3.1

Reddit Tools

  • Added new tools to search and read Reddit
  • Search Reddit for posts matching a search term, across all subreddits
  • Read posts from a specified subreddit, with optional filtering for time period and post type
  • This tool is now available in the agent configuration under the Tools section
2024-12-01
v1.3.0

PDF Understanding

  • Agents can now understand PDFs that are uploaded in a conversation
  • PDF Understanding is powered by two features:
    • Traditional OCR to extract readable text from the PDF and provide it to the Agent
    • PDF-to-image conversion that enables the Agent to “see” the first 5 pages of the PDF
PDF Understanding is currently in beta and has multiple limitations

Limitations:

  1. Only the first 5 pages of the PDF are processed into images that the Agent can “see”; only the readable text from remaining pages is provided to the Agent
  2. PDFs bigger than 3MB may fail to process
  3. PDF-to-image conversion causes a delay in the Agent’s response time
  4. PDF URLs that are accessed via the Scrape URL tool do not have PDF-to-image conversion enabled, so the agent will only get extracted text
2024-11-19
v1.2.7

Copy Code to Clipboard

  • Code blocks now have a copy button to easily copy the code to your clipboard
2024-11-15
v1.2.6

Terms of Service and Privacy Policy

  • Users are now required to accept the Terms of Service and Privacy Policy to sign up for Aster Agents
2024-11-14
v1.2.5

Agent Feedback on Dashboard

  • Added feedback score and total feedback given to your agents on the Dashboard
  • Feedback for specific conversations will be shown in the conversation list. Hover to see the users who provided feedback.
2024-11-11
v1.2.4

API Keys!

  • API Keys are now accessible from the Control Hub Settings page
  • API Keys are valid for 6 months
  • You can use your API key to communicate with your agents via the API
2024-11-09
v1.2.3

Perplexity API Citations Support

  • Added support for Perplexity’s new citations feature
  • Citations are now automatically included in ask_web responses
  • Each citation is displayed as a clickable source link below the response

This update integrates with Perplexity’s public release of citations and helps provide more transparency about where information is sourced from.

2024-11-08
v1.2.2

Agent Feedback

  • Added the ability to provide feedback on your conversations once the agent has responded at least once
  • Let us know if an agent’s responses were helpful with a simple thumbs up or down
  • Changed your mind? You can always update your feedback later

Soon, your feedback will be automatically shared with your AI Admins via the Aster Agents Dashboard.

2024-10-26
v1.2.1

Improvements to Agent Configuration

  • Group tools by required integrations on the agent configuration page
  • If an integration is not setup, its tools cannot be turned on for the agent
2024-10-22
v1.2.0

New Model Provider: xAI

  • Added xAI as a supported LLM provider for building agents

In order to connect your xAI account, all you need is:

XAI_API_KEY: "Your xAI API key"
2024-10-28
v1.1.5

New Tool: Call API

  • Introduced a new tool to let your agent call API endpoints directly
  • Supports GET, POST, PUT, and DELETE request types

This tool is now available in the agent configuration under the Tools section.

2024-10-03
v1.1.4

Multi-organization support

  • Added the ability to create multiple organizations and switch between them
  • Each organization has its own set of agents, conversations, and users
  • Admins can invite new members to their organization via email
2024-09-24
v1.1.3

New Model Provider: Google AI

  • Added Google AI as a supported LLM provider for building agents

In order to connect your Google AI account, all you need is:

GOOGLE_API_KEY: "Your Google AI API key"