Skip to content

Releases: CitizensFoundation/policy-synth

@policysynth/webapp 1.2.1

28 Jan 06:50
Compare
Choose a tag to compare

Breaking

  • Various type refactoring for agent memory to make it more extensible and easier to use by sub classes

Feature

  • Persistent chatbot agent memory

Improvements

  • Better GPT4 documentation generation prompts and new auto generated documentation
  • Fix for Documentation Readme.md links

@policysynth/api 1.2.1

28 Jan 06:51
Compare
Choose a tag to compare

Breaking

  • Various type refactoring for agent memory to make it more extensible and easier to use by sub classes

Feature

  • Persistent chatbot agent memory

Improvements

  • Better GPT4 documentation generation prompts and new auto generated documentation
  • Fix for Documentation Readme.md links

What's Changed

  • Refactor agent memory & add persistent chat message to base chatbot by @rbjarnason in #12

Full Changelog: agents-1.1.0...api-1.2.1

@policysynth/agents 1.2.0

28 Jan 06:49
Compare
Choose a tag to compare

Breaking

  • Various type refactoring for agent memory to make it more extensible and easier to use by sub classes

Feature

  • Persistent chatbot agent memory
  • Live Web Research SDK example now features a popup menu with previous chats

Improvements

  • Better GPT4 documentation generation prompts and new auto generated documentation
  • Fix for Documentation Readme.md links

@policysynth/webapp 1.1.0

27 Jan 03:28
Compare
Choose a tag to compare

Breaking

  • Import paths no longer include /cmp/ and are now like @policysynth/webapp/ps-app.js

Feature

  • Support for live streaming LLM costs for agents and chat completions

Improvements

  • Better GPT4 documentation generation prompts and new auto generated documentation

@policysynth/api 1.1.0

27 Jan 03:29
Compare
Choose a tag to compare

Breaking

  • Import paths no longer include /cmp/ and are now like @policysynth/api/controllers/analyticsController.js

Feature

  • Support for live streaming LLM costs for agents and chat completions

Improvements

  • Better GPT4 documentation generation prompts and new auto generated documentation

@policysynth/agents 1.1.0

27 Jan 03:27
Compare
Choose a tag to compare

Breaking

  • Import paths no longer include /dist/ and are now like @policysynth/agents/baseAgent.js

Feature

  • Support for live streaming LLM costs for agents and chat completions

Improvements

  • Better GPT4 documentation generation prompts and new auto generated documentation

@policysynth/webapp 1.0.42

26 Jan 00:11
Compare
Choose a tag to compare

First release as npm package

The @policysynth/webapp is part of the Policy Synth suite, which aims to integrate the best of human and AI-driven insights for better decision-making. With a focus on user experience and data-driven analysis, this web application framework facilitates the construction of platforms where policymakers and citizens can collaborate effectively.

API Documentation

API Documentation for Policy Synth WebApp

@policysynth/api 1.0.28

26 Jan 00:12
Compare
Choose a tag to compare

First release as an npm package

Policy Synth features a robust architecture that includes a Web API, a Web App, and an Agent Queue system, alongside a Weaviate research database and Redis for agent memory. It facilitates seamless integration with GPT-4 and other AI models, providing a versatile environment for policymakers, citizens, and AI to engage in meaningful dialogue.## API Documentation

API Documentation for Policy Synth ExpressJS API

@policysynth/agents 1.0.29

26 Jan 00:08
Compare
Choose a tag to compare

First release as a package

The @policysynth/agents package is a core component of Policy Synth, designed to facilitate complex decision-making processes through a network of intelligent agents. This toolkit leverages the combined capabilities of GPT-4, GPT-3.5, and custom algorithms to analyze, evolve, and propose solutions to policy challenges.

API Documentation

API Documentation for Policy Synth Agents