Skip to content

Latest commit

 

History

History
706 lines (415 loc) · 25.5 KB

CHANGELOG.md

File metadata and controls

706 lines (415 loc) · 25.5 KB

Changelog

v1.6.1

compare changes

🚀 Enhancements

  • Support async tools (f03c8e2)
  • Add endpoint to retrieve regex of webParsers (d5f3d00)
  • ⚠️ Use new Bun v1.2 (60dcc2f)

🩹 Fixes

  • AgentRunnableSequence not executing tools (776a064)

📖 Documentation

🏡 Chore

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Use new Bun v1.2 (60dcc2f)

❤️ Contributors

v1.6.0

compare changes

🩹 Fixes

  • Add missing await in some hooks (fff6240)
  • Switch cache options from db to env file (c695bc4)

🌊 Types

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Update deps and overall tweaks (2457774)

❤️ Contributors

v1.5.5

compare changes

🩹 Fixes

  • Improve form class, fix #32 (#32)
  • Correct error checking in url ingestion (042334c)

📖 Documentation

  • Initialize docs with vitepress and typedoc (fbd4401)
  • Fix base url for docs (f5c3072)
  • Ignore prompts (2f4ab11)

🌊 Types

🏡 Chore

❤️ Contributors

v1.5.4

compare changes

🚀 Enhancements

  • Add plugin template, fix #37 (#37)

🩹 Fixes

🌊 Types

  • Update executeHook method (fcd7065)

🏡 Chore

  • Add pre-commit hooks and improve linting (6b5ae1e)
  • Update dependencies (7feb33b)

🤖 CI

❤️ Contributors

v1.5.3

compare changes

🚀 Enhancements

  • Improve procedures toggle (22fe36c)
  • Improve plugin management (bb5d0da)

📖 Documentation

  • Update core plugin.json (ad774e3)
  • Improve openapi documentation (d7d6169)

🏡 Chore

❤️ Contributors

v1.5.2

compare changes

🚀 Enhancements

  • Add validation check for memory json file (d067a49)
  • Support cache for llm responses and fix db (fec7216)
  • Support cache for embedder responses (ac7bca2)
  • Add endpoint to add memory point (7fda9d6)
  • Add trycatch in case of invalid settings (0f78334)
  • Improve error handling (af1e9cb)
  • Improve form extract method (5d14683)
  • Update message input (2b62561)

🩹 Fixes

📖 Documentation

📦 Build

  • Improve docker-related files (b2d1f5d)

🏡 Chore

  • Use SimpleChatModel class for FakeChat (b226f1e)
  • Small tweaks (6a6f3b1)

❤️ Contributors

v1.5.1

compare changes

🚀 Enhancements

  • Add query param to disable why in /chat endpoint (4a94e16)
  • Switch to polling if in docker (a52d30f)

🩹 Fixes

  • Fix defaults object merging (2545fac)
  • Fix overall server setup (d864167)
  • Fix model reference not found in schemas (8ebf0b8)

📖 Documentation

  • Improve openapi documentation (6d812e1)

❤️ Contributors

v1.5.0

compare changes

🚀 Enhancements

  • Add support for amazon bedrock llms and embedders (f7f7170)

🩹 Fixes

  • Improve some hooks signatures (87ec5a0)
  • ⚠️ Revert last hooks signatures changes (4c82ccb)
  • ⚠️ Divide docker-related files for dev and prod (e875db9)
  • Fix some endpoints checks (815d420)
  • Correct natural language loading (2977a71)
  • Fix build command (f8f1abb)

📖 Documentation

  • Add description to schema models (74af095)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Revert last hooks signatures changes (4c82ccb)
  • ⚠️ Divide docker-related files for dev and prod (e875db9)

❤️ Contributors

v1.4.1

compare changes

🚀 Enhancements

  • Add pure embed endpoint (9de3be8)

🩹 Fixes

  • Correct bootstrap hooks call position (5ef2ffc)

📖 Documentation

🏡 Chore

❤️ Contributors

v1.4.0

compare changes

🚀 Enhancements

  • Add streaming http endpoint (e9c97df)
  • Add queryDb method to StrayCat (d855225)
  • RabbitHole: Add metadata in endpoints (f3d2eb4)
  • Add addHistory method to StrayCat (64cd2be)
  • Add getPoints method in VectorMemoryCollection (aa20ce5)
  • Add new endpoints for collection points and chat history (6107112)
  • Update custom chat models classes (8d03872)
  • ⚠️ Add db in before/after bootstrap hooks (b2bea4b)
  • Add rate limit handler (4c21d50)

🔥 Performance

  • ⚠️ Correct setup of elysia routes (8e2543f)

💅 Refactors

  • ⚠️ Use only chat models (a144df2)
  • ⚠️ Refactor Embedders and LLMs factory classes (c383d75)

📖 Documentation

🏡 Chore

🎨 Styles

⚠️ Breaking Changes

  • ⚠️ Add db in before/after bootstrap hooks (b2bea4b)
  • ⚠️ Correct setup of elysia routes (8e2543f)
  • ⚠️ Use only chat models (a144df2)
  • ⚠️ Refactor Embedders and LLMs factory classes (c383d75)

❤️ Contributors

v1.3.1

compare changes

🚀 Enhancements

  • Improve HTTP errors (9205a66)
  • Add afterSendMessage hook (7d54491)
  • Add batch files uploading endpoint (e5f6074)
  • Add models interactions and update hooks (4f73bc0)

