Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release develop into main #1045

Merged
merged 37 commits into from
Dec 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7e96753
feat: create example folder with example plugin
monilpat Dec 12, 2024
efcceba
Merge branch 'main' into realitySpiral/addExamples
monilpat Dec 12, 2024
ce418ac
add venice api model provider
proteanx Dec 12, 2024
d5a6666
allow users to select models
proteanx Dec 12, 2024
ae47846
temp rm venice image gen model
proteanx Dec 12, 2024
e66242a
rm unused freq/presence penalty
proteanx Dec 12, 2024
1f6013f
improve voice processing and add deepgram transcription option
tcm390 Dec 13, 2024
adfda1a
add runtime::stop(), runtime::clients, disable specifying direct as a…
odilitime Dec 13, 2024
9e9d23b
implement stop
odilitime Dec 13, 2024
893729b
implement runtime.clients as a dict, make character settings optional…
odilitime Dec 13, 2024
d3e0f78
add back lock file
proteanx Dec 13, 2024
296b6a8
integrate deepgram
tcm390 Dec 13, 2024
2820e23
clean code
tcm390 Dec 13, 2024
698baa2
clean code
tcm390 Dec 13, 2024
b6eac4e
exclude from lerna config
monilpat Dec 13, 2024
5a3d348
Merge pull request #1004 from Sifchain/realitySpiral/addExamples
monilpat Dec 13, 2024
8819ec0
Add discord team features.
azep-ninja Dec 13, 2024
08c2903
fix: use pull_request_target for integration tests
jnaulty Dec 13, 2024
9192179
Merge pull request #1008 from proteanx/venice
lalalune Dec 13, 2024
aa57633
add deepgram
tcm390 Dec 13, 2024
f9a5282
add deepgram
tcm390 Dec 13, 2024
28de760
resolve conflict
tcm390 Dec 13, 2024
e075784
resolve conflict
tcm390 Dec 13, 2024
77ce0fe
resolve conflict
tcm390 Dec 13, 2024
0481dd1
resolve conflict
tcm390 Dec 13, 2024
6be1b68
resolve conflict
tcm390 Dec 13, 2024
0af4cbe
Merge pull request #1032 from azep-ninja/discord-team-feature
odilitime Dec 13, 2024
7f30fcf
fix: characterfile.md docs outdated with latest eliza version
tqdpham96 Dec 13, 2024
d8bfbcd
Merge pull request #1042 from tqdpham96/main
odilitime Dec 13, 2024
2ffa4b4
Merge pull request #1026 from ai16z/tcm-improve-discord-voice
odilitime Dec 13, 2024
f4d8dfe
Merge pull request #1035 from jnaulty/allow-secrets-for-forked-prs
monilpat Dec 13, 2024
e5b4e53
style fix
odilitime Dec 13, 2024
c7de0b5
update lock file
odilitime Dec 13, 2024
4465102
update lock file again
odilitime Dec 13, 2024
ccd70d4
Merge pull request #1029 from odilitime/rest-upgrade
odilitime Dec 13, 2024
d2cf25e
re-enable generateNewTweetLoop, lint fixes
odilitime Dec 13, 2024
aa51205
Merge pull request #1043 from odilitime/rest-upgrade
odilitime Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
exclude from lerna config
monilpat committed Dec 13, 2024
commit b6eac4ea98ef47397555a4f402ce66abdb32342f
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.5-alpha.5",
"packages": ["packages/*", "docs", "agent", "client"],
"packages": ["packages/*", "docs", "agent", "client", "!packages/_examples"],
"npmClient": "pnpm"
}