copilot

🤖 🔥 Language-to-actions engine

MIT License

Stars
5K

Bot releases are hidden (Show)

copilot - 0.0.22-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.21-beta...0.0.22-beta

copilot - 0.0.21-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.20-beta...0.0.21-beta

copilot - 0.0.20-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.19-beta...0.0.20-beta

copilot - 0.0.19-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.18-beta...0.0.19-beta

copilot - 0.0.18-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.17-beta...0.0.18-beta

copilot - 0.0.17-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.16-beta...0.0.17-beta

copilot - 0.0.16-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.15-beta...0.0.16-beta

copilot - 0.0.15-beta

Published by gharbat about 1 year ago

What's Changed

  • Minimizes the project size by removing old HTML/CSS files by @gharbat in https://github.com/openchatai/OpenCopilot/pull/107
  • Using prance to resolve refs, hence this will remove lot of unnecessa… by @codebanesr in https://github.com/openchatai/OpenCopilot/pull/97
  • Simplified codebase by removing unnecessary backend code, leading to improved schema generation confidence.
  • Implemented a parallel execution chain to enhance execution speed.
  • Updated the OpenAPI summarization call. Link
  • Enhanced capabilities of the hierarchical planner (PUT method) and resolved certain bugs in the output parser.
  • Updated Swagger backend URLs.
  • Introduced namespace restrictions to vector search.
  • Reduced prompt size and addressed prompt format issues for workflows.
  • Implemented short-circuiting in LLM chains when unnecessary. Link
  • Added prance to remove unnecessary backend code + more confidence on generated schema

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.14-beta...0.0.15-beta

copilot - 0.0.14-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.13-beta...0.0.14-beta

copilot - 0.0.13-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.12-beta...0.0.13-beta

copilot - 0.0.12-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/v0.0.11-beta...0.0.12-beta

copilot - v0.0.11-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/v0.0.10-beta...v0.0.11-beta

copilot - v0.0.10-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.9-beta...v0.0.10-beta

copilot - 0.0.9-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.8-beta...0.0.9-beta

copilot - 0.0.8-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.7-beta...0.0.8-beta

copilot - 0.0.7-beta

Published by gharbat about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.6-beta...0.0.7-beta

copilot - 0.0.6-beta

Published by codebanesr about 1 year ago

We are pleased to introduce the new API Flows feature, It will allow you call multiple API endpoints in a single user request, for example you can ask the copilot to create a cart, add items and then do the full checkout and it will execute this flow by itself in one go.

New Features

MongoDB Integration

  • We've integrated MongoDB to store objects, specifically your workflows. This addition allows you to manage and organize your API flows seamlessly.

CRUD Operations for Workflow Management

  • Comprehensive CRUD (Create, Read, Update, Delete) operations are now available for your workflow management within the API Flows feature. This simplifies the process of handling your API sequences.

Data Transfer Object (DTO) Layer with AJV Schema Validation

  • We've introduced a DTO layer with AJV schema validation to ensure that your workflow definitions adhere to the specified schema, reducing the risk of incorrect configurations.

Support for Multiple Embedding Providers

  • You can now choose from multiple embedding providers for your Language Models, with OpenAI as the default. Customize your workflows to fit your specific needs.

Swagger Reverse Parsers

  • Easily retrieve information for running a given API with agents or Language Models using Swagger reverse parsers. Note that this feature supports Swagger version 3 and above.

Faker Integration for Dummy Payload Generation

  • To simplify testing and experimentation, we've added Faker to generate example payloads for one-shot Language Model prompts, helping you create dummy workflow payloads effortlessly.

Qdrant Vector Store Integration

  • Introducing the Qdrant Vector Store for efficient text similarity computation between user input and user-defined workflows. This feature enhances the accuracy and relevance of your API executions.

Visual Studio Code (VSCode) Debugging Scripts

  • We've added debug scripts for developers using VSCode, making it easier to troubleshoot and fine-tune your API flows during development.

HTTP Exception Handling

  • Enhance the reliability of your workflows with improved HTTP exception handling. Handle errors gracefully for a smoother user experience.

Strict Type Checking with Mypy

  • We've implemented strict type checking using Mypy to help you catch errors early in your workflow definitions, ensuring greater reliability.

These new additions to the API Flows feature empower you to define, execute, and manage your workflows more effectively. We hope you find these enhancements valuable as you streamline your automation processes. Please provide your feedback and suggestions as we continue to improve your experience.

Thank you for choosing our platform!

Learn more about API Flows

copilot - 0.0.5-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.0.4-beta...0.0.5-beta

copilot - 0.0.4-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/0.2.01-beta...0.0.4-beta

copilot - 0.0.3-beta

Published by gharbat about 1 year ago

What's Changed

Full Changelog: https://github.com/openchatai/OpenCopilot/compare/v0.0.2...0.2.01-beta