Skip to content

Prodgy Overview

Latest Version v0.0.9 Stable

Section titled “Latest Version ”

Create the PRD Overview tab in Knowledge Base

New Added a dedicated Overview tab to the Knowledge Base where users can document product information (vision, personas, audience, pain points, links) using Notion-style text blocks, enriching the context available to agents and chats.

Expose Prodgy API to third party consumption

New Implemented a full API token system at product level, allowing third-party applications to securely access Prodgy APIs (knowledge base, integrations, agent executions, triggers, storage) with temporary or permanent tokens.

Implement Secret Store API for Secure Credential Access by External Workers

New Created a secure Secret Store API enabling external workers (Python/LangGraph) to access integration credentials in a controlled, zero-trust, fully audited manner — enabling distributed and scalable agent architectures.

Insert a meeting link directly into the Prodgy Assistant interface

New Users can now manually add a meeting link to the Prodgy Assistant interface so the bot joins, records, and transcribes meetings that were not captured automatically via email invite.

Install pipelines in knowledge base using agent templates

New The Knowledge Base pipeline tab now supports installing pipelines via agent templates, enabling automatic and periodic ingestion of external data into the knowledge base for RAG use.

Improve Prodgy Assistant logs on MacOS version

New Enhanced logging infrastructure for the Prodgy Assistant macOS version to improve observability and support debugging of audio and session issues.

Create Prodgy core LLM endpoints for Prodgy Studio

New Created backend endpoints exposing the Prodgy core LLM to Prodgy Studio, enabling AI-assisted agent building within the Studio using the product’s context.

Remove .env email configs with a new admin email settings view

New Email service configuration was migrated from .env files to a dedicated admin settings screen accessible only to System users, centralizing management and improving security.

Improve automatic transcription quality using LLM

New Improved meeting transcription accuracy by providing participant names as context, prioritizing Portuguese, chaining audio segments for continuity, and allowing admins to configure static context (company, product) in the control panel.

Meeting transcript by invitation to Prodgy Assistant

New Prodgy Assistant now monitors emails, identifies valid meeting invites, manages entry and transcription automatically, and delivers results via webhook — eliminating manual intervention.

Scheduling and transcribing recurring meetings

New The Prodgy Assistant now detects and auto-schedules recurring meetings via ICS or Graph API, supports cancellations, re-expands new occurrences, and transcribes each instance with Redis-persisted state.

Improve logs and queue meetings schedule monitoring

New Improved meeting queue management with new endpoints for queue queries and cleanup, corrected timezone logging, better simultaneous meeting tracking, and additional transcription options.

Validate mail sender and obtain webhook automatically

New The Prodgy Assistant now validates whether the email sender is a registered Prodgy user and automatically retrieves the transcription agent webhook, removing the need to include it manually in invite emails.

Implement Monorepo Architecture for Prodgy

New All Prodgy repositories (prodgy-back, prodgy-front, prodgy-engine, etc.) were consolidated into a single monorepo with preserved Git history, unified tooling, and optimized CI/CD pipelines while maintaining independent service deployments.

Consolidate authentication in JWT Bearer and strengthen XSS protection

New Authentication was consolidated to a single JWT Bearer header mechanism, removing cookies and CSRF tokens to eliminate cross-domain issues and redundant complexity. XSS protection was strengthened with HTML sanitization and CSP policies.

Admin portal for Prodgy Assistant Meetings

New A new admin dashboard for Prodgy Assistant provides a centralized interface for managing scheduled meetings, monitoring active calls, and viewing real-time logs — delivered as a static SPA served by the ASP.NET Core API.

Add new columns and filters in Prodgy Assistant dashboards

New The Prodgy Assistant dashboard now includes new columns, improved filters, and pagination, offering faster navigation and cleaner data visualization.

Add Email Service node to workflow engine

New A new “Email Service” node is now available in the workflow editor. It uses the email service configured by the system admin (Microsoft 365, SendGrid, etc.) as the sender, removing the need for per-agent SMTP configuration.

Meeting Transcription Delivery for Forwarded Invites

New The system now correctly identifies the user who forwarded a meeting invite as the owner, and delivers the transcription to all registered users who forwarded the same invite — preserving individual delivery settings across service restarts.

Multi-Agent Parallel Processing for Agentic Executor

New The Prodgy Agentic Executor now automatically detects large data volumes (e.g. release notes, sprint summaries) and distributes processing across multiple parallel workers via a fan-out/fan-in pattern, consolidating all results into a complete response with no items omitted.