🩹 Fixes

  • Update deps, docker compose and some fixes (c61cd24)

🌊 Types

🏡 Chore

  • Export AgentManager and VectorMemory (4d2b0bd)

❤️ Contributors

v1.3.0

compare changes

🚀 Enhancements

  • Improve tool parser (a79416a)
  • Update LLM and Embedder configs (68a0e26)
  • Add parseJson utils (485ffc3)
  • RabbitHole: Add 2 new hooks (f167e10)
  • Update prompt template and output parser (0beb14a)
  • Update langchain to v0.2 (52bef47)
  • Add WhiteRabbit (job scheduler) (fb815ce)
  • Improve plugin importing using Blobs (49b9962)
  • Promisify specific hooks (648b76f)

🩹 Fixes

  • Small general fixes (5170dfb)
  • Improve AgentManager (9015cdb)
  • Fix multi-action agent with temp patch (760da42)
  • Require Bun v1.1.19+ to work (30ce63d)
  • Fix chat history saving (45cc9c8)

💅 Refactors

  • Update AgentManager with improvements (523ce0b)
  • Switch to Bun runtime (635c6bc)
  • Migrate from Fastify to Elysia (6d2b0f9)

🌊 Types

  • Move types to separate folder (472d4de)

🏡 Chore

✅ Tests

  • Temporary bypass bun tests (0ae3cd5)

🎨 Styles

🤖 CI

❤️ Contributors

v1.2.6

compare changes

🚀 Enhancements

  • Refactor database instance (6d141bf)
  • Add source query param to chunk upload (4e8cbef)
  • Add new database keys and fix defaults (7809128)

🩹 Fixes

  • Fix routes schemas (4957199)
  • Fix boolean coercion (dbddd89)
  • Fix error schema in endpoints (6134b93)
  • Improve json tool parser (2ba8660)
  • RabbitHole: Fix documents splitting, rename hooks (87e3afe)

📖 Documentation

🏡 Chore

  • Update eslint rules (431108b)
  • Halve chunk size and overlap (7ab22e1)

❤️ Contributors

v1.2.5

compare changes

🚀 Enhancements

  • Nodemon now watches also .env file (4fd3bc5)
  • Use json in tool prompt (3ab5159)

🩹 Fixes

  • Fix missing routes validations (ba8ee05)
  • Fix log level order (550e48a)

🏡 Chore

❤️ Contributors

v1.2.4

compare changes

🚀 Enhancements

  • Improve OpenAPI schema with Zod (9375bf0)
  • Form: Improve class management (1713123)

📖 Documentation

  • RabbitHole: Add JSDoc to methods (9c0bca5)

🏡 Chore

❤️ Contributors

v1.2.3

compare changes

🚀 Enhancements

  • MadHatter: Add 3 new hooks: #17 (#17)
  • Plugin: getPluginInfo is now specific (fec1eb1)
  • Plugin: Revert loading of manifest and settings to be sync (ef6f67f)
  • Memory: Add route to retrieve documents by metadata (1532d3d)
  • Plugin: Add defaults to settings schema (9042a97)

🩹 Fixes

  • Try to fix [#12] (#12)

📖 Documentation

🏡 Chore

✅ Tests

❤️ Contributors

v1.2.2

compare changes

🚀 Enhancements

  • Add git pre-commit hook (2b93bcf)
  • Conversational forms now work (060f2dc)

🩹 Fixes

📖 Documentation

  • Add CONTRIBUTING and CODE OF CONDUCT (533c4d0)

🏡 Chore

❤️ Contributors

v1.2.1

compare changes

🚀 Enhancements

  • Easily get plugin info from stray cat #14 (#14)

🩹 Fixes

  • Fix #15 (#15)

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

  • Add save param for /chat endpoint (8a1b2d4)
  • Add Zod in the database config (1e6762f)
  • Add instant tool call syntax (d7255c8)
  • Toggle procedures via endpoint (756c1ad)
  • Add web parsers (74b6ab8)

🩹 Fixes

💅 Refactors

  • Removed automatic embedder selection (6af0bcf)

📖 Documentation

🌊 Types

  • Add AgentFastReply interface (cceb122)

🏡 Chore

  • Add from property in hooks (a803a2a)
  • Change procedures casing (snake to kebab) (6346c13)
  • Update deps (bee8219)
  • Improve rabbit hole error handling (28cf108)

🎨 Styles

  • Improve welcome log spacing (727a1f9)

❤️ Contributors

v1.1.1

compare changes

🚀 Enhancements

  • Add defaults in parsed env vars (cb0e1f9)
  • Publicized ws queue on stray cat (8efce56)
  • Add MistralAI llm config (b12a1b9)
  • Add TogetherAI and Fireworks embedder configs (c0a1a16)

🩹 Fixes

📖 Documentation

✅ Tests

  • Update test setup and add some utils tests (ca121a8)

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

🩹 Fixes

❤️ Contributors

v1.0.2

compare changes

🚀 Enhancements

  • Add string comparison util (cfa747c)

🩹 Fixes

❤️ Contributors

v1.0.1

compare changes

🚀 Enhancements

🩹 Fixes

  • Update plugin requirements installation (9f82886)
  • Fastify log levels (8ea41f0)

📖 Documentation

❤️ Contributors

v1.0.0

🏡 Chore

❤️ Contributors