Releases: consciousness-lab/ctm-ai
Releases · consciousness-lab/ctm-ai
v0.0.2
What's Changed
- build(deps): bump openai from 1.59.7 to 1.59.8 by @dependabot in #185
- feature(exp): add baselines by @robotMonkeyButler in #184
- build(deps-dev): bump pre-commit from 4.0.1 to 4.1.0 by @dependabot in #188
- doc(readme): update readme by @lwaekfjlk in #189
- bug(readme): fix a typo in readme by @lwaekfjlk in #190
- feature(exp): add experiment files for urfunny by @robotMonkeyButler in #192
- bug(processor) #191: search processor show the summary and title of the website by @robotMonkeyButler in #194
- build(deps): bump pydantic from 2.10.5 to 2.10.6 by @dependabot in #195
- bug(graph): fix processors links by @robotMonkeyButler in #196
- feat(poetry): update pyproject toml by @lwaekfjlk in #204
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- support downtree broadcast by @lwaekfjlk in #1
- Feature/support gpt4v series processors by @lwaekfjlk in #2
- delete useless files by @lwaekfjlk in #3
- add gpt4 supervisor by @lwaekfjlk in #4
- modify some bugs and support huggingface model by @lwaekfjlk in #5
- fully support sarcasm by @lwaekfjlk in #6
- fix decorator problem by @lwaekfjlk in #7
- support pre-commit-config by @lwaekfjlk in #8
- Feature/ignore mypy and pytest testing first by @lwaekfjlk in #10
- support ctm as a package by @lwaekfjlk in #11
- support initializing ctm without name by @lwaekfjlk in #12
- fix text emotion processor name bug by @lwaekfjlk in #13
- change input of ctm-base forward to fit UI by @lwaekfjlk in #14
- Bug/fix mypy errors by @lwaekfjlk in #15
- re-support ctm example run by @lwaekfjlk in #18
- support messenger by @lwaekfjlk in #19
- add handbook by @lwaekfjlk in #20
- Feature/add doc by @lwaekfjlk in #21
- fix none default group name bug by @lwaekfjlk in #22
- split scorer as an independent component by @lwaekfjlk in #25
- Feature/split scores by @lwaekfjlk in #26
- fix all mypy error by @lwaekfjlk in #27
- support removing by @lwaekfjlk in #28
- support chunk and rebuild the ctm api by @lwaekfjlk in #29
- support processor graph by @lwaekfjlk in #30
- support wolfram alpha and search engine by @lwaekfjlk in #31
- support class for processor graph by @lwaekfjlk in #33
- support chunk manager by @lwaekfjlk in #34
- support full process logging by @lwaekfjlk in #35
- fix executor folder name by @lwaekfjlk in #36
- support interaction type judgement by @lwaekfjlk in #37
- change name from ctm to ctm-ai by @lwaekfjlk in #38
- change project template and fix errors by @lwaekfjlk in #39
- Bump scikit-learn from 1.3.0 to 1.3.2 by @dependabot in #42
- fix all pytest error by @lwaekfjlk in #43
- Bump huggingface-hub from 0.21.4 to 0.23.4 by @dependabot in #41
- Bump pydantic from 1.10.17 to 2.7.4 by @dependabot in #40
- delete not related messenger functions by @lwaekfjlk in #45
- delete Base from CTM class name by @lwaekfjlk in #46
- polish ctm-base code by @lwaekfjlk in #47
- fix pyproject.toml bug by @lwaekfjlk in #48
- change the weight and confidence calculation for scorer by @lwaekfjlk in #49
- support message class as a unified class for communication by @lwaekfjlk in #50
- Bump types-requests from 2.32.0.20240622 to 2.32.0.20240712 by @dependabot in #59
- Bump openai from 1.35.7 to 1.35.13 by @dependabot in #58
- Bump types-setuptools from 70.1.0.20240627 to 70.3.0.20240710 by @dependabot in #57
- support readme by @lwaekfjlk in #44
- feat(frontend): add simple frontend for processor-tree by @applexi in #107
- feat(backend, frontend): support init complete frontend and backend by @lwaekfjlk in #125
- feat(frontend): split frontend code into multiple files by @lwaekfjlk in #126
- feat(backend): support all backend functions by @lwaekfjlk in #127
- feature(frontend): support upload text, image, video, audio by @robotMonkeyButler in #128
- feat(backend): support ctm function call by @lwaekfjlk in #129
- fix(frontend): update processor nane after deletion by @lwaekfjlk in #130
- Bump types-setuptools from 70.3.0.20240710 to 75.1.0.20241014 by @dependabot in #124
- Bump huggingface-hub from 0.23.4 to 0.25.2 by @dependabot in #123
- feat(backend,frontend): support fusion with refactor by @lwaekfjlk in #132
- fix(frontend): update final node position by @lwaekfjlk in #137
- feat(backend, frontend): support model fuse by @lwaekfjlk in #138
- fix(backend): fix global statement by @lwaekfjlk in #139
- feat(frontend): upgrade UI style by @lwaekfjlk in #140
- fix(pre-commit): fix format error by @lwaekfjlk in #141
- feat(frontend): update details by @lwaekfjlk in #145
- feat(input): support multimodal inputs by @robotMonkeyButler in #142
- Bump pydantic from 2.7.4 to 2.10.4 by @dependabot in #136
- Bump nbmake from 1.5.4 to 1.5.5 by @dependabot in #134
- feat(poetry, package): update config and lock files by @lwaekfjlk in #146
- Bump pytest from 8.2.2 to 8.3.4 by @dependabot in #133
- Bump pytest-asyncio from 0.23.7 to 0.24.0 by @dependabot in #94
- Bump huggingface-hub from 0.25.2 to 0.27.0 by @dependabot in #147
- feat(ui): support selecting processor and fixing upload bug by @robotMonkeyButler in #148
- enhance node detail display by @robotMonkeyButler in #150
- feat(name): change processor name by @robotMonkeyButler in #149
- feat(frontend): update frontend style by @lwaekfjlk in #152
- feat(frontend): update instruction and polish style by @lwaekfjlk in #153
- build(deps): bump huggingface-hub from 0.27.0 to 0.27.1 by @dependabot in #159
- feat(frontend): add refresh button for processor control by @robotMonkeyButler in #158
- build(deps): bump openai from 1.58.1 to 1.59.3 by @dependabot in #151
- fix(backend): refactor backend and fix mypy error by @lwaekfjlk in #161
- build(deps): bump openai from 1.59.3 to 1.59.4 by @dependabot in #163
- feat(processor): support video, code and audio processors by @robotMonkeyButler in #169
- feat(toml): update pyproject hook by @lwaekfjlk in #172
- build(deps): bump scikit-learn from 1.3.2 to 1.6.1 by @dependabot in #175
- bug(processors): vision, audio, image processors only receive query by @robotMonkeyButler in #176
- feature(backend) #173: split app.py into multiple files by @robotMonkeyButler in #178
- build(deps): bump opencv-python from 4.10.0.84 to 4.11.0.86 by @dependabot in #177
- feature(frontend, backend): split audio from input video by @robotMonkeyButler in #181
- feature(processors): check api key when initialize each processor by @robotMonkeyButler in #180
- bug(src): change default LLM name by @lwaekfjlk in https://gith...