Releases: 0xLazAI/alith
Releases · 0xLazAI/alith
v0.2.5 Release
What's Changed
- feat: agent extrator for any data structure by @nora-coder-dot in #95
- docs: add tg bot python example by @nora-coder-dot in #96
- feat: embedding for any structure by @nora-coder-dot in #97
- docs: minor change on the tutorial docs by @nora-coder-dot in #98
- refactor(python): tool function extractor by @nora-coder-dot in #99
- refactor: node sdk code layout by @nora-coder-dot in #100
- feat: elizaos integration using the alith plugin by @nora-coder-dot in #101
- chore(deps): bump uuid from 1.13.1 to 1.13.2 by @dependabot in #102
- feat: alith eliza plugin integration by @nora-coder-dot in #111
- feat: openai compatible model list by @nora-coder-dot in #115
- chore(deps): bump fastembed from
b5911b4
to6990869
by @dependabot in #116 - chore(deps): bump anyhow from 1.0.95 to 1.0.96 by @dependabot in #117
- chore(deps): bump serde from 1.0.217 to 1.0.218 by @dependabot in #119
- chore(deps): bump serde_json from 1.0.138 to 1.0.139 by @dependabot in #118
- docs: add alith tg bot with rag tutorial and example by @nora-coder-dot in #120
- chore(deps): bump uuid from 1.13.2 to 1.14.0 by @dependabot in #122
- feat: alith langchain integration by @nora-coder-dot in #121
- docs: add alith integration documents by @nora-coder-dot in #123
- feat: inference example with local gpt2 model by @nora-coder-dot in #124
- fix: alith rust examples by @nora-coder-dot in #125
- fix: rust examples by @nora-coder-dot in #126
- chore: bump version 0.2.5 by @nora-coder-dot in #127
Full Changelog: v0.2.4...v0.2.5
v0.2.4 Release
What's Changed
- chore(deps): bump napi from 2.16.15 to 2.16.16 by @dependabot in #94
Full Changelog: v0.2.3...v0.2.4
v0.2.3 Release
Full Changelog: v0.2.2...v0.2.3
v0.2.2 Release
Full Changelog: v0.2.1...v0.2.2
v0.2.1 Release
What's Changed
- docs: update alith infro documents by @nora-coder-dot in #76
- docs: slack bot tutorial by @nora-coder-dot in #77
- docs: search bot tutorial by @nora-coder-dot in #78
- docs: add roadmap documents by @nora-coder-dot in #79
- chore(deps): bump lru from 0.12.5 to 0.13.0 by @dependabot in #80
- chore(deps): bump serde_json from 1.0.137 to 1.0.138 by @dependabot in #81
- chore: bump upload artifact action version to v4 by @nora-coder-dot in #84
- chore(deps): bump napi from 2.16.13 to 2.16.15 by @dependabot in #86
- chore(deps): bump uuid from 1.12.1 to 1.13.1 by @dependabot in #85
- ci: add linux arm64 and bump rust version to 1.84 by @nora-coder-dot in #87
- ci: update python sdk test and release ci by @nora-coder-dot in #88
- docs: update README.md by @eltociear in #89
- refactor(node-sdk): tool parameters type by @nora-coder-dot in #90
- docs: add tg bot alith guide by @nora-coder-dot in #91
- feat: add perplexty LLM models support by @nora-coder-dot in #92
- feat: add workflow core infra by @nora-coder-dot in #93
New Contributors
- @eltociear made their first contribution in #89
Full Changelog: v0.2.0...v0.2.1
v0.2.0 Release
What's Changed
- fix: npm release git repo names and remove un-used deps by @nora-coder-dot in #55
- test: add python and node sdk installation test in CI by @nora-coder-dot in #56
- docs: update readme and intro ducuments by @nora-coder-dot in #57
- chore(deps): bump uuid from 1.11.1 to 1.12.0 by @dependabot in #58
- feat: knowlege impl by @nora-coder-dot in #60
- feat: qdrant vector store integration by @nora-coder-dot in #61
- chore: bump version to 0.2.0 by @nora-coder-dot in #62
- chore(deps): bump serde_json from 1.0.135 to 1.0.137 by @dependabot in #64
- chore(deps): bump lopdf from 0.34.0 to 0.35.0 by @dependabot in #63
- feat: onnx inference integration by @nora-coder-dot in #66
- feat: add inference feature flag for the whole workspace by @nora-coder-dot in #67
- feat: memory impl by @nora-coder-dot in #68
- feat: html knowledge and html to markdown converter by @nora-coder-dot in #69
- feat: memory save in the executor by @nora-coder-dot in #70
- feat: builtin search tool by @nora-coder-dot in #71
- docs: update intro documents by @nora-coder-dot in #72
- feat: tool module by @nora-coder-dot in #73
- chore(deps): bump uuid from 1.12.0 to 1.12.1 by @dependabot in #74
- feat: add initial document website by @nora-coder-dot in #75
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Release
What's Changed
- docs: update readme and license by @nora-coder-dot in #1
- ci: add github action and dep bot yaml config by @nora-coder-dot in #5
- feat: llm definition by @nora-coder-dot in #7
- feat: add core definitions by @nora-coder-dot in #22
- setup simple agent by @moonrabbit2333 in #24
- fix: build errors by @nora-coder-dot in #25
- feat: memory definition by @nora-coder-dot in #26
- feat: structure tool trait and dummy tool unit test by @nora-coder-dot in #27
- feat: llm clients definitions and APIs by @nora-coder-dot in #29
- set up simple executor by @moonrabbit2333 in #28
- feat: add init tool crate by @nora-coder-dot in #30
- refactor trait & simplify the process by @moonrabbit2333 in #31
- simplify exec by @moonrabbit2333 in #32
- feat: upgrade llm client and impl completion for LLM models by @nora-coder-dot in #33
- Simple demo code by @moonrabbit2333 in #34
- feat: init python sdk by @nora-coder-dot in #35
- feat: init node sdk by @nora-coder-dot in #36
- feat: add alith arch image by @nora-coder-dot in #37
- docs: update readme documents by @nora-coder-dot in #38
- feat: simple store and embeddings by @moonrabbit2333 in #39
- feat: impl embeddings model by @nora-coder-dot in #40
- support simple history & knowledge by @moonrabbit2333 in #41
- feat: impl embeddings model by @nora-coder-dot in #42
- feat: memory store vector search by @nora-coder-dot in #43
- feat: openai compatible client and deepseek API by @nora-coder-dot in #44
- chore(deps): bump llm_client from
2829056
to76e38c1
by @dependabot in #45 - chore(deps): bump reqwest from 0.11.27 to 0.12.12 by @dependabot in #46
- chore(deps): bump tokio from 1.42.0 to 1.43.0 by @dependabot in #47
- chore(deps): bump pyo3 from 0.23.3 to 0.23.4 by @dependabot in #48
- chore(deps): bump uuid from 1.11.0 to 1.11.1 by @dependabot in #49
- chore(deps): bump thiserror from 2.0.9 to 2.0.11 by @dependabot in #52
- chore(deps): bump llm_client from
76e38c1
tofa2b9b7
by @dependabot in #51 - feat: node sdk tools by @nora-coder-dot in #50
- ci: python and node sdk by @nora-coder-dot in #53
- fix: example typos by @nora-coder-dot in #54
New Contributors
- @nora-coder-dot made their first contribution in #1
- @moonrabbit2333 made their first contribution in #24
- @dependabot made their first contribution in #45
Full Changelog: https://github.com/0xLazAI/alith/commits/v0.1.0