v0.1.1
版本发布时间: 2024-11-20 12:00:48
ai16z/eliza最新发布版本:v0.1.5-alpha.5(2024-12-07 08:37:21)
What's Changed
- Groq api integration by @juke in https://github.com/ai16z/eliza/pull/194
- Updated documentation by @atvonsc in https://github.com/ai16z/eliza/pull/195
- Major documentation updates by @madjin in https://github.com/ai16z/eliza/pull/199
- swap Dao action initital by @MarcoMandar in https://github.com/ai16z/eliza/pull/196
- Swap functionality by @lalalune in https://github.com/ai16z/eliza/pull/197
- Add RedPill API Support by @HashWarlock in https://github.com/ai16z/eliza/pull/198
- Fix Discord Voice and DMs by @lalalune in https://github.com/ai16z/eliza/pull/203
- Shaw fix characters paths, .ts requirement and missings args by @lalalune in https://github.com/ai16z/eliza/pull/204
- Implement grok beta by @MeDott29 in https://github.com/ai16z/eliza/pull/216
- add the template overrides by @lalalune in https://github.com/ai16z/eliza/pull/207
- lazy load llama by @lalalune in https://github.com/ai16z/eliza/pull/220
- Abstracts Eliza into a Package to enble publishing onto NPM along with plugin system by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/214
- Add OLLAMA as Model Provider by @o-on-x in https://github.com/ai16z/eliza/pull/221
- models.gguf stored in models file, & tsconfig changes for ref @eliza/core & other things by @o-on-x in https://github.com/ai16z/eliza/pull/224
- plugin-image-generation tsconfig.json fix & ollama error handling by @o-on-x in https://github.com/ai16z/eliza/pull/228
- Update Docs by @madjin in https://github.com/ai16z/eliza/pull/231
- update docs by @madjin in https://github.com/ai16z/eliza/pull/233
- move code out to plugins, adapters and clients by @lalalune in https://github.com/ai16z/eliza/pull/225
- Added OpenRouter model provider by @o-on-x in https://github.com/ai16z/eliza/pull/245
- Support google models in generation by @parzival418 in https://github.com/ai16z/eliza/pull/246
- trust integration by @MarcoMandar in https://github.com/ai16z/eliza/pull/248
- Working PostGres Adapter by @cvartanian in https://github.com/ai16z/eliza/pull/247
- use openai embeddings setting by @o-on-x in https://github.com/ai16z/eliza/pull/252
- refactor embeddings by @o-on-x in https://github.com/ai16z/eliza/pull/254
- embedding set to use openai endpoint when using openai embeddings by @o-on-x in https://github.com/ai16z/eliza/pull/255
- bigint support in logger by @o-on-x in https://github.com/ai16z/eliza/pull/256
- Fix: changed claude-3-5-haiku to claude-3-5-haiku-20241022 for fixing… by @denizekiz in https://github.com/ai16z/eliza/pull/257
- Update docs by @madjin in https://github.com/ai16z/eliza/pull/253
- cachedEmbeddings fix by @dorianjanezic in https://github.com/ai16z/eliza/pull/262
- add verbose config with logger by @v1xingyue in https://github.com/ai16z/eliza/pull/249
- recommendations, token info, client auto by @MarcoMandar in https://github.com/ai16z/eliza/pull/250
- fix: docs features darkmode color by @fabianhug in https://github.com/ai16z/eliza/pull/266
- docs homepage rework by @mrpspring in https://github.com/ai16z/eliza/pull/280
- Improve Docs by @madjin in https://github.com/ai16z/eliza/pull/273
- Don't blow up if the wallet is missing by @ferric-sol in https://github.com/ai16z/eliza/pull/281
- Fix embedding calculation for sqlite by @ferric-sol in https://github.com/ai16z/eliza/pull/261
- Fix: compute unit increasein swapts, default is too low to make trans… by @denizekiz in https://github.com/ai16z/eliza/pull/276
- add modelProvider to json to resolve embeddings error by @twilwa in https://github.com/ai16z/eliza/pull/274
- fix docs: add python as a prerequisite (needed for node-gyp) by @metadiver in https://github.com/ai16z/eliza/pull/277
- Bundles by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/285
- Loaf stuff by @lalalune in https://github.com/ai16z/eliza/pull/286
- Added missing GROK model provider key initialization by @FabriceIRANKUNDA in https://github.com/ai16z/eliza/pull/296
- Added Transfer / Send Token Action by @o-on-x in https://github.com/ai16z/eliza/pull/297
- telegram: start agent after client initialization by @o-on-x in https://github.com/ai16z/eliza/pull/304
- Telegram client refactor for bot info availability by @ropresearch in https://github.com/ai16z/eliza/pull/308
- Increased llama and llama based model temperatures by @alanneary17 in https://github.com/ai16z/eliza/pull/310
- docs: add a new Japanese README by @eltociear in https://github.com/ai16z/eliza/pull/307
- Add Korean and French README by @BugByClaude in https://github.com/ai16z/eliza/pull/312
- fix service call patterns but needs testing by @lalalune in https://github.com/ai16z/eliza/pull/311
- add node version check by @thearyanag in https://github.com/ai16z/eliza/pull/299
- added working pumpfun.ts by @o-on-x in https://github.com/ai16z/eliza/pull/313
- Fix broken docs by @madjin in https://github.com/ai16z/eliza/pull/321
- docs: add a new Portuguese README version by @gabrielsants in https://github.com/ai16z/eliza/pull/320
- Update Quickstart Guide by @odilitime in https://github.com/ai16z/eliza/pull/325
- Save Trade on creation to the backend by @MarcoMandar in https://github.com/ai16z/eliza/pull/328
- utils.ts example tweet splitting by @o-on-x in https://github.com/ai16z/eliza/pull/323
- [LLM Object Generation][1/2] Leverage AI Lib's Generate Object instead of parsing strings by @monilpat in https://github.com/ai16z/eliza/pull/309
- claude vertex configs added to generation.ts (was missing) by @denizekiz in https://github.com/ai16z/eliza/pull/330
- README_KOR.md Korean version edited by a Korean by @sumin13245 in https://github.com/ai16z/eliza/pull/329
- Dockerized application for local development, testing and deployment by @pindaroso in https://github.com/ai16z/eliza/pull/293
- fix: Build error for packages requiring @ai16z/eliza by @shakkernerd in https://github.com/ai16z/eliza/pull/331
- Docs: README.md improvements: clarify testing, add additional docker information by @odilitime in https://github.com/ai16z/eliza/pull/333
- Docs: additional Quickstart clarification and improvements by @odilitime in https://github.com/ai16z/eliza/pull/334
- added clientConfig to optionally ignore bots and DMs by @vivoidos in https://github.com/ai16z/eliza/pull/336
- feat: Add Heurist API Integration as New Model Provider by @tsubasakong in https://github.com/ai16z/eliza/pull/335
- feat: Starknet plugin by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/287
- fix: dev build by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/343
- Update Heurist Integration Documentation and Examples by @tsubasakong in https://github.com/ai16z/eliza/pull/339
- getOrCreateRecommenderWithTelegramId by @MarcoMandar in https://github.com/ai16z/eliza/pull/345
- fix: imports and cleanups by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/344
- trust fixes by @MarcoMandar in https://github.com/ai16z/eliza/pull/347
- feat: trust db by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/349
- Add Community & contact and Star History by @thejoven in https://github.com/ai16z/eliza/pull/353
- fix: solana by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/354
- fix: some trust fixes by @lalalune in https://github.com/ai16z/eliza/pull/346
- change default configuration of Heurist by @wjw12 in https://github.com/ai16z/eliza/pull/348
- update tweet interval to 90-180 mins by @oguzserdar in https://github.com/ai16z/eliza/pull/360
- feat: update docs with new stream notes by @madjin in https://github.com/ai16z/eliza/pull/364
- post time set in env by @o-on-x in https://github.com/ai16z/eliza/pull/368
- default set to new standard post time 90-180 type: post time by @o-on-x in https://github.com/ai16z/eliza/pull/369
- feat: readme by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/370
- twitter-profile-remake by @alextitonis in https://github.com/ai16z/eliza/pull/263
- fix: bug in getRecentMessageInteractions not awating for promisses before formating by @bmgalego in https://github.com/ai16z/eliza/pull/366
- feat: starknet token transfer by @enitrat in https://github.com/ai16z/eliza/pull/373
- feat: Adding unit tests for start - Covering goals, defaultCharacters, relationships, evaulators, posts, database, messages by @ai16z-demirix in https://github.com/ai16z/eliza/pull/367
- feat: Enhance Heurist Image Generation Settings and Image Handling by @tsubasakong in https://github.com/ai16z/eliza/pull/375
- feat: install clients from plugin by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/371
- fix: openrouter 70b don't support 128000, changed to 405b in model.ts by @denizekiz in https://github.com/ai16z/eliza/pull/356
- feat: client by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/382
- feat: Complete Starknet DB Trust by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/355
- fix: client null by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/390
- fix: ca for btc was spam/fake by @thearyanag in https://github.com/ai16z/eliza/pull/374
- feat: Logging improvements by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/393
- Fix tweet truncation issue by truncating at complete sentences by @boyaloxer in https://github.com/ai16z/eliza/pull/388
- feat: Create README_ES.md by @metadiver in https://github.com/ai16z/eliza/pull/400
- Register memory managers if passed to runtime by @martincik in https://github.com/ai16z/eliza/pull/396
- fix: tsup build error (client-twitter) by @leomercier in https://github.com/ai16z/eliza/pull/402
- docs: add Russian(RU) translation of README by @whonion in https://github.com/ai16z/eliza/pull/380
- docs: Update README_FR.md by @xclicx in https://github.com/ai16z/eliza/pull/377
- docs: add Turkish (TR) translation of README by @oguzserdar in https://github.com/ai16z/eliza/pull/376
- feat: Contextual Twitter Threads + Spam Reduction by @ropresearch in https://github.com/ai16z/eliza/pull/383
- fix: Lint by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/404
- fix: adds Groq to getTokenForProvider by @bmgalego in https://github.com/ai16z/eliza/pull/381
- fix: console by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/405
- feat: unruggable by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/398
- fix: Fixes by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/407
- docs: refresh eliza's tagline, fix broken links, unify formatting for core concepts by @wahndo in https://github.com/ai16z/eliza/pull/389
- docs: add GROK_API_KEY by @whalelephant in https://github.com/ai16z/eliza/pull/409
- Add italian README.md translation by @fabrizioff in https://github.com/ai16z/eliza/pull/411
- feat: video generation plugin by @dorianjanezic in https://github.com/ai16z/eliza/pull/394
- Readme update WSL 2 link added. by @denizekiz in https://github.com/ai16z/eliza/pull/419
- feat: services by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/412
- fix: removed ollama embeddings. fastembeddings or openai only by @o-on-x in https://github.com/ai16z/eliza/pull/413
- fix: Update adapters.md psql schema by @tarrencev in https://github.com/ai16z/eliza/pull/424
- feat: [Issue-185] Token Provider Tests by @normand1 in https://github.com/ai16z/eliza/pull/365
- feat: unruggable on starknet by @RedBeardEth in https://github.com/ai16z/eliza/pull/418
- fix: don't continue to load if a specified file is not found by @odilitime in https://github.com/ai16z/eliza/pull/426
- feat: lerna an npm by @ponderingdemocritus in https://github.com/ai16z/eliza/pull/428
New Contributors
- @juke made their first contribution in https://github.com/ai16z/eliza/pull/194
- @atvonsc made their first contribution in https://github.com/ai16z/eliza/pull/195
- @HashWarlock made their first contribution in https://github.com/ai16z/eliza/pull/198
- @MeDott29 made their first contribution in https://github.com/ai16z/eliza/pull/216
- @parzival418 made their first contribution in https://github.com/ai16z/eliza/pull/246
- @cvartanian made their first contribution in https://github.com/ai16z/eliza/pull/247
- @denizekiz made their first contribution in https://github.com/ai16z/eliza/pull/257
- @dorianjanezic made their first contribution in https://github.com/ai16z/eliza/pull/262
- @v1xingyue made their first contribution in https://github.com/ai16z/eliza/pull/249
- @fabianhug made their first contribution in https://github.com/ai16z/eliza/pull/266
- @mrpspring made their first contribution in https://github.com/ai16z/eliza/pull/280
- @FabriceIRANKUNDA made their first contribution in https://github.com/ai16z/eliza/pull/296
- @ropresearch made their first contribution in https://github.com/ai16z/eliza/pull/308
- @alanneary17 made their first contribution in https://github.com/ai16z/eliza/pull/310
- @BugByClaude made their first contribution in https://github.com/ai16z/eliza/pull/312
- @thearyanag made their first contribution in https://github.com/ai16z/eliza/pull/299
- @gabrielsants made their first contribution in https://github.com/ai16z/eliza/pull/320
- @odilitime made their first contribution in https://github.com/ai16z/eliza/pull/325
- @monilpat made their first contribution in https://github.com/ai16z/eliza/pull/309
- @sumin13245 made their first contribution in https://github.com/ai16z/eliza/pull/329
- @pindaroso made their first contribution in https://github.com/ai16z/eliza/pull/293
- @shakkernerd made their first contribution in https://github.com/ai16z/eliza/pull/331
- @vivoidos made their first contribution in https://github.com/ai16z/eliza/pull/336
- @tsubasakong made their first contribution in https://github.com/ai16z/eliza/pull/335
- @thejoven made their first contribution in https://github.com/ai16z/eliza/pull/353
- @wjw12 made their first contribution in https://github.com/ai16z/eliza/pull/348
- @oguzserdar made their first contribution in https://github.com/ai16z/eliza/pull/360
- @bmgalego made their first contribution in https://github.com/ai16z/eliza/pull/366
- @enitrat made their first contribution in https://github.com/ai16z/eliza/pull/373
- @ai16z-demirix made their first contribution in https://github.com/ai16z/eliza/pull/367
- @boyaloxer made their first contribution in https://github.com/ai16z/eliza/pull/388
- @martincik made their first contribution in https://github.com/ai16z/eliza/pull/396
- @whonion made their first contribution in https://github.com/ai16z/eliza/pull/380
- @xclicx made their first contribution in https://github.com/ai16z/eliza/pull/377
- @whalelephant made their first contribution in https://github.com/ai16z/eliza/pull/409
- @fabrizioff made their first contribution in https://github.com/ai16z/eliza/pull/411
- @tarrencev made their first contribution in https://github.com/ai16z/eliza/pull/424
- @normand1 made their first contribution in https://github.com/ai16z/eliza/pull/365
- @RedBeardEth made their first contribution in https://github.com/ai16z/eliza/pull/418
Full Changelog: https://github.com/ai16z/eliza/compare/v0.0.10...v0.1.1