From 30670640d0670f203f73b914a81e241d8079b838 Mon Sep 17 00:00:00 2001 From: Shaw Date: Sun, 22 Dec 2024 00:43:39 -0500 Subject: [PATCH 1/4] elizaos/core --- CHANGELOG.md | 4 +- agent/package.json | 2 +- agent/src/index.ts | 2 +- client/package.json | 2 +- docs/api/classes/AgentRuntime.md | 2 +- docs/api/classes/CacheManager.md | 2 +- docs/api/classes/DatabaseAdapter.md | 2 +- docs/api/classes/DbCacheAdapter.md | 2 +- docs/api/classes/FsCacheAdapter.md | 2 +- docs/api/classes/MemoryCacheAdapter.md | 2 +- docs/api/classes/MemoryManager.md | 2 +- docs/api/classes/Service.md | 2 +- docs/api/enumerations/Clients.md | 2 +- docs/api/enumerations/GoalStatus.md | 2 +- docs/api/enumerations/LoggingLevel.md | 2 +- docs/api/enumerations/ModelClass.md | 2 +- docs/api/enumerations/ModelProviderName.md | 2 +- docs/api/enumerations/ServiceType.md | 2 +- docs/api/functions/addHeader.md | 2 +- docs/api/functions/composeActionExamples.md | 2 +- docs/api/functions/composeContext.md | 2 +- docs/api/functions/configureSettings.md | 2 +- docs/api/functions/createGoal.md | 2 +- docs/api/functions/createRelationship.md | 2 +- docs/api/functions/embed.md | 2 +- docs/api/functions/findNearestEnvFile.md | 2 +- docs/api/functions/formatActionNames.md | 2 +- docs/api/functions/formatActions.md | 2 +- docs/api/functions/formatActors.md | 2 +- .../formatEvaluatorExampleDescriptions.md | 2 +- docs/api/functions/formatEvaluatorExamples.md | 2 +- docs/api/functions/formatEvaluatorNames.md | 2 +- docs/api/functions/formatEvaluators.md | 2 +- docs/api/functions/formatGoalsAsString.md | 2 +- docs/api/functions/formatMessages.md | 2 +- docs/api/functions/formatPosts.md | 2 +- docs/api/functions/formatRelationships.md | 2 +- docs/api/functions/formatTimestamp.md | 2 +- docs/api/functions/generateCaption.md | 2 +- docs/api/functions/generateImage.md | 2 +- docs/api/functions/generateMessageResponse.md | 2 +- docs/api/functions/generateObject.md | 2 +- docs/api/functions/generateObjectArray.md | 2 +- .../api/functions/generateObjectDeprecated.md | 2 +- docs/api/functions/generateShouldRespond.md | 2 +- docs/api/functions/generateText.md | 2 +- docs/api/functions/generateTextArray.md | 2 +- docs/api/functions/generateTrueOrFalse.md | 2 +- docs/api/functions/generateTweetActions.md | 2 +- docs/api/functions/generateWebSearch.md | 2 +- docs/api/functions/getActorDetails.md | 2 +- docs/api/functions/getEmbeddingConfig.md | 2 +- docs/api/functions/getEmbeddingType.md | 2 +- docs/api/functions/getEmbeddingZeroVector.md | 2 +- docs/api/functions/getEndpoint.md | 2 +- docs/api/functions/getEnvVariable.md | 2 +- docs/api/functions/getGoals.md | 2 +- docs/api/functions/getModel.md | 2 +- docs/api/functions/getProviders.md | 2 +- docs/api/functions/getRelationship.md | 2 +- docs/api/functions/getRelationships.md | 2 +- docs/api/functions/handleProvider.md | 2 +- docs/api/functions/hasEnvVariable.md | 2 +- docs/api/functions/loadEnvConfig.md | 2 +- .../functions/parseActionResponseFromText.md | 2 +- docs/api/functions/parseBooleanFromText.md | 2 +- docs/api/functions/parseJSONObjectFromText.md | 2 +- docs/api/functions/parseJsonArrayFromText.md | 2 +- .../functions/parseShouldRespondFromText.md | 2 +- docs/api/functions/splitChunks.md | 2 +- docs/api/functions/stringToUuid.md | 2 +- docs/api/functions/trimTokens.md | 2 +- docs/api/functions/updateGoal.md | 2 +- docs/api/functions/validateCharacterConfig.md | 2 +- docs/api/functions/validateEnv.md | 2 +- docs/api/index.md | 2 +- docs/api/interfaces/Account.md | 2 +- docs/api/interfaces/Action.md | 2 +- docs/api/interfaces/ActionExample.md | 2 +- docs/api/interfaces/ActionResponse.md | 2 +- docs/api/interfaces/Actor.md | 2 +- docs/api/interfaces/Content.md | 2 +- docs/api/interfaces/ConversationExample.md | 2 +- docs/api/interfaces/EvaluationExample.md | 2 +- docs/api/interfaces/Evaluator.md | 2 +- docs/api/interfaces/GenerationOptions.md | 2 +- docs/api/interfaces/Goal.md | 2 +- docs/api/interfaces/IAgentConfig.md | 2 +- docs/api/interfaces/IAgentRuntime.md | 2 +- docs/api/interfaces/IAwsS3Service.md | 2 +- docs/api/interfaces/IBrowserService.md | 2 +- docs/api/interfaces/ICacheAdapter.md | 2 +- docs/api/interfaces/ICacheManager.md | 2 +- docs/api/interfaces/IDatabaseAdapter.md | 2 +- docs/api/interfaces/IDatabaseCacheAdapter.md | 2 +- .../interfaces/IImageDescriptionService.md | 2 +- docs/api/interfaces/IMemoryManager.md | 2 +- docs/api/interfaces/IPdfService.md | 2 +- docs/api/interfaces/ISlackService.md | 2 +- docs/api/interfaces/ISpeechService.md | 2 +- docs/api/interfaces/ITextGenerationService.md | 2 +- docs/api/interfaces/ITranscriptionService.md | 2 +- docs/api/interfaces/IVideoService.md | 2 +- docs/api/interfaces/Memory.md | 2 +- docs/api/interfaces/MessageExample.md | 2 +- docs/api/interfaces/Objective.md | 2 +- docs/api/interfaces/Participant.md | 2 +- docs/api/interfaces/Provider.md | 2 +- docs/api/interfaces/Relationship.md | 2 +- docs/api/interfaces/Room.md | 2 +- docs/api/interfaces/State.md | 2 +- docs/api/type-aliases/CacheOptions.md | 2 +- docs/api/type-aliases/Character.md | 2 +- docs/api/type-aliases/CharacterConfig.md | 2 +- docs/api/type-aliases/Client.md | 2 +- docs/api/type-aliases/EnvConfig.md | 2 +- docs/api/type-aliases/Handler.md | 2 +- docs/api/type-aliases/HandlerCallback.md | 2 +- docs/api/type-aliases/KnowledgeItem.md | 2 +- docs/api/type-aliases/Media.md | 2 +- docs/api/type-aliases/Model.md | 2 +- docs/api/type-aliases/Models.md | 2 +- docs/api/type-aliases/Plugin.md | 2 +- docs/api/type-aliases/SearchResponse.md | 2 +- docs/api/type-aliases/SearchResult.md | 2 +- docs/api/type-aliases/UUID.md | 2 +- docs/api/type-aliases/Validator.md | 2 +- docs/api/variables/CharacterSchema.md | 2 +- docs/api/variables/booleanFooter.md | 2 +- docs/api/variables/defaultCharacter.md | 2 +- docs/api/variables/elizaLogger.md | 2 +- docs/api/variables/envSchema.md | 2 +- docs/api/variables/evaluationTemplate.md | 2 +- docs/api/variables/knowledge.md | 2 +- docs/api/variables/messageCompletionFooter.md | 2 +- docs/api/variables/models.md | 2 +- .../api/variables/postActionResponseFooter.md | 2 +- docs/api/variables/settings.md | 2 +- docs/api/variables/shouldRespondFooter.md | 2 +- docs/api/variables/stringArrayFooter.md | 2 +- .../development/coders/chat_2024-11-24.md | 6 +- .../dev-contributors/chat_2024-11-24.md | 8 +- .../dev-contributors/chat_2024-12-02.md | 2 +- docs/docs/api/globals.md | 2 +- docs/docs/core/actions.md | 2 +- docs/docs/core/agents.md | 2 +- docs/docs/core/evaluators.md | 2 +- docs/docs/core/providers.md | 4 +- docs/docs/faq.md | 2 +- docs/docs/guides/advanced.md | 6 +- docs/docs/guides/local-development.md | 8 +- docs/docs/packages/plugins.md | 2 +- docs/docs/quickstart.md | 2 +- docs/src/components/HomepageHeader/index.jsx | 2 +- packages/_examples/plugin/package.json | 2 +- .../plugin/src/actions/sampleAction.ts | 2 +- .../plugin/src/evaluators/sampleEvalutor.ts | 2 +- .../plugin/src/plugins/samplePlugin.ts | 2 +- .../plugin/src/providers/sampleProvider.ts | 2 +- packages/adapter-postgres/package.json | 2 +- packages/adapter-postgres/src/index.ts | 2 +- packages/adapter-redis/package.json | 2 +- packages/adapter-redis/src/index.ts | 2 +- packages/adapter-sqlite/package.json | 2 +- packages/adapter-sqlite/src/index.ts | 4 +- packages/adapter-sqlite/src/sqlite_vec.ts | 2 +- packages/adapter-sqljs/package.json | 2 +- packages/adapter-sqljs/src/index.ts | 2 +- packages/adapter-supabase/package.json | 2 +- packages/adapter-supabase/src/index.ts | 4 +- packages/client-auto/package.json | 2 +- packages/client-auto/src/index.ts | 2 +- packages/client-direct/package.json | 2 +- packages/client-direct/src/api.ts | 2 +- packages/client-direct/src/index.ts | 16 ++-- packages/client-discord/package.json | 2 +- .../src/actions/chat_with_attachments.ts | 10 +-- .../src/actions/download_media.ts | 8 +- .../client-discord/src/actions/joinvoice.ts | 2 +- .../client-discord/src/actions/leavevoice.ts | 2 +- .../src/actions/summarize_conversation.ts | 12 +-- .../src/actions/transcribe_media.ts | 8 +- packages/client-discord/src/attachments.ts | 6 +- packages/client-discord/src/environment.ts | 2 +- packages/client-discord/src/index.ts | 2 +- packages/client-discord/src/messages.ts | 10 +-- .../src/providers/channelState.ts | 2 +- .../src/providers/voiceState.ts | 2 +- packages/client-discord/src/templates.ts | 2 +- packages/client-discord/src/utils.ts | 2 +- packages/client-discord/src/voice.ts | 2 +- packages/client-farcaster/package.json | 2 +- packages/client-farcaster/src/actions.ts | 2 +- packages/client-farcaster/src/client.ts | 2 +- packages/client-farcaster/src/index.ts | 2 +- packages/client-farcaster/src/interactions.ts | 2 +- packages/client-farcaster/src/memory.ts | 2 +- packages/client-farcaster/src/post.ts | 2 +- packages/client-farcaster/src/prompts.ts | 2 +- packages/client-farcaster/src/utils.ts | 2 +- packages/client-github/package.json | 2 +- packages/client-github/src/environment.ts | 2 +- packages/client-github/src/index.ts | 2 +- packages/client-lens/package.json | 4 +- packages/client-lens/src/actions.ts | 2 +- packages/client-lens/src/client.ts | 2 +- packages/client-lens/src/index.ts | 2 +- packages/client-lens/src/interactions.ts | 2 +- packages/client-lens/src/memory.ts | 2 +- packages/client-lens/src/post.ts | 2 +- packages/client-lens/src/prompts.ts | 2 +- .../src/providers/StorjProvider.ts | 2 +- packages/client-lens/src/utils.ts | 2 +- packages/client-slack/package.json | 2 +- .../src/actions/chat_with_attachments.ts | 6 +- .../src/actions/summarize_conversation.ts | 8 +- .../src/actions/transcribe_media.ts | 4 +- packages/client-slack/src/attachments.ts | 4 +- packages/client-slack/src/environment.ts | 4 +- packages/client-slack/src/events.ts | 2 +- packages/client-slack/src/index.ts | 8 +- packages/client-slack/src/messages.ts | 4 +- .../src/providers/channelState.ts | 2 +- .../src/services/slack.service.ts | 2 +- packages/client-slack/src/templates.ts | 2 +- .../client-slack/src/types/slack-types.ts | 2 +- packages/client-telegram/package.json | 2 +- packages/client-telegram/src/environment.ts | 2 +- packages/client-telegram/src/index.ts | 4 +- .../client-telegram/src/messageManager.ts | 12 +-- .../client-telegram/src/telegramClient.ts | 2 +- packages/client-twitter/package.json | 2 +- packages/client-twitter/src/base.ts | 2 +- packages/client-twitter/src/environment.ts | 2 +- packages/client-twitter/src/index.ts | 2 +- packages/client-twitter/src/interactions.ts | 2 +- packages/client-twitter/src/post.ts | 10 +-- packages/client-twitter/src/search.ts | 10 +-- packages/client-twitter/src/utils.ts | 10 +-- packages/core/package.json | 2 +- packages/core/src/test_resources/constants.ts | 2 +- .../core/src/tests/videoGeneration.test.ts | 2 +- packages/plugin-0g/package.json | 2 +- packages/plugin-0g/src/actions/upload.ts | 4 +- packages/plugin-0g/src/index.ts | 2 +- packages/plugin-aptos/package.json | 2 +- packages/plugin-aptos/src/actions/transfer.ts | 8 +- packages/plugin-aptos/src/enviroment.ts | 2 +- packages/plugin-aptos/src/index.ts | 2 +- packages/plugin-aptos/src/providers/wallet.ts | 2 +- .../plugin-aptos/src/tests/wallet.test.ts | 2 +- packages/plugin-bootstrap/package.json | 2 +- .../plugin-bootstrap/src/actions/continue.ts | 8 +- .../src/actions/followRoom.ts | 8 +- .../plugin-bootstrap/src/actions/ignore.ts | 2 +- .../plugin-bootstrap/src/actions/muteRoom.ts | 8 +- packages/plugin-bootstrap/src/actions/none.ts | 2 +- .../src/actions/unfollowRoom.ts | 8 +- .../src/actions/unmuteRoom.ts | 8 +- .../plugin-bootstrap/src/evaluators/fact.ts | 8 +- .../plugin-bootstrap/src/evaluators/goal.ts | 10 +-- packages/plugin-bootstrap/src/index.ts | 2 +- .../plugin-bootstrap/src/providers/boredom.ts | 2 +- .../plugin-bootstrap/src/providers/facts.ts | 4 +- .../plugin-bootstrap/src/providers/time.ts | 2 +- packages/plugin-coinbase/package.json | 2 +- .../src/plugins/advancedTrade.ts | 2 +- .../plugin-coinbase/src/plugins/commerce.ts | 4 +- .../src/plugins/massPayments.ts | 2 +- .../src/plugins/tokenContract.ts | 2 +- packages/plugin-coinbase/src/plugins/trade.ts | 2 +- .../plugin-coinbase/src/plugins/webhooks.ts | 2 +- packages/plugin-coinbase/src/utils.ts | 2 +- packages/plugin-conflux/package.json | 2 +- .../src/actions/bridgeTransfer.ts | 4 +- .../plugin-conflux/src/actions/confiPump.ts | 4 +- .../plugin-conflux/src/actions/transfer.ts | 4 +- packages/plugin-conflux/src/index.ts | 2 +- packages/plugin-conflux/src/types.ts | 2 +- packages/plugin-echochambers/README.md | 2 +- packages/plugin-echochambers/package.json | 2 +- .../src/echoChamberClient.ts | 2 +- .../plugin-echochambers/src/environment.ts | 2 +- packages/plugin-echochambers/src/index.ts | 2 +- .../plugin-echochambers/src/interactions.ts | 2 +- packages/plugin-evm/package.json | 2 +- packages/plugin-evm/src/actions/bridge.ts | 2 +- packages/plugin-evm/src/actions/swap.ts | 2 +- packages/plugin-evm/src/actions/transfer.ts | 2 +- packages/plugin-evm/src/index.ts | 2 +- packages/plugin-evm/src/providers/wallet.ts | 2 +- packages/plugin-flow/package.json | 2 +- packages/plugin-flow/src/actions/transfer.ts | 2 +- packages/plugin-flow/src/environment.ts | 2 +- packages/plugin-flow/src/index.ts | 2 +- .../src/providers/connector.provider.ts | 2 +- .../src/providers/wallet.provider.ts | 2 +- .../plugin-flow/src/tests/connector.test.ts | 2 +- packages/plugin-flow/src/tests/wallet.test.ts | 2 +- packages/plugin-goat/package.json | 2 +- packages/plugin-goat/src/actions.ts | 2 +- packages/plugin-goat/src/index.ts | 2 +- packages/plugin-icp/package.json | 2 +- .../plugin-icp/src/actions/createToken.ts | 4 +- packages/plugin-icp/src/index.ts | 2 +- packages/plugin-icp/src/providers/wallet.ts | 2 +- packages/plugin-image-generation/package.json | 2 +- .../src/environment.ts | 2 +- packages/plugin-image-generation/src/index.ts | 6 +- packages/plugin-intiface/package.json | 2 +- packages/plugin-intiface/src/environment.ts | 2 +- packages/plugin-intiface/src/index.ts | 4 +- packages/plugin-multiversx/package.json | 2 +- .../src/actions/createToken.ts | 2 +- .../plugin-multiversx/src/actions/transfer.ts | 2 +- packages/plugin-multiversx/src/enviroment.ts | 2 +- packages/plugin-multiversx/src/index.ts | 2 +- .../plugin-multiversx/src/providers/wallet.ts | 2 +- packages/plugin-near/package.json | 2 +- packages/plugin-near/src/actions/swap.ts | 2 +- packages/plugin-near/src/actions/transfer.ts | 2 +- packages/plugin-near/src/environment.ts | 2 +- packages/plugin-near/src/index.ts | 2 +- packages/plugin-near/src/providers/wallet.ts | 2 +- packages/plugin-nft-generation/package.json | 2 +- packages/plugin-nft-generation/src/api.ts | 2 +- .../src/handlers/createCollection.ts | 2 +- .../src/handlers/createNFT.ts | 2 +- .../src/handlers/verifyNFT.ts | 2 +- packages/plugin-nft-generation/src/index.ts | 2 +- .../src/provider/wallet/walletSolana.ts | 2 +- packages/plugin-node/package.json | 2 +- packages/plugin-node/src/environment.ts | 2 +- packages/plugin-node/src/index.ts | 2 +- packages/plugin-node/src/services/awsS3.ts | 2 +- packages/plugin-node/src/services/browser.ts | 12 +-- packages/plugin-node/src/services/image.ts | 6 +- packages/plugin-node/src/services/llama.ts | 4 +- packages/plugin-node/src/services/pdf.ts | 2 +- packages/plugin-node/src/services/speech.ts | 6 +- .../plugin-node/src/services/transcription.ts | 4 +- packages/plugin-node/src/services/video.ts | 6 +- packages/plugin-solana/package.json | 2 +- packages/plugin-solana/src/actions/fomo.ts | 4 +- packages/plugin-solana/src/actions/pumpfun.ts | 4 +- packages/plugin-solana/src/actions/swap.ts | 2 +- packages/plugin-solana/src/actions/swapDao.ts | 2 +- .../plugin-solana/src/actions/swapUtils.ts | 2 +- .../plugin-solana/src/actions/takeOrder.ts | 6 +- .../plugin-solana/src/actions/transfer.ts | 8 +- packages/plugin-solana/src/environment.ts | 2 +- .../plugin-solana/src/evaluators/trust.ts | 2 +- packages/plugin-solana/src/index.ts | 2 +- packages/plugin-solana/src/keypairUtils.ts | 2 +- .../plugin-solana/src/providers/orderBook.ts | 2 +- .../src/providers/simulationSellingService.ts | 4 +- packages/plugin-solana/src/providers/token.ts | 4 +- .../src/providers/trustScoreProvider.ts | 4 +- .../plugin-solana/src/providers/wallet.ts | 2 +- packages/plugin-starknet/package.json | 2 +- .../plugin-starknet/src/actions/subdomain.ts | 2 +- packages/plugin-starknet/src/actions/swap.ts | 2 +- .../plugin-starknet/src/actions/takeOrder.ts | 2 +- .../plugin-starknet/src/actions/transfer.ts | 2 +- .../plugin-starknet/src/actions/unruggable.ts | 2 +- packages/plugin-starknet/src/environment.ts | 2 +- packages/plugin-starknet/src/index.ts | 2 +- .../src/providers/portfolioProvider.ts | 2 +- .../plugin-starknet/src/providers/token.ts | 4 +- .../src/providers/trustScoreProvider.ts | 4 +- packages/plugin-starknet/src/utils/index.ts | 2 +- packages/plugin-story/package.json | 2 +- .../plugin-story/src/actions/attachTerms.ts | 2 +- .../src/actions/getAvailableLicenses.ts | 2 +- .../plugin-story/src/actions/getIPDetails.ts | 2 +- .../plugin-story/src/actions/licenseIP.ts | 2 +- .../plugin-story/src/actions/registerIP.ts | 2 +- packages/plugin-story/src/index.ts | 2 +- packages/plugin-story/src/lib/api.ts | 2 +- packages/plugin-story/src/providers/wallet.ts | 2 +- .../plugin-story/src/tests/wallet.test.ts | 2 +- packages/plugin-sui/package.json | 2 +- packages/plugin-sui/src/actions/transfer.ts | 2 +- packages/plugin-sui/src/enviroment.ts | 2 +- packages/plugin-sui/src/index.ts | 2 +- packages/plugin-sui/src/providers/wallet.ts | 2 +- packages/plugin-sui/src/tests/wallet.test.ts | 2 +- packages/plugin-tee/package.json | 2 +- packages/plugin-tee/src/index.ts | 2 +- .../src/providers/deriveKeyProvider.ts | 2 +- .../providers/remoteAttestationProvider.ts | 2 +- .../src/providers/walletProvider.ts | 2 +- packages/plugin-ton/package.json | 2 +- packages/plugin-ton/src/actions/transfer.ts | 2 +- packages/plugin-ton/src/enviroment.ts | 2 +- packages/plugin-ton/src/index.ts | 2 +- packages/plugin-ton/src/providers/wallet.ts | 2 +- packages/plugin-ton/src/tests/wallet.test.ts | 2 +- packages/plugin-trustdb/package.json | 2 +- packages/plugin-video-generation/package.json | 2 +- packages/plugin-video-generation/src/index.ts | 4 +- packages/plugin-web-search/package.json | 2 +- packages/plugin-web-search/src/index.ts | 8 +- packages/plugin-whatsapp/package.json | 2 +- packages/plugin-whatsapp/src/index.ts | 2 +- packages/plugin-zksync-era/package.json | 2 +- .../plugin-zksync-era/src/actions/transfer.ts | 2 +- packages/plugin-zksync-era/src/enviroment.ts | 2 +- packages/plugin-zksync-era/src/index.ts | 2 +- pnpm-lock.yaml | 86 +++++++++---------- turbo.json | 2 +- 411 files changed, 588 insertions(+), 592 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfd052206c..c66d95ac039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -172,7 +172,7 @@ - Agent Responds Twice to prompts [\#726](https://github.com/elizaos/eliza/issues/726) - Twitter Client Breaks out of the box [\#673](https://github.com/elizaos/eliza/issues/673) - Twitter client only works for one agent when running multiple agents simultaneously [\#656](https://github.com/elizaos/eliza/issues/656) -- Cannot find module '@elizaos/eliza' or its corresponding type declarations. [\#601](https://github.com/elizaos/eliza/issues/601) +- Cannot find module '@elizaos/core' or its corresponding type declarations. [\#601](https://github.com/elizaos/eliza/issues/601) - create-eliza-app package doesn't install or exist [\#553](https://github.com/elizaos/eliza/issues/553) - Non node.js environments have issues building \(workers for instance\) [\#507](https://github.com/elizaos/eliza/issues/507) - Error: Property 'clients' does not exist on type 'Plugin' in src/index.ts during pnpm start [\#423](https://github.com/elizaos/eliza/issues/423) @@ -929,7 +929,7 @@ - feat: Add Heurist API Integration as New Model Provider [\#335](https://github.com/elizaos/eliza/pull/335) ([tsubasakong](https://github.com/tsubasakong)) - Docs: additional Quickstart clarification and improvements [\#334](https://github.com/elizaos/eliza/pull/334) ([odilitime](https://github.com/odilitime)) - Docs: README.md improvements: clarify testing, add additional docker information [\#333](https://github.com/elizaos/eliza/pull/333) ([odilitime](https://github.com/odilitime)) -- fix: Build error for packages requiring @elizaos/eliza [\#331](https://github.com/elizaos/eliza/pull/331) ([shakkernerd](https://github.com/shakkernerd)) +- fix: Build error for packages requiring @elizaos/core [\#331](https://github.com/elizaos/eliza/pull/331) ([shakkernerd](https://github.com/shakkernerd)) - claude vertex configs added to generation.ts \(was missing\) [\#330](https://github.com/elizaos/eliza/pull/330) ([denizekiz](https://github.com/denizekiz)) - README\_KOR.md Korean version edited by a Korean [\#329](https://github.com/elizaos/eliza/pull/329) ([zo-eth](https://github.com/zo-eth)) - Save Trade on creation to the backend [\#328](https://github.com/elizaos/eliza/pull/328) ([MarcoMandar](https://github.com/MarcoMandar)) diff --git a/agent/package.json b/agent/package.json index db33b1115c5..e2763f99c81 100644 --- a/agent/package.json +++ b/agent/package.json @@ -28,7 +28,7 @@ "@elizaos/client-telegram": "workspace:*", "@elizaos/client-twitter": "workspace:*", "@elizaos/client-slack": "workspace:*", - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-0g": "workspace:*", "@elizaos/plugin-aptos": "workspace:*", "@elizaos/plugin-bootstrap": "workspace:*", diff --git a/agent/src/index.ts b/agent/src/index.ts index e1a9ec064de..1e49bae84ff 100644 --- a/agent/src/index.ts +++ b/agent/src/index.ts @@ -25,7 +25,7 @@ import { stringToUuid, validateCharacterConfig, CacheStore, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { RedisClient } from "@elizaos/adapter-redis"; import { zgPlugin } from "@elizaos/plugin-0g"; import { bootstrapPlugin } from "@elizaos/plugin-bootstrap"; diff --git a/client/package.json b/client/package.json index 3e9cde18d9b..977db2fc46f 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@radix-ui/react-dialog": "1.1.2", "@radix-ui/react-separator": "1.1.0", "@radix-ui/react-slot": "1.1.0", diff --git a/docs/api/classes/AgentRuntime.md b/docs/api/classes/AgentRuntime.md index 9985a4cdc07..18296446f5e 100644 --- a/docs/api/classes/AgentRuntime.md +++ b/docs/api/classes/AgentRuntime.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / AgentRuntime +[@elizaos/core v0.1.6-alpha.4](../index.md) / AgentRuntime # Class: AgentRuntime diff --git a/docs/api/classes/CacheManager.md b/docs/api/classes/CacheManager.md index 24e658d513b..10aa2162233 100644 --- a/docs/api/classes/CacheManager.md +++ b/docs/api/classes/CacheManager.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / CacheManager +[@elizaos/core v0.1.6-alpha.4](../index.md) / CacheManager # Class: CacheManager\ diff --git a/docs/api/classes/DatabaseAdapter.md b/docs/api/classes/DatabaseAdapter.md index 8f70a4d62b3..766c67d8e1e 100644 --- a/docs/api/classes/DatabaseAdapter.md +++ b/docs/api/classes/DatabaseAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / DatabaseAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / DatabaseAdapter # Class: `abstract` DatabaseAdapter\ diff --git a/docs/api/classes/DbCacheAdapter.md b/docs/api/classes/DbCacheAdapter.md index 82f81cf7256..8c45c8b66a1 100644 --- a/docs/api/classes/DbCacheAdapter.md +++ b/docs/api/classes/DbCacheAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / DbCacheAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / DbCacheAdapter # Class: DbCacheAdapter diff --git a/docs/api/classes/FsCacheAdapter.md b/docs/api/classes/FsCacheAdapter.md index f5be0bc5ba7..bf685f08d31 100644 --- a/docs/api/classes/FsCacheAdapter.md +++ b/docs/api/classes/FsCacheAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / FsCacheAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / FsCacheAdapter # Class: FsCacheAdapter diff --git a/docs/api/classes/MemoryCacheAdapter.md b/docs/api/classes/MemoryCacheAdapter.md index b0e1a2c6cb5..83d7b282735 100644 --- a/docs/api/classes/MemoryCacheAdapter.md +++ b/docs/api/classes/MemoryCacheAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / MemoryCacheAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / MemoryCacheAdapter # Class: MemoryCacheAdapter diff --git a/docs/api/classes/MemoryManager.md b/docs/api/classes/MemoryManager.md index 34807cdec37..b4211e76f60 100644 --- a/docs/api/classes/MemoryManager.md +++ b/docs/api/classes/MemoryManager.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / MemoryManager +[@elizaos/core v0.1.6-alpha.4](../index.md) / MemoryManager # Class: MemoryManager diff --git a/docs/api/classes/Service.md b/docs/api/classes/Service.md index e1beffd593f..ad7b09d780c 100644 --- a/docs/api/classes/Service.md +++ b/docs/api/classes/Service.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Service +[@elizaos/core v0.1.6-alpha.4](../index.md) / Service # Class: `abstract` Service diff --git a/docs/api/enumerations/Clients.md b/docs/api/enumerations/Clients.md index a259fb79b3b..afbfd72106a 100644 --- a/docs/api/enumerations/Clients.md +++ b/docs/api/enumerations/Clients.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Clients +[@elizaos/core v0.1.6-alpha.4](../index.md) / Clients # Enumeration: Clients diff --git a/docs/api/enumerations/GoalStatus.md b/docs/api/enumerations/GoalStatus.md index 5f13b7146ed..39fdcdcf3e6 100644 --- a/docs/api/enumerations/GoalStatus.md +++ b/docs/api/enumerations/GoalStatus.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / GoalStatus +[@elizaos/core v0.1.6-alpha.4](../index.md) / GoalStatus # Enumeration: GoalStatus diff --git a/docs/api/enumerations/LoggingLevel.md b/docs/api/enumerations/LoggingLevel.md index 14972446a3a..705acd30347 100644 --- a/docs/api/enumerations/LoggingLevel.md +++ b/docs/api/enumerations/LoggingLevel.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / LoggingLevel +[@elizaos/core v0.1.6-alpha.4](../index.md) / LoggingLevel # Enumeration: LoggingLevel diff --git a/docs/api/enumerations/ModelClass.md b/docs/api/enumerations/ModelClass.md index 4bf3996c4e7..68d67296fe7 100644 --- a/docs/api/enumerations/ModelClass.md +++ b/docs/api/enumerations/ModelClass.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ModelClass +[@elizaos/core v0.1.6-alpha.4](../index.md) / ModelClass # Enumeration: ModelClass diff --git a/docs/api/enumerations/ModelProviderName.md b/docs/api/enumerations/ModelProviderName.md index 87fafb18f36..d619eb652bc 100644 --- a/docs/api/enumerations/ModelProviderName.md +++ b/docs/api/enumerations/ModelProviderName.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ModelProviderName +[@elizaos/core v0.1.6-alpha.4](../index.md) / ModelProviderName # Enumeration: ModelProviderName diff --git a/docs/api/enumerations/ServiceType.md b/docs/api/enumerations/ServiceType.md index 0ed299a3319..5b35653eb9c 100644 --- a/docs/api/enumerations/ServiceType.md +++ b/docs/api/enumerations/ServiceType.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ServiceType +[@elizaos/core v0.1.6-alpha.4](../index.md) / ServiceType # Enumeration: ServiceType diff --git a/docs/api/functions/addHeader.md b/docs/api/functions/addHeader.md index 9dae33988bf..930f6e8cd5d 100644 --- a/docs/api/functions/addHeader.md +++ b/docs/api/functions/addHeader.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / addHeader +[@elizaos/core v0.1.6-alpha.4](../index.md) / addHeader # Function: addHeader() diff --git a/docs/api/functions/composeActionExamples.md b/docs/api/functions/composeActionExamples.md index a02f60d4a3c..09870d4793b 100644 --- a/docs/api/functions/composeActionExamples.md +++ b/docs/api/functions/composeActionExamples.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / composeActionExamples +[@elizaos/core v0.1.6-alpha.4](../index.md) / composeActionExamples # Function: composeActionExamples() diff --git a/docs/api/functions/composeContext.md b/docs/api/functions/composeContext.md index 28a7d91f820..4d3ae6ea398 100644 --- a/docs/api/functions/composeContext.md +++ b/docs/api/functions/composeContext.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / composeContext +[@elizaos/core v0.1.6-alpha.4](../index.md) / composeContext # Function: composeContext() diff --git a/docs/api/functions/configureSettings.md b/docs/api/functions/configureSettings.md index 4b9f05280a0..d1e1053ae30 100644 --- a/docs/api/functions/configureSettings.md +++ b/docs/api/functions/configureSettings.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / configureSettings +[@elizaos/core v0.1.6-alpha.4](../index.md) / configureSettings # Function: configureSettings() diff --git a/docs/api/functions/createGoal.md b/docs/api/functions/createGoal.md index dec34efe40a..d824349db88 100644 --- a/docs/api/functions/createGoal.md +++ b/docs/api/functions/createGoal.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / createGoal +[@elizaos/core v0.1.6-alpha.4](../index.md) / createGoal # Function: createGoal() diff --git a/docs/api/functions/createRelationship.md b/docs/api/functions/createRelationship.md index 18b71c91dc7..44b0230968b 100644 --- a/docs/api/functions/createRelationship.md +++ b/docs/api/functions/createRelationship.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / createRelationship +[@elizaos/core v0.1.6-alpha.4](../index.md) / createRelationship # Function: createRelationship() diff --git a/docs/api/functions/embed.md b/docs/api/functions/embed.md index 64bb169aaec..a0076fae05e 100644 --- a/docs/api/functions/embed.md +++ b/docs/api/functions/embed.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / embed +[@elizaos/core v0.1.6-alpha.4](../index.md) / embed # Function: embed() diff --git a/docs/api/functions/findNearestEnvFile.md b/docs/api/functions/findNearestEnvFile.md index 4541bc3aba8..f02f4869746 100644 --- a/docs/api/functions/findNearestEnvFile.md +++ b/docs/api/functions/findNearestEnvFile.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / findNearestEnvFile +[@elizaos/core v0.1.6-alpha.4](../index.md) / findNearestEnvFile # Function: findNearestEnvFile() diff --git a/docs/api/functions/formatActionNames.md b/docs/api/functions/formatActionNames.md index c3d4dfad27f..dc3980dfd78 100644 --- a/docs/api/functions/formatActionNames.md +++ b/docs/api/functions/formatActionNames.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatActionNames +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatActionNames # Function: formatActionNames() diff --git a/docs/api/functions/formatActions.md b/docs/api/functions/formatActions.md index fc292da9b57..ad4720585ba 100644 --- a/docs/api/functions/formatActions.md +++ b/docs/api/functions/formatActions.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatActions +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatActions # Function: formatActions() diff --git a/docs/api/functions/formatActors.md b/docs/api/functions/formatActors.md index b33eddc3589..f78a0ac655a 100644 --- a/docs/api/functions/formatActors.md +++ b/docs/api/functions/formatActors.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatActors +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatActors # Function: formatActors() diff --git a/docs/api/functions/formatEvaluatorExampleDescriptions.md b/docs/api/functions/formatEvaluatorExampleDescriptions.md index 04977571cf4..2cf22f9e965 100644 --- a/docs/api/functions/formatEvaluatorExampleDescriptions.md +++ b/docs/api/functions/formatEvaluatorExampleDescriptions.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatEvaluatorExampleDescriptions +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatEvaluatorExampleDescriptions # Function: formatEvaluatorExampleDescriptions() diff --git a/docs/api/functions/formatEvaluatorExamples.md b/docs/api/functions/formatEvaluatorExamples.md index 30bdc12a345..94686d86b20 100644 --- a/docs/api/functions/formatEvaluatorExamples.md +++ b/docs/api/functions/formatEvaluatorExamples.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatEvaluatorExamples +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatEvaluatorExamples # Function: formatEvaluatorExamples() diff --git a/docs/api/functions/formatEvaluatorNames.md b/docs/api/functions/formatEvaluatorNames.md index ace6cbb38d0..3710b1e9fab 100644 --- a/docs/api/functions/formatEvaluatorNames.md +++ b/docs/api/functions/formatEvaluatorNames.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatEvaluatorNames +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatEvaluatorNames # Function: formatEvaluatorNames() diff --git a/docs/api/functions/formatEvaluators.md b/docs/api/functions/formatEvaluators.md index 879df549aab..3e28bad8300 100644 --- a/docs/api/functions/formatEvaluators.md +++ b/docs/api/functions/formatEvaluators.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatEvaluators +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatEvaluators # Function: formatEvaluators() diff --git a/docs/api/functions/formatGoalsAsString.md b/docs/api/functions/formatGoalsAsString.md index 9609b6864a4..48cd233940e 100644 --- a/docs/api/functions/formatGoalsAsString.md +++ b/docs/api/functions/formatGoalsAsString.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatGoalsAsString +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatGoalsAsString # Function: formatGoalsAsString() diff --git a/docs/api/functions/formatMessages.md b/docs/api/functions/formatMessages.md index f8cabce5da9..fc5c401fce2 100644 --- a/docs/api/functions/formatMessages.md +++ b/docs/api/functions/formatMessages.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatMessages +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatMessages # Function: formatMessages() diff --git a/docs/api/functions/formatPosts.md b/docs/api/functions/formatPosts.md index 28d277915db..9f76b56b9e0 100644 --- a/docs/api/functions/formatPosts.md +++ b/docs/api/functions/formatPosts.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatPosts +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatPosts # Function: formatPosts() diff --git a/docs/api/functions/formatRelationships.md b/docs/api/functions/formatRelationships.md index 8a59615cf73..0907f4726d7 100644 --- a/docs/api/functions/formatRelationships.md +++ b/docs/api/functions/formatRelationships.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatRelationships +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatRelationships # Function: formatRelationships() diff --git a/docs/api/functions/formatTimestamp.md b/docs/api/functions/formatTimestamp.md index b5cf8e50a7a..100633aaffe 100644 --- a/docs/api/functions/formatTimestamp.md +++ b/docs/api/functions/formatTimestamp.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / formatTimestamp +[@elizaos/core v0.1.6-alpha.4](../index.md) / formatTimestamp # Function: formatTimestamp() diff --git a/docs/api/functions/generateCaption.md b/docs/api/functions/generateCaption.md index 1f7d689e39a..7113292fc45 100644 --- a/docs/api/functions/generateCaption.md +++ b/docs/api/functions/generateCaption.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateCaption +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateCaption # Function: generateCaption() diff --git a/docs/api/functions/generateImage.md b/docs/api/functions/generateImage.md index 712b9930e95..5a6ff7d7291 100644 --- a/docs/api/functions/generateImage.md +++ b/docs/api/functions/generateImage.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateImage +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateImage # Function: generateImage() diff --git a/docs/api/functions/generateMessageResponse.md b/docs/api/functions/generateMessageResponse.md index 5cff5efd450..9d9bad7a8fc 100644 --- a/docs/api/functions/generateMessageResponse.md +++ b/docs/api/functions/generateMessageResponse.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateMessageResponse +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateMessageResponse # Function: generateMessageResponse() diff --git a/docs/api/functions/generateObject.md b/docs/api/functions/generateObject.md index 082d0f63185..e974f4af30c 100644 --- a/docs/api/functions/generateObject.md +++ b/docs/api/functions/generateObject.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateObject +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateObject # Function: generateObject() diff --git a/docs/api/functions/generateObjectArray.md b/docs/api/functions/generateObjectArray.md index c9b2895a9b1..e0f06bd0c72 100644 --- a/docs/api/functions/generateObjectArray.md +++ b/docs/api/functions/generateObjectArray.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateObjectArray +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateObjectArray # Function: generateObjectArray() diff --git a/docs/api/functions/generateObjectDeprecated.md b/docs/api/functions/generateObjectDeprecated.md index dc1ec5f1a04..03430a827ff 100644 --- a/docs/api/functions/generateObjectDeprecated.md +++ b/docs/api/functions/generateObjectDeprecated.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateObjectDeprecated +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateObjectDeprecated # Function: generateObjectDeprecated() diff --git a/docs/api/functions/generateShouldRespond.md b/docs/api/functions/generateShouldRespond.md index 7063a5334b0..2cebed451e2 100644 --- a/docs/api/functions/generateShouldRespond.md +++ b/docs/api/functions/generateShouldRespond.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateShouldRespond +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateShouldRespond # Function: generateShouldRespond() diff --git a/docs/api/functions/generateText.md b/docs/api/functions/generateText.md index f5d42d67d2e..b82045929ee 100644 --- a/docs/api/functions/generateText.md +++ b/docs/api/functions/generateText.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateText +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateText # Function: generateText() diff --git a/docs/api/functions/generateTextArray.md b/docs/api/functions/generateTextArray.md index 1a6b1523009..e1a8238c9a3 100644 --- a/docs/api/functions/generateTextArray.md +++ b/docs/api/functions/generateTextArray.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateTextArray +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateTextArray # Function: generateTextArray() diff --git a/docs/api/functions/generateTrueOrFalse.md b/docs/api/functions/generateTrueOrFalse.md index 55016784bee..62aa511cee8 100644 --- a/docs/api/functions/generateTrueOrFalse.md +++ b/docs/api/functions/generateTrueOrFalse.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateTrueOrFalse +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateTrueOrFalse # Function: generateTrueOrFalse() diff --git a/docs/api/functions/generateTweetActions.md b/docs/api/functions/generateTweetActions.md index ed1538b416c..6238798679b 100644 --- a/docs/api/functions/generateTweetActions.md +++ b/docs/api/functions/generateTweetActions.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateTweetActions +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateTweetActions # Function: generateTweetActions() diff --git a/docs/api/functions/generateWebSearch.md b/docs/api/functions/generateWebSearch.md index 915374f0564..653a046f764 100644 --- a/docs/api/functions/generateWebSearch.md +++ b/docs/api/functions/generateWebSearch.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / generateWebSearch +[@elizaos/core v0.1.6-alpha.4](../index.md) / generateWebSearch # Function: generateWebSearch() diff --git a/docs/api/functions/getActorDetails.md b/docs/api/functions/getActorDetails.md index bf1439c90b3..223595cfe17 100644 --- a/docs/api/functions/getActorDetails.md +++ b/docs/api/functions/getActorDetails.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getActorDetails +[@elizaos/core v0.1.6-alpha.4](../index.md) / getActorDetails # Function: getActorDetails() diff --git a/docs/api/functions/getEmbeddingConfig.md b/docs/api/functions/getEmbeddingConfig.md index 49b7e4b1421..49f86c05cea 100644 --- a/docs/api/functions/getEmbeddingConfig.md +++ b/docs/api/functions/getEmbeddingConfig.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getEmbeddingConfig +[@elizaos/core v0.1.6-alpha.4](../index.md) / getEmbeddingConfig # Function: getEmbeddingConfig() diff --git a/docs/api/functions/getEmbeddingType.md b/docs/api/functions/getEmbeddingType.md index 2ca8931d9e0..0cba890e40c 100644 --- a/docs/api/functions/getEmbeddingType.md +++ b/docs/api/functions/getEmbeddingType.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getEmbeddingType +[@elizaos/core v0.1.6-alpha.4](../index.md) / getEmbeddingType # Function: getEmbeddingType() diff --git a/docs/api/functions/getEmbeddingZeroVector.md b/docs/api/functions/getEmbeddingZeroVector.md index 4839334d5a5..5211fb3c70a 100644 --- a/docs/api/functions/getEmbeddingZeroVector.md +++ b/docs/api/functions/getEmbeddingZeroVector.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getEmbeddingZeroVector +[@elizaos/core v0.1.6-alpha.4](../index.md) / getEmbeddingZeroVector # Function: getEmbeddingZeroVector() diff --git a/docs/api/functions/getEndpoint.md b/docs/api/functions/getEndpoint.md index 0a72978e4a5..f62a270d8fc 100644 --- a/docs/api/functions/getEndpoint.md +++ b/docs/api/functions/getEndpoint.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getEndpoint +[@elizaos/core v0.1.6-alpha.4](../index.md) / getEndpoint # Function: getEndpoint() diff --git a/docs/api/functions/getEnvVariable.md b/docs/api/functions/getEnvVariable.md index b2d414e8fab..6263e0c8c04 100644 --- a/docs/api/functions/getEnvVariable.md +++ b/docs/api/functions/getEnvVariable.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getEnvVariable +[@elizaos/core v0.1.6-alpha.4](../index.md) / getEnvVariable # Function: getEnvVariable() diff --git a/docs/api/functions/getGoals.md b/docs/api/functions/getGoals.md index 94a17da36d5..d8e673a3181 100644 --- a/docs/api/functions/getGoals.md +++ b/docs/api/functions/getGoals.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getGoals +[@elizaos/core v0.1.6-alpha.4](../index.md) / getGoals # Function: getGoals() diff --git a/docs/api/functions/getModel.md b/docs/api/functions/getModel.md index 9b6a642c9db..af617ec4e00 100644 --- a/docs/api/functions/getModel.md +++ b/docs/api/functions/getModel.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getModel +[@elizaos/core v0.1.6-alpha.4](../index.md) / getModel # Function: getModel() diff --git a/docs/api/functions/getProviders.md b/docs/api/functions/getProviders.md index f1408534f2a..bdfa1249d9c 100644 --- a/docs/api/functions/getProviders.md +++ b/docs/api/functions/getProviders.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getProviders +[@elizaos/core v0.1.6-alpha.4](../index.md) / getProviders # Function: getProviders() diff --git a/docs/api/functions/getRelationship.md b/docs/api/functions/getRelationship.md index 0e69e515472..27a7e1c9649 100644 --- a/docs/api/functions/getRelationship.md +++ b/docs/api/functions/getRelationship.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getRelationship +[@elizaos/core v0.1.6-alpha.4](../index.md) / getRelationship # Function: getRelationship() diff --git a/docs/api/functions/getRelationships.md b/docs/api/functions/getRelationships.md index 43699120f50..9eb9ec5e8b2 100644 --- a/docs/api/functions/getRelationships.md +++ b/docs/api/functions/getRelationships.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / getRelationships +[@elizaos/core v0.1.6-alpha.4](../index.md) / getRelationships # Function: getRelationships() diff --git a/docs/api/functions/handleProvider.md b/docs/api/functions/handleProvider.md index 0042f2411a8..653ac3805b2 100644 --- a/docs/api/functions/handleProvider.md +++ b/docs/api/functions/handleProvider.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / handleProvider +[@elizaos/core v0.1.6-alpha.4](../index.md) / handleProvider # Function: handleProvider() diff --git a/docs/api/functions/hasEnvVariable.md b/docs/api/functions/hasEnvVariable.md index d32a42419c7..44aea652ca6 100644 --- a/docs/api/functions/hasEnvVariable.md +++ b/docs/api/functions/hasEnvVariable.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / hasEnvVariable +[@elizaos/core v0.1.6-alpha.4](../index.md) / hasEnvVariable # Function: hasEnvVariable() diff --git a/docs/api/functions/loadEnvConfig.md b/docs/api/functions/loadEnvConfig.md index e721969ee34..eb105175dc2 100644 --- a/docs/api/functions/loadEnvConfig.md +++ b/docs/api/functions/loadEnvConfig.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / loadEnvConfig +[@elizaos/core v0.1.6-alpha.4](../index.md) / loadEnvConfig # Function: loadEnvConfig() diff --git a/docs/api/functions/parseActionResponseFromText.md b/docs/api/functions/parseActionResponseFromText.md index 4c101f6612f..0135cbefb5d 100644 --- a/docs/api/functions/parseActionResponseFromText.md +++ b/docs/api/functions/parseActionResponseFromText.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / parseActionResponseFromText +[@elizaos/core v0.1.6-alpha.4](../index.md) / parseActionResponseFromText # Function: parseActionResponseFromText() diff --git a/docs/api/functions/parseBooleanFromText.md b/docs/api/functions/parseBooleanFromText.md index f9b5ee19544..9a27a2e91c7 100644 --- a/docs/api/functions/parseBooleanFromText.md +++ b/docs/api/functions/parseBooleanFromText.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / parseBooleanFromText +[@elizaos/core v0.1.6-alpha.4](../index.md) / parseBooleanFromText # Function: parseBooleanFromText() diff --git a/docs/api/functions/parseJSONObjectFromText.md b/docs/api/functions/parseJSONObjectFromText.md index a6ebd2b886d..4d778038b18 100644 --- a/docs/api/functions/parseJSONObjectFromText.md +++ b/docs/api/functions/parseJSONObjectFromText.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / parseJSONObjectFromText +[@elizaos/core v0.1.6-alpha.4](../index.md) / parseJSONObjectFromText # Function: parseJSONObjectFromText() diff --git a/docs/api/functions/parseJsonArrayFromText.md b/docs/api/functions/parseJsonArrayFromText.md index b43d1daa051..0e304b09d92 100644 --- a/docs/api/functions/parseJsonArrayFromText.md +++ b/docs/api/functions/parseJsonArrayFromText.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / parseJsonArrayFromText +[@elizaos/core v0.1.6-alpha.4](../index.md) / parseJsonArrayFromText # Function: parseJsonArrayFromText() diff --git a/docs/api/functions/parseShouldRespondFromText.md b/docs/api/functions/parseShouldRespondFromText.md index 7443af300e9..2a91459ad0d 100644 --- a/docs/api/functions/parseShouldRespondFromText.md +++ b/docs/api/functions/parseShouldRespondFromText.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / parseShouldRespondFromText +[@elizaos/core v0.1.6-alpha.4](../index.md) / parseShouldRespondFromText # Function: parseShouldRespondFromText() diff --git a/docs/api/functions/splitChunks.md b/docs/api/functions/splitChunks.md index b9d33213e2c..2c27c2e32f8 100644 --- a/docs/api/functions/splitChunks.md +++ b/docs/api/functions/splitChunks.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / splitChunks +[@elizaos/core v0.1.6-alpha.4](../index.md) / splitChunks # Function: splitChunks() diff --git a/docs/api/functions/stringToUuid.md b/docs/api/functions/stringToUuid.md index 3823a3ee6b0..82cdc494920 100644 --- a/docs/api/functions/stringToUuid.md +++ b/docs/api/functions/stringToUuid.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / stringToUuid +[@elizaos/core v0.1.6-alpha.4](../index.md) / stringToUuid # Function: stringToUuid() diff --git a/docs/api/functions/trimTokens.md b/docs/api/functions/trimTokens.md index 31b3b693f19..8d949a2c5ee 100644 --- a/docs/api/functions/trimTokens.md +++ b/docs/api/functions/trimTokens.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / trimTokens +[@elizaos/core v0.1.6-alpha.4](../index.md) / trimTokens # Function: trimTokens() diff --git a/docs/api/functions/updateGoal.md b/docs/api/functions/updateGoal.md index f0d58bbd26b..cdd5d1d9bdf 100644 --- a/docs/api/functions/updateGoal.md +++ b/docs/api/functions/updateGoal.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / updateGoal +[@elizaos/core v0.1.6-alpha.4](../index.md) / updateGoal # Function: updateGoal() diff --git a/docs/api/functions/validateCharacterConfig.md b/docs/api/functions/validateCharacterConfig.md index e7b0a4027d9..8e6b88329f2 100644 --- a/docs/api/functions/validateCharacterConfig.md +++ b/docs/api/functions/validateCharacterConfig.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / validateCharacterConfig +[@elizaos/core v0.1.6-alpha.4](../index.md) / validateCharacterConfig # Function: validateCharacterConfig() diff --git a/docs/api/functions/validateEnv.md b/docs/api/functions/validateEnv.md index a91bada27f6..af6dad62d8f 100644 --- a/docs/api/functions/validateEnv.md +++ b/docs/api/functions/validateEnv.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / validateEnv +[@elizaos/core v0.1.6-alpha.4](../index.md) / validateEnv # Function: validateEnv() diff --git a/docs/api/index.md b/docs/api/index.md index 9b76641a6d1..4ebbd894f27 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -1,4 +1,4 @@ -# @elizaos/eliza v0.1.6-alpha.4 +# @elizaos/core v0.1.6-alpha.4 ## Enumerations diff --git a/docs/api/interfaces/Account.md b/docs/api/interfaces/Account.md index 8d9b3a07bd0..3bbf772552c 100644 --- a/docs/api/interfaces/Account.md +++ b/docs/api/interfaces/Account.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Account +[@elizaos/core v0.1.6-alpha.4](../index.md) / Account # Interface: Account diff --git a/docs/api/interfaces/Action.md b/docs/api/interfaces/Action.md index dedec8f4bd6..8204eb4364c 100644 --- a/docs/api/interfaces/Action.md +++ b/docs/api/interfaces/Action.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Action +[@elizaos/core v0.1.6-alpha.4](../index.md) / Action # Interface: Action diff --git a/docs/api/interfaces/ActionExample.md b/docs/api/interfaces/ActionExample.md index 289061473ca..b5b73c8fae9 100644 --- a/docs/api/interfaces/ActionExample.md +++ b/docs/api/interfaces/ActionExample.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ActionExample +[@elizaos/core v0.1.6-alpha.4](../index.md) / ActionExample # Interface: ActionExample diff --git a/docs/api/interfaces/ActionResponse.md b/docs/api/interfaces/ActionResponse.md index 9e209cc5a53..9d7d59c9598 100644 --- a/docs/api/interfaces/ActionResponse.md +++ b/docs/api/interfaces/ActionResponse.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ActionResponse +[@elizaos/core v0.1.6-alpha.4](../index.md) / ActionResponse # Interface: ActionResponse diff --git a/docs/api/interfaces/Actor.md b/docs/api/interfaces/Actor.md index 50d543a3f8a..c6f29e8155e 100644 --- a/docs/api/interfaces/Actor.md +++ b/docs/api/interfaces/Actor.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Actor +[@elizaos/core v0.1.6-alpha.4](../index.md) / Actor # Interface: Actor diff --git a/docs/api/interfaces/Content.md b/docs/api/interfaces/Content.md index d5d28953cdd..aede3df5957 100644 --- a/docs/api/interfaces/Content.md +++ b/docs/api/interfaces/Content.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Content +[@elizaos/core v0.1.6-alpha.4](../index.md) / Content # Interface: Content diff --git a/docs/api/interfaces/ConversationExample.md b/docs/api/interfaces/ConversationExample.md index bc114c3d3dc..509a54c978e 100644 --- a/docs/api/interfaces/ConversationExample.md +++ b/docs/api/interfaces/ConversationExample.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ConversationExample +[@elizaos/core v0.1.6-alpha.4](../index.md) / ConversationExample # Interface: ConversationExample diff --git a/docs/api/interfaces/EvaluationExample.md b/docs/api/interfaces/EvaluationExample.md index cc8303f6457..68b2cb0f840 100644 --- a/docs/api/interfaces/EvaluationExample.md +++ b/docs/api/interfaces/EvaluationExample.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / EvaluationExample +[@elizaos/core v0.1.6-alpha.4](../index.md) / EvaluationExample # Interface: EvaluationExample diff --git a/docs/api/interfaces/Evaluator.md b/docs/api/interfaces/Evaluator.md index 1d07ae695c4..ca8ac51dfc6 100644 --- a/docs/api/interfaces/Evaluator.md +++ b/docs/api/interfaces/Evaluator.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Evaluator +[@elizaos/core v0.1.6-alpha.4](../index.md) / Evaluator # Interface: Evaluator diff --git a/docs/api/interfaces/GenerationOptions.md b/docs/api/interfaces/GenerationOptions.md index b09a317a007..314d8d43bdf 100644 --- a/docs/api/interfaces/GenerationOptions.md +++ b/docs/api/interfaces/GenerationOptions.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / GenerationOptions +[@elizaos/core v0.1.6-alpha.4](../index.md) / GenerationOptions # Interface: GenerationOptions diff --git a/docs/api/interfaces/Goal.md b/docs/api/interfaces/Goal.md index fbd6418dea3..1c9f1f87960 100644 --- a/docs/api/interfaces/Goal.md +++ b/docs/api/interfaces/Goal.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Goal +[@elizaos/core v0.1.6-alpha.4](../index.md) / Goal # Interface: Goal diff --git a/docs/api/interfaces/IAgentConfig.md b/docs/api/interfaces/IAgentConfig.md index caf7241aaf6..c8cce3c5e77 100644 --- a/docs/api/interfaces/IAgentConfig.md +++ b/docs/api/interfaces/IAgentConfig.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IAgentConfig +[@elizaos/core v0.1.6-alpha.4](../index.md) / IAgentConfig # Interface: IAgentConfig diff --git a/docs/api/interfaces/IAgentRuntime.md b/docs/api/interfaces/IAgentRuntime.md index 50147ddfacf..9a73bb1de33 100644 --- a/docs/api/interfaces/IAgentRuntime.md +++ b/docs/api/interfaces/IAgentRuntime.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IAgentRuntime +[@elizaos/core v0.1.6-alpha.4](../index.md) / IAgentRuntime # Interface: IAgentRuntime diff --git a/docs/api/interfaces/IAwsS3Service.md b/docs/api/interfaces/IAwsS3Service.md index ae4cc679f00..4c40dcee069 100644 --- a/docs/api/interfaces/IAwsS3Service.md +++ b/docs/api/interfaces/IAwsS3Service.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IAwsS3Service +[@elizaos/core v0.1.6-alpha.4](../index.md) / IAwsS3Service # Interface: IAwsS3Service diff --git a/docs/api/interfaces/IBrowserService.md b/docs/api/interfaces/IBrowserService.md index 144a255c14a..65e7daf4260 100644 --- a/docs/api/interfaces/IBrowserService.md +++ b/docs/api/interfaces/IBrowserService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IBrowserService +[@elizaos/core v0.1.6-alpha.4](../index.md) / IBrowserService # Interface: IBrowserService diff --git a/docs/api/interfaces/ICacheAdapter.md b/docs/api/interfaces/ICacheAdapter.md index 682f44d486a..5b5a9beb3c5 100644 --- a/docs/api/interfaces/ICacheAdapter.md +++ b/docs/api/interfaces/ICacheAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ICacheAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / ICacheAdapter # Interface: ICacheAdapter diff --git a/docs/api/interfaces/ICacheManager.md b/docs/api/interfaces/ICacheManager.md index 13b9d22a342..b7797112f3f 100644 --- a/docs/api/interfaces/ICacheManager.md +++ b/docs/api/interfaces/ICacheManager.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ICacheManager +[@elizaos/core v0.1.6-alpha.4](../index.md) / ICacheManager # Interface: ICacheManager diff --git a/docs/api/interfaces/IDatabaseAdapter.md b/docs/api/interfaces/IDatabaseAdapter.md index 93f5ba2af75..c24564bfc9a 100644 --- a/docs/api/interfaces/IDatabaseAdapter.md +++ b/docs/api/interfaces/IDatabaseAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IDatabaseAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / IDatabaseAdapter # Interface: IDatabaseAdapter diff --git a/docs/api/interfaces/IDatabaseCacheAdapter.md b/docs/api/interfaces/IDatabaseCacheAdapter.md index da04f463032..6f883328c81 100644 --- a/docs/api/interfaces/IDatabaseCacheAdapter.md +++ b/docs/api/interfaces/IDatabaseCacheAdapter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IDatabaseCacheAdapter +[@elizaos/core v0.1.6-alpha.4](../index.md) / IDatabaseCacheAdapter # Interface: IDatabaseCacheAdapter diff --git a/docs/api/interfaces/IImageDescriptionService.md b/docs/api/interfaces/IImageDescriptionService.md index 65e7e848b1e..0774fbedf30 100644 --- a/docs/api/interfaces/IImageDescriptionService.md +++ b/docs/api/interfaces/IImageDescriptionService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IImageDescriptionService +[@elizaos/core v0.1.6-alpha.4](../index.md) / IImageDescriptionService # Interface: IImageDescriptionService diff --git a/docs/api/interfaces/IMemoryManager.md b/docs/api/interfaces/IMemoryManager.md index fa808d29bd3..3e2addd4b18 100644 --- a/docs/api/interfaces/IMemoryManager.md +++ b/docs/api/interfaces/IMemoryManager.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IMemoryManager +[@elizaos/core v0.1.6-alpha.4](../index.md) / IMemoryManager # Interface: IMemoryManager diff --git a/docs/api/interfaces/IPdfService.md b/docs/api/interfaces/IPdfService.md index ea6924ab918..3a5292b9ae4 100644 --- a/docs/api/interfaces/IPdfService.md +++ b/docs/api/interfaces/IPdfService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IPdfService +[@elizaos/core v0.1.6-alpha.4](../index.md) / IPdfService # Interface: IPdfService diff --git a/docs/api/interfaces/ISlackService.md b/docs/api/interfaces/ISlackService.md index 9c8e2a53d71..46de6a4db2a 100644 --- a/docs/api/interfaces/ISlackService.md +++ b/docs/api/interfaces/ISlackService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ISlackService +[@elizaos/core v0.1.6-alpha.4](../index.md) / ISlackService # Interface: ISlackService diff --git a/docs/api/interfaces/ISpeechService.md b/docs/api/interfaces/ISpeechService.md index bf522fc899e..eb93fd3ca1f 100644 --- a/docs/api/interfaces/ISpeechService.md +++ b/docs/api/interfaces/ISpeechService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ISpeechService +[@elizaos/core v0.1.6-alpha.4](../index.md) / ISpeechService # Interface: ISpeechService diff --git a/docs/api/interfaces/ITextGenerationService.md b/docs/api/interfaces/ITextGenerationService.md index 4c90b78becc..eea067a1fcf 100644 --- a/docs/api/interfaces/ITextGenerationService.md +++ b/docs/api/interfaces/ITextGenerationService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ITextGenerationService +[@elizaos/core v0.1.6-alpha.4](../index.md) / ITextGenerationService # Interface: ITextGenerationService diff --git a/docs/api/interfaces/ITranscriptionService.md b/docs/api/interfaces/ITranscriptionService.md index e59a2701811..087c96365b4 100644 --- a/docs/api/interfaces/ITranscriptionService.md +++ b/docs/api/interfaces/ITranscriptionService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / ITranscriptionService +[@elizaos/core v0.1.6-alpha.4](../index.md) / ITranscriptionService # Interface: ITranscriptionService diff --git a/docs/api/interfaces/IVideoService.md b/docs/api/interfaces/IVideoService.md index eed10fdfe90..19f42837805 100644 --- a/docs/api/interfaces/IVideoService.md +++ b/docs/api/interfaces/IVideoService.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / IVideoService +[@elizaos/core v0.1.6-alpha.4](../index.md) / IVideoService # Interface: IVideoService diff --git a/docs/api/interfaces/Memory.md b/docs/api/interfaces/Memory.md index 1db77392266..0ee2a686850 100644 --- a/docs/api/interfaces/Memory.md +++ b/docs/api/interfaces/Memory.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Memory +[@elizaos/core v0.1.6-alpha.4](../index.md) / Memory # Interface: Memory diff --git a/docs/api/interfaces/MessageExample.md b/docs/api/interfaces/MessageExample.md index 1e589543386..bf6c21c7122 100644 --- a/docs/api/interfaces/MessageExample.md +++ b/docs/api/interfaces/MessageExample.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / MessageExample +[@elizaos/core v0.1.6-alpha.4](../index.md) / MessageExample # Interface: MessageExample diff --git a/docs/api/interfaces/Objective.md b/docs/api/interfaces/Objective.md index cd1c19cb6c6..94f8f4ea74a 100644 --- a/docs/api/interfaces/Objective.md +++ b/docs/api/interfaces/Objective.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Objective +[@elizaos/core v0.1.6-alpha.4](../index.md) / Objective # Interface: Objective diff --git a/docs/api/interfaces/Participant.md b/docs/api/interfaces/Participant.md index 261349f4b99..520b2c10c77 100644 --- a/docs/api/interfaces/Participant.md +++ b/docs/api/interfaces/Participant.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Participant +[@elizaos/core v0.1.6-alpha.4](../index.md) / Participant # Interface: Participant diff --git a/docs/api/interfaces/Provider.md b/docs/api/interfaces/Provider.md index 25becb51cd5..6efbf381d52 100644 --- a/docs/api/interfaces/Provider.md +++ b/docs/api/interfaces/Provider.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Provider +[@elizaos/core v0.1.6-alpha.4](../index.md) / Provider # Interface: Provider diff --git a/docs/api/interfaces/Relationship.md b/docs/api/interfaces/Relationship.md index 671b1980114..465662a9b33 100644 --- a/docs/api/interfaces/Relationship.md +++ b/docs/api/interfaces/Relationship.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Relationship +[@elizaos/core v0.1.6-alpha.4](../index.md) / Relationship # Interface: Relationship diff --git a/docs/api/interfaces/Room.md b/docs/api/interfaces/Room.md index 12d9ec8b273..35529b0834e 100644 --- a/docs/api/interfaces/Room.md +++ b/docs/api/interfaces/Room.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Room +[@elizaos/core v0.1.6-alpha.4](../index.md) / Room # Interface: Room diff --git a/docs/api/interfaces/State.md b/docs/api/interfaces/State.md index 53689f67080..638b54ea6b4 100644 --- a/docs/api/interfaces/State.md +++ b/docs/api/interfaces/State.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / State +[@elizaos/core v0.1.6-alpha.4](../index.md) / State # Interface: State diff --git a/docs/api/type-aliases/CacheOptions.md b/docs/api/type-aliases/CacheOptions.md index 8f60fef227f..bcfbfbcabbf 100644 --- a/docs/api/type-aliases/CacheOptions.md +++ b/docs/api/type-aliases/CacheOptions.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / CacheOptions +[@elizaos/core v0.1.6-alpha.4](../index.md) / CacheOptions # Type Alias: CacheOptions diff --git a/docs/api/type-aliases/Character.md b/docs/api/type-aliases/Character.md index 5df6f4a22a1..d1449b7ad5e 100644 --- a/docs/api/type-aliases/Character.md +++ b/docs/api/type-aliases/Character.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Character +[@elizaos/core v0.1.6-alpha.4](../index.md) / Character # Type Alias: Character diff --git a/docs/api/type-aliases/CharacterConfig.md b/docs/api/type-aliases/CharacterConfig.md index ff79d6ffbd8..64dd4ce86f2 100644 --- a/docs/api/type-aliases/CharacterConfig.md +++ b/docs/api/type-aliases/CharacterConfig.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / CharacterConfig +[@elizaos/core v0.1.6-alpha.4](../index.md) / CharacterConfig # Type Alias: CharacterConfig diff --git a/docs/api/type-aliases/Client.md b/docs/api/type-aliases/Client.md index 8de919a5d47..8109d1306c5 100644 --- a/docs/api/type-aliases/Client.md +++ b/docs/api/type-aliases/Client.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Client +[@elizaos/core v0.1.6-alpha.4](../index.md) / Client # Type Alias: Client diff --git a/docs/api/type-aliases/EnvConfig.md b/docs/api/type-aliases/EnvConfig.md index f1fdb51f5c5..c69c3bbae09 100644 --- a/docs/api/type-aliases/EnvConfig.md +++ b/docs/api/type-aliases/EnvConfig.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / EnvConfig +[@elizaos/core v0.1.6-alpha.4](../index.md) / EnvConfig # Type Alias: EnvConfig diff --git a/docs/api/type-aliases/Handler.md b/docs/api/type-aliases/Handler.md index cc4f819fb3c..891fc6f9766 100644 --- a/docs/api/type-aliases/Handler.md +++ b/docs/api/type-aliases/Handler.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Handler +[@elizaos/core v0.1.6-alpha.4](../index.md) / Handler # Type Alias: Handler() diff --git a/docs/api/type-aliases/HandlerCallback.md b/docs/api/type-aliases/HandlerCallback.md index 56aea434b78..14e7828774a 100644 --- a/docs/api/type-aliases/HandlerCallback.md +++ b/docs/api/type-aliases/HandlerCallback.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / HandlerCallback +[@elizaos/core v0.1.6-alpha.4](../index.md) / HandlerCallback # Type Alias: HandlerCallback() diff --git a/docs/api/type-aliases/KnowledgeItem.md b/docs/api/type-aliases/KnowledgeItem.md index 75c74eb1808..fa1a5af0e2b 100644 --- a/docs/api/type-aliases/KnowledgeItem.md +++ b/docs/api/type-aliases/KnowledgeItem.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / KnowledgeItem +[@elizaos/core v0.1.6-alpha.4](../index.md) / KnowledgeItem # Type Alias: KnowledgeItem diff --git a/docs/api/type-aliases/Media.md b/docs/api/type-aliases/Media.md index 9e9c8b42155..eb7fba12e8e 100644 --- a/docs/api/type-aliases/Media.md +++ b/docs/api/type-aliases/Media.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Media +[@elizaos/core v0.1.6-alpha.4](../index.md) / Media # Type Alias: Media diff --git a/docs/api/type-aliases/Model.md b/docs/api/type-aliases/Model.md index 92d5a1543ca..31032a64019 100644 --- a/docs/api/type-aliases/Model.md +++ b/docs/api/type-aliases/Model.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Model +[@elizaos/core v0.1.6-alpha.4](../index.md) / Model # Type Alias: Model diff --git a/docs/api/type-aliases/Models.md b/docs/api/type-aliases/Models.md index b283b521abe..2eca08434bd 100644 --- a/docs/api/type-aliases/Models.md +++ b/docs/api/type-aliases/Models.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Models +[@elizaos/core v0.1.6-alpha.4](../index.md) / Models # Type Alias: Models diff --git a/docs/api/type-aliases/Plugin.md b/docs/api/type-aliases/Plugin.md index e13afe9a068..90ba188dd14 100644 --- a/docs/api/type-aliases/Plugin.md +++ b/docs/api/type-aliases/Plugin.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Plugin +[@elizaos/core v0.1.6-alpha.4](../index.md) / Plugin # Type Alias: Plugin diff --git a/docs/api/type-aliases/SearchResponse.md b/docs/api/type-aliases/SearchResponse.md index 47b35a425bc..6c1a1adcc57 100644 --- a/docs/api/type-aliases/SearchResponse.md +++ b/docs/api/type-aliases/SearchResponse.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / SearchResponse +[@elizaos/core v0.1.6-alpha.4](../index.md) / SearchResponse # Type Alias: SearchResponse diff --git a/docs/api/type-aliases/SearchResult.md b/docs/api/type-aliases/SearchResult.md index 9be7bb316c7..ffae3c52747 100644 --- a/docs/api/type-aliases/SearchResult.md +++ b/docs/api/type-aliases/SearchResult.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / SearchResult +[@elizaos/core v0.1.6-alpha.4](../index.md) / SearchResult # Type Alias: SearchResult diff --git a/docs/api/type-aliases/UUID.md b/docs/api/type-aliases/UUID.md index 2feebac36bc..501c7888517 100644 --- a/docs/api/type-aliases/UUID.md +++ b/docs/api/type-aliases/UUID.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / UUID +[@elizaos/core v0.1.6-alpha.4](../index.md) / UUID # Type Alias: UUID diff --git a/docs/api/type-aliases/Validator.md b/docs/api/type-aliases/Validator.md index a23ccf23bc3..face89e67f2 100644 --- a/docs/api/type-aliases/Validator.md +++ b/docs/api/type-aliases/Validator.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / Validator +[@elizaos/core v0.1.6-alpha.4](../index.md) / Validator # Type Alias: Validator() diff --git a/docs/api/variables/CharacterSchema.md b/docs/api/variables/CharacterSchema.md index def5e6468f5..28f3f106047 100644 --- a/docs/api/variables/CharacterSchema.md +++ b/docs/api/variables/CharacterSchema.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / CharacterSchema +[@elizaos/core v0.1.6-alpha.4](../index.md) / CharacterSchema # Variable: CharacterSchema diff --git a/docs/api/variables/booleanFooter.md b/docs/api/variables/booleanFooter.md index 7dad2a48dbb..9e3467cdcbd 100644 --- a/docs/api/variables/booleanFooter.md +++ b/docs/api/variables/booleanFooter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / booleanFooter +[@elizaos/core v0.1.6-alpha.4](../index.md) / booleanFooter # Variable: booleanFooter diff --git a/docs/api/variables/defaultCharacter.md b/docs/api/variables/defaultCharacter.md index fec43484464..a9efe9743ed 100644 --- a/docs/api/variables/defaultCharacter.md +++ b/docs/api/variables/defaultCharacter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / defaultCharacter +[@elizaos/core v0.1.6-alpha.4](../index.md) / defaultCharacter # Variable: defaultCharacter diff --git a/docs/api/variables/elizaLogger.md b/docs/api/variables/elizaLogger.md index 939fdb848b7..ddbb38723d3 100644 --- a/docs/api/variables/elizaLogger.md +++ b/docs/api/variables/elizaLogger.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / elizaLogger +[@elizaos/core v0.1.6-alpha.4](../index.md) / elizaLogger # Variable: elizaLogger diff --git a/docs/api/variables/envSchema.md b/docs/api/variables/envSchema.md index d21074b6c71..21013020b89 100644 --- a/docs/api/variables/envSchema.md +++ b/docs/api/variables/envSchema.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / envSchema +[@elizaos/core v0.1.6-alpha.4](../index.md) / envSchema # Variable: envSchema diff --git a/docs/api/variables/evaluationTemplate.md b/docs/api/variables/evaluationTemplate.md index 26cc6783938..cd08446eb1f 100644 --- a/docs/api/variables/evaluationTemplate.md +++ b/docs/api/variables/evaluationTemplate.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / evaluationTemplate +[@elizaos/core v0.1.6-alpha.4](../index.md) / evaluationTemplate # Variable: evaluationTemplate diff --git a/docs/api/variables/knowledge.md b/docs/api/variables/knowledge.md index f021af33000..be1a9d2e890 100644 --- a/docs/api/variables/knowledge.md +++ b/docs/api/variables/knowledge.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / knowledge +[@elizaos/core v0.1.6-alpha.4](../index.md) / knowledge # Variable: knowledge diff --git a/docs/api/variables/messageCompletionFooter.md b/docs/api/variables/messageCompletionFooter.md index aa170175f9b..37230af2f69 100644 --- a/docs/api/variables/messageCompletionFooter.md +++ b/docs/api/variables/messageCompletionFooter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / messageCompletionFooter +[@elizaos/core v0.1.6-alpha.4](../index.md) / messageCompletionFooter # Variable: messageCompletionFooter diff --git a/docs/api/variables/models.md b/docs/api/variables/models.md index fec3a95d8ca..0fb02f82bd0 100644 --- a/docs/api/variables/models.md +++ b/docs/api/variables/models.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / models +[@elizaos/core v0.1.6-alpha.4](../index.md) / models # Variable: models diff --git a/docs/api/variables/postActionResponseFooter.md b/docs/api/variables/postActionResponseFooter.md index b2e61ba1823..e519db12950 100644 --- a/docs/api/variables/postActionResponseFooter.md +++ b/docs/api/variables/postActionResponseFooter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / postActionResponseFooter +[@elizaos/core v0.1.6-alpha.4](../index.md) / postActionResponseFooter # Variable: postActionResponseFooter diff --git a/docs/api/variables/settings.md b/docs/api/variables/settings.md index 74992a01890..b929f41147c 100644 --- a/docs/api/variables/settings.md +++ b/docs/api/variables/settings.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / settings +[@elizaos/core v0.1.6-alpha.4](../index.md) / settings # Variable: settings diff --git a/docs/api/variables/shouldRespondFooter.md b/docs/api/variables/shouldRespondFooter.md index 78f6f4c5b49..dd1eb2a4dac 100644 --- a/docs/api/variables/shouldRespondFooter.md +++ b/docs/api/variables/shouldRespondFooter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / shouldRespondFooter +[@elizaos/core v0.1.6-alpha.4](../index.md) / shouldRespondFooter # Variable: shouldRespondFooter diff --git a/docs/api/variables/stringArrayFooter.md b/docs/api/variables/stringArrayFooter.md index 23235034c5f..eac7401c598 100644 --- a/docs/api/variables/stringArrayFooter.md +++ b/docs/api/variables/stringArrayFooter.md @@ -1,4 +1,4 @@ -[@elizaos/eliza v0.1.6-alpha.4](../index.md) / stringArrayFooter +[@elizaos/core v0.1.6-alpha.4](../index.md) / stringArrayFooter # Variable: stringArrayFooter diff --git a/docs/community/Discord/development/coders/chat_2024-11-24.md b/docs/community/Discord/development/coders/chat_2024-11-24.md index 6911695150a..59f0f827141 100644 --- a/docs/community/Discord/development/coders/chat_2024-11-24.md +++ b/docs/community/Discord/development/coders/chat_2024-11-24.md @@ -11,21 +11,21 @@ During the technical discussion, Ophiuchus shared plans to push code for a Twitt - How can one resolve an error related to missing modules or type declarations in Node.js projects? - - Faith: To solve the issue with '@elizaos/eliza' module not found, ensure that you have installed all necessary dependencies using `pnpm i` and check if your project is correctly configured for TypeScript by verifying the presence of a `.tsconfig` file. Additionally, make sure to install type declarations (if available) or define them manually in your project. + - Faith: To solve the issue with '@elizaos/core' module not found, ensure that you have installed all necessary dependencies using `pnpm i` and check if your project is correctly configured for TypeScript by verifying the presence of a `.tsconfig` file. Additionally, make sure to install type declarations (if available) or define them manually in your project. - How can one start from a TypeScript (.ts) file when working with Eliza? - loaf: To work with Eliza using TypeScript files, you need to load the plugin and parse arguments accordingly. You may also consider moving away from JSON format but note that this feature has not been implemented yet. The `loadCharacters` function expects a string input rather than an object, so ensure your code is compatible with these requirements. ## Who Helped Who -- Ophiuchus helped Faith with a module error by discussing potential solutions to the '@elizaos/eliza' module issue. The success of this interaction is not explicitly stated, but it provided guidance for troubleshooting. +- Ophiuchus helped Faith with a module error by discussing potential solutions to the '@elizaos/core' module issue. The success of this interaction is not explicitly stated, but it provided guidance for troubleshooting. - loaf helped jmill with understanding how to start from a TypeScript file and load characters in their project by explaining the process and mentioning plans to move away from JSON. This was successful as it clarified the steps needed for jmill's task. ## Action Items Technical Tasks: -- Fixing the module import error '@elizaos/eliza' (mentioned by Faith) +- Fixing the module import error '@elizaos/core' (mentioned by Faith) - Implementing finetuning on a codebase and knowledge addition (discussed by Ophiuchus) - Moving away from JSON to another format in future updates, but not yet implemented (loaf mentioned this as a plan) diff --git a/docs/community/Discord/development/dev-contributors/chat_2024-11-24.md b/docs/community/Discord/development/dev-contributors/chat_2024-11-24.md index d21973c1e3d..2857483c252 100644 --- a/docs/community/Discord/development/dev-contributors/chat_2024-11-24.md +++ b/docs/community/Discord/development/dev-contributors/chat_2024-11-24.md @@ -2,12 +2,12 @@ ## Summary -In the Discord chat, participants explored ways to load only desired features in their project, with suggestions including a core client with extensions and npm install @elizaos/eliza as a potential solution. The conversation shifted towards discussing Hats Protocol's DAO operations and philosophy, highlighting its modular runtime approach for advanced users who prefer building on the framework using npx or agent directory to develop plugins/modules. Additionally, there was mention of json configuration (though it may be phased out due to lack of typing) and core code hacking opportunities. Key technical discussions focused on feature loading methods, DAO operations in Hats Protocol, modular runtime customization for advanced users, and potential changes to json configurations. +In the Discord chat, participants explored ways to load only desired features in their project, with suggestions including a core client with extensions and npm install @elizaos/core as a potential solution. The conversation shifted towards discussing Hats Protocol's DAO operations and philosophy, highlighting its modular runtime approach for advanced users who prefer building on the framework using npx or agent directory to develop plugins/modules. Additionally, there was mention of json configuration (though it may be phased out due to lack of typing) and core code hacking opportunities. Key technical discussions focused on feature loading methods, DAO operations in Hats Protocol, modular runtime customization for advanced users, and potential changes to json configurations. ## FAQ - How might people only load the features they want? -- Shaw: npm install @elizaos/eliza is core; this package provides a minimal installation with essential features for users who prefer not to have all extensions loaded by default. +- Shaw: npm install @elizaos/core is core; this package provides a minimal installation with essential features for users who prefer not to have all extensions loaded by default. - What are some ways to customize or extend the platform's functionality beyond the core installation? - Odilitime: There’s json if you’re not a dev (though there is talk of it going away because it isn’t typed); npx and then agent directory for building on the framework, such as developing plugins/modules; Agent code controls what plugins/behaviors are enabled. @@ -15,14 +15,14 @@ In the Discord chat, participants explored ways to load only desired features in ## Who Helped Who -- Shaw helped pillhead with finding a core client extension by suggesting "npm install @elizaos/eliza is core" as an option. +- Shaw helped pillhead with finding a core client extension by suggesting "npm install @elizaos/core is core" as an option. - Jin helped yikesawjeez and Odilitime by providing links to discuss Hats Protocol's DAO operations, philosophy, and the scaffolding for building on the framework with npx and agent directory. ## Action Items Technical Tasks: -- Install @elizaos/eliza npm package as core (mentioned by Shaw) +- Install @elizaos/core npm package as core (mentioned by Shaw) - Discuss Hats Protocol DAO operations and philosophy on the provided Discord link (led by Jin) - Explore a modular runtime for advanced users, allowing them to build with runtime and lego blocks (suggested by yikesawjeez) - Review JSON configuration options or alternatives due to potential removal because of lack of typing (mentioned by Odilitime) diff --git a/docs/community/Discord/development/dev-contributors/chat_2024-12-02.md b/docs/community/Discord/development/dev-contributors/chat_2024-12-02.md index 6021d1d57db..adf39b80d72 100644 --- a/docs/community/Discord/development/dev-contributors/chat_2024-12-02.md +++ b/docs/community/Discord/development/dev-contributors/chat_2024-12-02.md @@ -21,7 +21,7 @@ The chat focused primarily on technical discussions regarding access to the #age - @odilitime helped @jin with Getting wallet addresses from github contributors by providing Odilitime provided partial discord:github map in private-dev pins and suggested including GitHub contributors role. - @Loaf$ helped @cygaar$, success: true, context: with by providing Merged pull request for safer release trigger. - @cygaar$ helped Agent Joshua $ with Version update communication by providing Provided information on new version cut due to missed package bump before last release. -- Resolved and pushed a PR. helped @elizaos/eliza project members with Dockerfile Issue Resolution by providing Fixing an issue found by @Neodotneo in the Docker file +- Resolved and pushed a PR. helped @elizaos/core project members with Dockerfile Issue Resolution by providing Fixing an issue found by @Neodotneo in the Docker file ## Action Items diff --git a/docs/docs/api/globals.md b/docs/docs/api/globals.md index ed5a3c6504e..9057a4026e4 100644 --- a/docs/docs/api/globals.md +++ b/docs/docs/api/globals.md @@ -1,4 +1,4 @@ -# @elizaos/eliza +# @elizaos/core ## Enumerations diff --git a/docs/docs/core/actions.md b/docs/docs/core/actions.md index 7d10c055746..163a1b2a80c 100644 --- a/docs/docs/core/actions.md +++ b/docs/docs/core/actions.md @@ -452,7 +452,7 @@ const chainedAction: Action = { ## Example: Complete Action Implementation ```typescript -import { Action, IAgentRuntime, Memory, State } from "@elizaos/eliza"; +import { Action, IAgentRuntime, Memory, State } from "@elizaos/core"; const documentAnalysisAction: Action = { name: "ANALYZE_DOCUMENT", diff --git a/docs/docs/core/agents.md b/docs/docs/core/agents.md index 89ff0a95ea8..8c923df4c84 100644 --- a/docs/docs/core/agents.md +++ b/docs/docs/core/agents.md @@ -70,7 +70,7 @@ Each element in the runtime interface plays a crucial role: This section demonstrates setting up an agent with basic and optional configurations. It provides a working example and sample code that helps users quickly start building: ```typescript -import { AgentRuntime, ModelProviderName } from "@elizaos/eliza"; +import { AgentRuntime, ModelProviderName } from "@elizaos/core"; // Configuration example const runtime = new AgentRuntime({ diff --git a/docs/docs/core/evaluators.md b/docs/docs/core/evaluators.md index bc79aff8bea..7811e9d9531 100644 --- a/docs/docs/core/evaluators.md +++ b/docs/docs/core/evaluators.md @@ -24,7 +24,7 @@ Evaluators enable agents to: 1. Import the necessary evaluator types: ```typescript -import { Evaluator, IAgentRuntime, Memory, State } from "@elizaos/eliza-core"; +import { Evaluator, IAgentRuntime, Memory, State } from "@elizaos/core-core"; ``` 2. Choose or create an evaluator: diff --git a/docs/docs/core/providers.md b/docs/docs/core/providers.md index a135c846252..b07fb8c1a02 100644 --- a/docs/docs/core/providers.md +++ b/docs/docs/core/providers.md @@ -140,7 +140,7 @@ Features: ### Basic Provider Template ```typescript -import { Provider, IAgentRuntime, Memory, State } from "@elizaos/eliza"; +import { Provider, IAgentRuntime, Memory, State } from "@elizaos/core"; const customProvider: Provider = { get: async (runtime: IAgentRuntime, message: Memory, state?: State) => { @@ -244,7 +244,7 @@ const state = await runtime.composeState(message); ## Example: Complete Provider ```typescript -import { Provider, IAgentRuntime, Memory, State } from "@elizaos/eliza"; +import { Provider, IAgentRuntime, Memory, State } from "@elizaos/core"; const comprehensiveProvider: Provider = { get: async (runtime: IAgentRuntime, message: Memory, state?: State) => { diff --git a/docs/docs/faq.md b/docs/docs/faq.md index dfb8b83017d..7071cda3b6b 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -16,7 +16,7 @@ To begin building your own AI agents with Eliza, follow these steps: 1. **Install Python, Node.js and pnpm**: Ensure you have the necessary software prerequisites installed on your system. We use node v23. 2. **Set up your environment**: Create a `.env` file and populate it with the required API keys, database configuration, and platform-specific tokens. -3. **Install Eliza**: Use the command `npm install @elizaos/eliza` or `pnpm add @elizaos/eliza` to install the Eliza package. +3. **Install Eliza**: Use the command `npm install @elizaos/core` or `pnpm add @elizaos/core` to install the Eliza package. 4. **Configure your database**: Eliza currently relies on Supabase for local development. Follow the instructions in the documentation to set up your Supabase project and database. 5. **Define your agent's character**: Create a character file using the provided JSON format to specify your agent's personality, knowledge, and behavior. 6. **Run Eliza locally**: Use the provided commands to start the Eliza framework and interact with your agent. diff --git a/docs/docs/guides/advanced.md b/docs/docs/guides/advanced.md index 0fb4bfe67b8..85d8b78d8de 100644 --- a/docs/docs/guides/advanced.md +++ b/docs/docs/guides/advanced.md @@ -13,7 +13,7 @@ This guide covers advanced features and capabilities of Eliza, including complex Eliza supports advanced video processing capabilities through the `VideoService`: ```typescript -import { VideoService } from "@elizaos/eliza/plugin-node"; +import { VideoService } from "@elizaos/core/plugin-node"; // Initialize service const videoService = new VideoService(); @@ -35,7 +35,7 @@ Key features: The `ImageDescriptionService` provides advanced image analysis: ```typescript -import { ImageDescriptionService } from "@elizaos/eliza/plugin-node"; +import { ImageDescriptionService } from "@elizaos/core/plugin-node"; const imageService = new ImageDescriptionService(); const description = await imageService.describeImage(imageUrl, "gpu", runtime); @@ -55,7 +55,7 @@ Features: The Solana plugin provides comprehensive blockchain functionality: ```typescript -import { solanaPlugin } from "@elizaos/eliza/plugin-solana"; +import { solanaPlugin } from "@elizaos/core/plugin-solana"; // Initialize plugin runtime.registerPlugin(solanaPlugin); diff --git a/docs/docs/guides/local-development.md b/docs/docs/guides/local-development.md index 795037e0aa4..4f46f967fea 100644 --- a/docs/docs/guides/local-development.md +++ b/docs/docs/guides/local-development.md @@ -115,7 +115,7 @@ Click on that link or open a browser window to that location. Once you do that y ### SQLite (Recommended for Development) ```typescript -import { SqliteDatabaseAdapter } from "@elizaos/eliza/adapters"; +import { SqliteDatabaseAdapter } from "@elizaos/core/adapters"; import Database from "better-sqlite3"; const db = new SqliteDatabaseAdapter(new Database("./dev.db")); @@ -124,7 +124,7 @@ const db = new SqliteDatabaseAdapter(new Database("./dev.db")); ### In-Memory Database (for Testing) ```typescript -import { SqlJsDatabaseAdapter } from "@elizaos/eliza/adapters"; +import { SqlJsDatabaseAdapter } from "@elizaos/core/adapters"; const db = new SqlJsDatabaseAdapter(new Database(":memory:")); ``` @@ -164,7 +164,7 @@ pnpm test:sqljs ### Writing Tests ```typescript -import { runAiTest } from "@elizaos/eliza/test_resources"; +import { runAiTest } from "@elizaos/core/test_resources"; describe("Feature Test", () => { beforeEach(async () => { @@ -192,7 +192,7 @@ describe("Feature Test", () => { ```typescript // plugins/my-plugin/src/index.ts -import { Plugin } from "@elizaos/eliza/types"; +import { Plugin } from "@elizaos/core/types"; export const myPlugin: Plugin = { name: "my-plugin", diff --git a/docs/docs/packages/plugins.md b/docs/docs/packages/plugins.md index 2ae885ed3f1..807dfc8d71a 100644 --- a/docs/docs/packages/plugins.md +++ b/docs/docs/packages/plugins.md @@ -608,7 +608,7 @@ console.log("Webhook creation response:", response); Create a new plugin by implementing the Plugin interface: ```typescript -import { Plugin, Action, Evaluator, Provider } from "@elizaos/eliza"; +import { Plugin, Action, Evaluator, Provider } from "@elizaos/core"; const myCustomPlugin: Plugin = { name: "my-custom-plugin", diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index 22b5b279a07..5bd09ff377b 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -251,7 +251,7 @@ pnpm start --characters="characters/trump.character.json,characters/tate.charact pnpm add -D ts-node typescript @types/node --filter "@elizaos/agent" # Also add to the core package since it's needed there too - pnpm add -D ts-node typescript @types/node --filter "@elizaos/eliza" + pnpm add -D ts-node typescript @types/node --filter "@elizaos/core" # First clean everything pnpm clean diff --git a/docs/src/components/HomepageHeader/index.jsx b/docs/src/components/HomepageHeader/index.jsx index 8bc444bb205..186da7464ff 100644 --- a/docs/src/components/HomepageHeader/index.jsx +++ b/docs/src/components/HomepageHeader/index.jsx @@ -45,7 +45,7 @@ function HomepageHeader() { alt="blurred" />
-              {`npm install @elizaos/eliza`}
+              {`npm install @elizaos/core`}
             
diff --git a/packages/_examples/plugin/package.json b/packages/_examples/plugin/package.json index 883e869ddd6..b31f26179c5 100644 --- a/packages/_examples/plugin/package.json +++ b/packages/_examples/plugin/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*" + "@elizaos/core": "workspace:*" }, "devDependencies": { "tsup": "8.3.5", diff --git a/packages/_examples/plugin/src/actions/sampleAction.ts b/packages/_examples/plugin/src/actions/sampleAction.ts index 3e59fa201f3..7f835dac0a5 100644 --- a/packages/_examples/plugin/src/actions/sampleAction.ts +++ b/packages/_examples/plugin/src/actions/sampleAction.ts @@ -8,7 +8,7 @@ import { generateObject, ModelClass, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { CreateResourceSchema, isCreateResourceContent } from "../types"; diff --git a/packages/_examples/plugin/src/evaluators/sampleEvalutor.ts b/packages/_examples/plugin/src/evaluators/sampleEvalutor.ts index d0aa8d1dd24..c6d48b07153 100644 --- a/packages/_examples/plugin/src/evaluators/sampleEvalutor.ts +++ b/packages/_examples/plugin/src/evaluators/sampleEvalutor.ts @@ -4,7 +4,7 @@ import { Memory, State, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const sampleEvaluator: Evaluator = { alwaysRun: false, diff --git a/packages/_examples/plugin/src/plugins/samplePlugin.ts b/packages/_examples/plugin/src/plugins/samplePlugin.ts index b886f802bfc..90fd2898a16 100644 --- a/packages/_examples/plugin/src/plugins/samplePlugin.ts +++ b/packages/_examples/plugin/src/plugins/samplePlugin.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { createResourceAction } from "../actions/sampleAction"; import { sampleProvider } from "../providers/sampleProvider"; import { sampleEvaluator } from "../evaluators/sampleEvalutor"; diff --git a/packages/_examples/plugin/src/providers/sampleProvider.ts b/packages/_examples/plugin/src/providers/sampleProvider.ts index 7e21315399f..d16f3ba6ddf 100644 --- a/packages/_examples/plugin/src/providers/sampleProvider.ts +++ b/packages/_examples/plugin/src/providers/sampleProvider.ts @@ -4,7 +4,7 @@ import { Memory, State, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const sampleProvider: Provider = { get: async (runtime: IAgentRuntime, message: Memory, state: State) => { diff --git a/packages/adapter-postgres/package.json b/packages/adapter-postgres/package.json index 529af4ef7d4..362dbe8912c 100644 --- a/packages/adapter-postgres/package.json +++ b/packages/adapter-postgres/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@types/pg": "8.11.10", "pg": "8.13.1" }, diff --git a/packages/adapter-postgres/src/index.ts b/packages/adapter-postgres/src/index.ts index 5216918f6b1..b65addda9b4 100644 --- a/packages/adapter-postgres/src/index.ts +++ b/packages/adapter-postgres/src/index.ts @@ -23,7 +23,7 @@ import { elizaLogger, getEmbeddingConfig, DatabaseAdapter, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import fs from "fs"; import { fileURLToPath } from "url"; import path from "path"; diff --git a/packages/adapter-redis/package.json b/packages/adapter-redis/package.json index 40681fcf3bd..00bb89f9cb5 100644 --- a/packages/adapter-redis/package.json +++ b/packages/adapter-redis/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "ioredis": "5.4.2" }, "devDependencies": { diff --git a/packages/adapter-redis/src/index.ts b/packages/adapter-redis/src/index.ts index e5bd730000a..b9a4aac391f 100644 --- a/packages/adapter-redis/src/index.ts +++ b/packages/adapter-redis/src/index.ts @@ -1,5 +1,5 @@ import Redis from "ioredis"; -import { IDatabaseCacheAdapter, UUID, elizaLogger } from "@elizaos/eliza"; +import { IDatabaseCacheAdapter, UUID, elizaLogger } from "@elizaos/core"; export class RedisClient implements IDatabaseCacheAdapter { private client: Redis; diff --git a/packages/adapter-sqlite/package.json b/packages/adapter-sqlite/package.json index 7bef0d3f9a1..cf80e5327b1 100644 --- a/packages/adapter-sqlite/package.json +++ b/packages/adapter-sqlite/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@types/better-sqlite3": "7.6.12", "better-sqlite3": "11.6.0", "sqlite-vec": "0.1.6" diff --git a/packages/adapter-sqlite/src/index.ts b/packages/adapter-sqlite/src/index.ts index 02e341c97c9..b6627a8c628 100644 --- a/packages/adapter-sqlite/src/index.ts +++ b/packages/adapter-sqlite/src/index.ts @@ -1,7 +1,7 @@ export * from "./sqliteTables.ts"; export * from "./sqlite_vec.ts"; -import { DatabaseAdapter, IDatabaseCacheAdapter } from "@elizaos/eliza"; +import { DatabaseAdapter, IDatabaseCacheAdapter } from "@elizaos/core"; import { Account, Actor, @@ -11,7 +11,7 @@ import { type Memory, type Relationship, type UUID, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Database } from "better-sqlite3"; import { v4 } from "uuid"; import { load } from "./sqlite_vec.ts"; diff --git a/packages/adapter-sqlite/src/sqlite_vec.ts b/packages/adapter-sqlite/src/sqlite_vec.ts index d2d1a666418..71e1a6ee79b 100644 --- a/packages/adapter-sqlite/src/sqlite_vec.ts +++ b/packages/adapter-sqlite/src/sqlite_vec.ts @@ -1,6 +1,6 @@ import * as sqliteVec from "sqlite-vec"; import { Database } from "better-sqlite3"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; // Loads the sqlite-vec extensions into the provided SQLite database export function loadVecExtensions(db: Database): void { diff --git a/packages/adapter-sqljs/package.json b/packages/adapter-sqljs/package.json index be235d601b4..4013f347bfb 100644 --- a/packages/adapter-sqljs/package.json +++ b/packages/adapter-sqljs/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@types/sql.js": "1.4.9", "sql.js": "1.12.0", "uuid": "11.0.3" diff --git a/packages/adapter-sqljs/src/index.ts b/packages/adapter-sqljs/src/index.ts index 1402fa41109..0383a7e38b5 100644 --- a/packages/adapter-sqljs/src/index.ts +++ b/packages/adapter-sqljs/src/index.ts @@ -12,7 +12,7 @@ import { type Memory, type Relationship, type UUID, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { v4 } from "uuid"; import { sqliteTables } from "./sqliteTables.ts"; import { Database } from "./types.ts"; diff --git a/packages/adapter-supabase/package.json b/packages/adapter-supabase/package.json index 63ede90c43d..794b9ca79e5 100644 --- a/packages/adapter-supabase/package.json +++ b/packages/adapter-supabase/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@supabase/supabase-js": "2.46.2" }, "devDependencies": { diff --git a/packages/adapter-supabase/src/index.ts b/packages/adapter-supabase/src/index.ts index aa4ab08dbe6..f6f9840f213 100644 --- a/packages/adapter-supabase/src/index.ts +++ b/packages/adapter-supabase/src/index.ts @@ -9,8 +9,8 @@ import { type UUID, Participant, Room, -} from "@elizaos/eliza"; -import { DatabaseAdapter } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { DatabaseAdapter } from "@elizaos/core"; import { v4 as uuid } from "uuid"; export class SupabaseDatabaseAdapter extends DatabaseAdapter { async getRoom(roomId: UUID): Promise { diff --git a/packages/client-auto/package.json b/packages/client-auto/package.json index cb2722ef6a8..74cfa5ddccb 100644 --- a/packages/client-auto/package.json +++ b/packages/client-auto/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@types/body-parser": "1.19.5", "@types/cors": "2.8.17", "@types/express": "5.0.0", diff --git a/packages/client-auto/src/index.ts b/packages/client-auto/src/index.ts index 1f6fb904eea..05d4058dd66 100644 --- a/packages/client-auto/src/index.ts +++ b/packages/client-auto/src/index.ts @@ -1,4 +1,4 @@ -import { Client, IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { Client, IAgentRuntime, elizaLogger } from "@elizaos/core"; export class AutoClient { interval: NodeJS.Timeout; diff --git a/packages/client-direct/package.json b/packages/client-direct/package.json index f45d678d615..c2d4da803da 100644 --- a/packages/client-direct/package.json +++ b/packages/client-direct/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-image-generation": "workspace:*", "@types/body-parser": "1.19.5", "@types/cors": "2.8.17", diff --git a/packages/client-direct/src/api.ts b/packages/client-direct/src/api.ts index e19efe43637..f74174e4453 100644 --- a/packages/client-direct/src/api.ts +++ b/packages/client-direct/src/api.ts @@ -7,7 +7,7 @@ import { elizaLogger, getEnvVariable, validateCharacterConfig, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { REST, Routes } from "discord.js"; import { DirectClient } from "."; diff --git a/packages/client-direct/src/index.ts b/packages/client-direct/src/index.ts index 6d989d6ef68..11ee361568e 100644 --- a/packages/client-direct/src/index.ts +++ b/packages/client-direct/src/index.ts @@ -2,20 +2,20 @@ import bodyParser from "body-parser"; import cors from "cors"; import express, { Request as ExpressRequest } from "express"; import multer, { File } from "multer"; -import { elizaLogger, generateCaption, generateImage } from "@elizaos/eliza"; -import { composeContext } from "@elizaos/eliza"; -import { generateMessageResponse } from "@elizaos/eliza"; -import { messageCompletionFooter } from "@elizaos/eliza"; -import { AgentRuntime } from "@elizaos/eliza"; +import { elizaLogger, generateCaption, generateImage } from "@elizaos/core"; +import { composeContext } from "@elizaos/core"; +import { generateMessageResponse } from "@elizaos/core"; +import { messageCompletionFooter } from "@elizaos/core"; +import { AgentRuntime } from "@elizaos/core"; import { Content, Memory, ModelClass, Client, IAgentRuntime, -} from "@elizaos/eliza"; -import { stringToUuid } from "@elizaos/eliza"; -import { settings } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { stringToUuid } from "@elizaos/core"; +import { settings } from "@elizaos/core"; import { createApiRouter } from "./api.ts"; import * as fs from "fs"; import * as path from "path"; diff --git a/packages/client-discord/package.json b/packages/client-discord/package.json index 8c93aff2286..53063d6b0d4 100644 --- a/packages/client-discord/package.json +++ b/packages/client-discord/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-node": "workspace:*", "@discordjs/opus": "github:discordjs/opus", "@discordjs/rest": "2.4.0", diff --git a/packages/client-discord/src/actions/chat_with_attachments.ts b/packages/client-discord/src/actions/chat_with_attachments.ts index 8a43e78920f..607955fb67e 100644 --- a/packages/client-discord/src/actions/chat_with_attachments.ts +++ b/packages/client-discord/src/actions/chat_with_attachments.ts @@ -1,7 +1,7 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateText, trimTokens } from "@elizaos/eliza"; -import { models } from "@elizaos/eliza"; -import { parseJSONObjectFromText } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateText, trimTokens } from "@elizaos/core"; +import { models } from "@elizaos/core"; +import { parseJSONObjectFromText } from "@elizaos/core"; import { Action, ActionExample, @@ -11,7 +11,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import * as fs from "fs"; export const summarizationTemplate = `# Summarized so far (we are adding to this) diff --git a/packages/client-discord/src/actions/download_media.ts b/packages/client-discord/src/actions/download_media.ts index 28216b0598a..0dcf1453e48 100644 --- a/packages/client-discord/src/actions/download_media.ts +++ b/packages/client-discord/src/actions/download_media.ts @@ -1,6 +1,6 @@ import path from "path"; -import { composeContext } from "@elizaos/eliza"; -import { parseJSONObjectFromText } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { parseJSONObjectFromText } from "@elizaos/core"; import { Action, ActionExample, @@ -12,8 +12,8 @@ import { ModelClass, ServiceType, State, -} from "@elizaos/eliza"; -import { generateText } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { generateText } from "@elizaos/core"; export const mediaUrlTemplate = `# Messages we are searching for a media URL {{recentMessages}} diff --git a/packages/client-discord/src/actions/joinvoice.ts b/packages/client-discord/src/actions/joinvoice.ts index fa93229399f..dbfa556482e 100644 --- a/packages/client-discord/src/actions/joinvoice.ts +++ b/packages/client-discord/src/actions/joinvoice.ts @@ -8,7 +8,7 @@ import { IAgentRuntime, Memory, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Channel, ChannelType, diff --git a/packages/client-discord/src/actions/leavevoice.ts b/packages/client-discord/src/actions/leavevoice.ts index f580146c8ea..6fea10d950a 100644 --- a/packages/client-discord/src/actions/leavevoice.ts +++ b/packages/client-discord/src/actions/leavevoice.ts @@ -12,7 +12,7 @@ import { IAgentRuntime, Memory, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export default { name: "LEAVE_VOICE", diff --git a/packages/client-discord/src/actions/summarize_conversation.ts b/packages/client-discord/src/actions/summarize_conversation.ts index 01bf672f8e5..4a45673d78a 100644 --- a/packages/client-discord/src/actions/summarize_conversation.ts +++ b/packages/client-discord/src/actions/summarize_conversation.ts @@ -1,8 +1,8 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateText, splitChunks, trimTokens } from "@elizaos/eliza"; -import { getActorDetails } from "@elizaos/eliza"; -import { models } from "@elizaos/eliza"; -import { parseJSONObjectFromText } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateText, splitChunks, trimTokens } from "@elizaos/core"; +import { getActorDetails } from "@elizaos/core"; +import { models } from "@elizaos/core"; +import { parseJSONObjectFromText } from "@elizaos/core"; import { Action, ActionExample, @@ -13,7 +13,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const summarizationTemplate = `# Summarized so far (we are adding to this) {{currentSummary}} diff --git a/packages/client-discord/src/actions/transcribe_media.ts b/packages/client-discord/src/actions/transcribe_media.ts index 93c926dd478..0de01014424 100644 --- a/packages/client-discord/src/actions/transcribe_media.ts +++ b/packages/client-discord/src/actions/transcribe_media.ts @@ -1,6 +1,6 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateText } from "@elizaos/eliza"; -import { parseJSONObjectFromText } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateText } from "@elizaos/core"; +import { parseJSONObjectFromText } from "@elizaos/core"; import { Action, ActionExample, @@ -10,7 +10,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const transcriptionTemplate = `# Transcription of media file {{mediaTranscript}} diff --git a/packages/client-discord/src/attachments.ts b/packages/client-discord/src/attachments.ts index ffb68570cb4..60a44cab2c0 100644 --- a/packages/client-discord/src/attachments.ts +++ b/packages/client-discord/src/attachments.ts @@ -1,5 +1,5 @@ -import { generateText, trimTokens } from "@elizaos/eliza"; -import { parseJSONObjectFromText } from "@elizaos/eliza"; +import { generateText, trimTokens } from "@elizaos/core"; +import { parseJSONObjectFromText } from "@elizaos/core"; import { IAgentRuntime, IImageDescriptionService, @@ -9,7 +9,7 @@ import { Media, ModelClass, ServiceType, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Attachment, Collection } from "discord.js"; import ffmpeg from "fluent-ffmpeg"; import fs from "fs"; diff --git a/packages/client-discord/src/environment.ts b/packages/client-discord/src/environment.ts index f52f8d83a10..f93fcb3b1e7 100644 --- a/packages/client-discord/src/environment.ts +++ b/packages/client-discord/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const discordEnvSchema = z.object({ diff --git a/packages/client-discord/src/index.ts b/packages/client-discord/src/index.ts index 98b15444bbf..45b5cc0f652 100644 --- a/packages/client-discord/src/index.ts +++ b/packages/client-discord/src/index.ts @@ -5,7 +5,7 @@ import { Character, Client as ElizaClient, IAgentRuntime, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Client, Events, diff --git a/packages/client-discord/src/messages.ts b/packages/client-discord/src/messages.ts index 34b16754ce0..1ca673f948f 100644 --- a/packages/client-discord/src/messages.ts +++ b/packages/client-discord/src/messages.ts @@ -1,5 +1,5 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateMessageResponse, generateShouldRespond } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateMessageResponse, generateShouldRespond } from "@elizaos/core"; import { Content, HandlerCallback, @@ -13,15 +13,15 @@ import { ServiceType, State, UUID, -} from "@elizaos/eliza"; -import { stringToUuid, getEmbeddingZeroVector } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { stringToUuid, getEmbeddingZeroVector } from "@elizaos/core"; import { ChannelType, Client, Message as DiscordMessage, TextChannel, } from "discord.js"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { AttachmentManager } from "./attachments.ts"; import { VoiceManager } from "./voice.ts"; import { diff --git a/packages/client-discord/src/providers/channelState.ts b/packages/client-discord/src/providers/channelState.ts index 256f355ab06..7540dbebe07 100644 --- a/packages/client-discord/src/providers/channelState.ts +++ b/packages/client-discord/src/providers/channelState.ts @@ -3,7 +3,7 @@ import { Message as DiscordMessage, TextChannel, } from "discord.js"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; const channelStateProvider: Provider = { get: async (runtime: IAgentRuntime, message: Memory, state?: State) => { diff --git a/packages/client-discord/src/providers/voiceState.ts b/packages/client-discord/src/providers/voiceState.ts index 8c5921b8492..e353dbfacf9 100644 --- a/packages/client-discord/src/providers/voiceState.ts +++ b/packages/client-discord/src/providers/voiceState.ts @@ -1,6 +1,6 @@ import { getVoiceConnection } from "@discordjs/voice"; import { ChannelType, Message as DiscordMessage } from "discord.js"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; const voiceStateProvider: Provider = { get: async (runtime: IAgentRuntime, message: Memory, state?: State) => { diff --git a/packages/client-discord/src/templates.ts b/packages/client-discord/src/templates.ts index 89500b4e25a..0fea2620164 100644 --- a/packages/client-discord/src/templates.ts +++ b/packages/client-discord/src/templates.ts @@ -1,4 +1,4 @@ -import { messageCompletionFooter, shouldRespondFooter } from "@elizaos/eliza"; +import { messageCompletionFooter, shouldRespondFooter } from "@elizaos/core"; export const discordShouldRespondTemplate = `# Task: Decide if {{agentName}} should respond. diff --git a/packages/client-discord/src/utils.ts b/packages/client-discord/src/utils.ts index 5dfd1c6835d..fad596b3c5e 100644 --- a/packages/client-discord/src/utils.ts +++ b/packages/client-discord/src/utils.ts @@ -5,7 +5,7 @@ import { generateText, trimTokens, parseJSONObjectFromText, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { ChannelType, Message as DiscordMessage, diff --git a/packages/client-discord/src/voice.ts b/packages/client-discord/src/voice.ts index d6113f3b7b0..85c14c03edf 100644 --- a/packages/client-discord/src/voice.ts +++ b/packages/client-discord/src/voice.ts @@ -15,7 +15,7 @@ import { generateShouldRespond, ITranscriptionService, ISpeechService, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { AudioPlayer, AudioReceiveStream, diff --git a/packages/client-farcaster/package.json b/packages/client-farcaster/package.json index aff547223f1..ff8852424f3 100644 --- a/packages/client-farcaster/package.json +++ b/packages/client-farcaster/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@neynar/nodejs-sdk": "^2.0.3" }, "devDependencies": { diff --git a/packages/client-farcaster/src/actions.ts b/packages/client-farcaster/src/actions.ts index 125b9bdd588..f63171a5ea0 100644 --- a/packages/client-farcaster/src/actions.ts +++ b/packages/client-farcaster/src/actions.ts @@ -1,5 +1,5 @@ import type { FarcasterClient } from "./client"; -import type { Content, IAgentRuntime, Memory, UUID } from "@elizaos/eliza"; +import type { Content, IAgentRuntime, Memory, UUID } from "@elizaos/core"; import type { Cast, CastId, Profile } from "./types"; import { createCastMemory } from "./memory"; import { splitPostContent } from "./utils"; diff --git a/packages/client-farcaster/src/client.ts b/packages/client-farcaster/src/client.ts index 4027b421a2f..895c80054c3 100644 --- a/packages/client-farcaster/src/client.ts +++ b/packages/client-farcaster/src/client.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { IAgentRuntime, elizaLogger } from "@elizaos/core"; import { NeynarAPIClient, isApiErrorResponse } from "@neynar/nodejs-sdk"; import { NeynarCastResponse, Cast, Profile, FidRequest, CastId } from "./types"; diff --git a/packages/client-farcaster/src/index.ts b/packages/client-farcaster/src/index.ts index 84d07dcac0e..a2c3e2927b4 100644 --- a/packages/client-farcaster/src/index.ts +++ b/packages/client-farcaster/src/index.ts @@ -1,4 +1,4 @@ -import { Client, IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { Client, IAgentRuntime, elizaLogger } from "@elizaos/core"; import { FarcasterClient } from "./client"; import { FarcasterPostManager } from "./post"; import { FarcasterInteractionManager } from "./interactions"; diff --git a/packages/client-farcaster/src/interactions.ts b/packages/client-farcaster/src/interactions.ts index 5f6300337fd..2363df69f53 100644 --- a/packages/client-farcaster/src/interactions.ts +++ b/packages/client-farcaster/src/interactions.ts @@ -9,7 +9,7 @@ import { HandlerCallback, Content, type IAgentRuntime, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import type { FarcasterClient } from "./client"; import { toHex } from "viem"; import { buildConversationThread, createCastMemory } from "./memory"; diff --git a/packages/client-farcaster/src/memory.ts b/packages/client-farcaster/src/memory.ts index bddd553c639..94ea8eae952 100644 --- a/packages/client-farcaster/src/memory.ts +++ b/packages/client-farcaster/src/memory.ts @@ -5,7 +5,7 @@ import { stringToUuid, type Memory, type UUID, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import type { Cast } from "./types"; import { toHex } from "viem"; import { castUuid } from "./utils"; diff --git a/packages/client-farcaster/src/post.ts b/packages/client-farcaster/src/post.ts index 2e8380160d8..6733ce1af1d 100644 --- a/packages/client-farcaster/src/post.ts +++ b/packages/client-farcaster/src/post.ts @@ -5,7 +5,7 @@ import { ModelClass, stringToUuid, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { FarcasterClient } from "./client"; import { formatTimeline, postTemplate } from "./prompts"; import { castUuid, MAX_CAST_LENGTH } from "./utils"; diff --git a/packages/client-farcaster/src/prompts.ts b/packages/client-farcaster/src/prompts.ts index e3a69b138dc..b52bcd98eb0 100644 --- a/packages/client-farcaster/src/prompts.ts +++ b/packages/client-farcaster/src/prompts.ts @@ -2,7 +2,7 @@ import { Character, messageCompletionFooter, shouldRespondFooter, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import type { Cast } from "./types"; export const formatCast = (cast: Cast) => { diff --git a/packages/client-farcaster/src/utils.ts b/packages/client-farcaster/src/utils.ts index 97ceca8e99d..7fb9d1a8fc0 100644 --- a/packages/client-farcaster/src/utils.ts +++ b/packages/client-farcaster/src/utils.ts @@ -1,4 +1,4 @@ -import { stringToUuid } from "@elizaos/eliza"; +import { stringToUuid } from "@elizaos/core"; export const MAX_CAST_LENGTH = 1024; // Updated to Twitter's current character limit diff --git a/packages/client-github/package.json b/packages/client-github/package.json index 5afa754493f..0ae52d86a3d 100644 --- a/packages/client-github/package.json +++ b/packages/client-github/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@octokit/rest": "20.1.1", "@octokit/types": "12.6.0", "glob": "10.4.5", diff --git a/packages/client-github/src/environment.ts b/packages/client-github/src/environment.ts index 877d9b306cd..f7982d80f71 100644 --- a/packages/client-github/src/environment.ts +++ b/packages/client-github/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const githubEnvSchema = z.object({ diff --git a/packages/client-github/src/index.ts b/packages/client-github/src/index.ts index 09c21fc43fb..b998ea4ee66 100644 --- a/packages/client-github/src/index.ts +++ b/packages/client-github/src/index.ts @@ -12,7 +12,7 @@ import { IAgentRuntime, knowledge, stringToUuid, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { validateGithubConfig } from "./environment"; export interface GitHubConfig { diff --git a/packages/client-lens/package.json b/packages/client-lens/package.json index ca87b28a8d6..b9ac0ddf4be 100644 --- a/packages/client-lens/package.json +++ b/packages/client-lens/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@lens-protocol/client": "2.2.0", "@lens-protocol/metadata": "1.2.0", "axios": "^1.7.9", @@ -15,7 +15,7 @@ "tsup": "^8.3.5" }, "peerDependencies": { - "@elizaos/eliza": "workspace:*" + "@elizaos/core": "workspace:*" }, "scripts": { "build": "tsup --format esm --dts", diff --git a/packages/client-lens/src/actions.ts b/packages/client-lens/src/actions.ts index e6ac2d523eb..54631c21f90 100644 --- a/packages/client-lens/src/actions.ts +++ b/packages/client-lens/src/actions.ts @@ -5,7 +5,7 @@ import { type IAgentRuntime, type Memory, type UUID, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { textOnly } from "@lens-protocol/metadata"; import { createPublicationMemory } from "./memory"; import { AnyPublicationFragment } from "@lens-protocol/client"; diff --git a/packages/client-lens/src/client.ts b/packages/client-lens/src/client.ts index 46b692849dd..8af4dbb668e 100644 --- a/packages/client-lens/src/client.ts +++ b/packages/client-lens/src/client.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { IAgentRuntime, elizaLogger } from "@elizaos/core"; import { AnyPublicationFragment, LensClient as LensClientCore, diff --git a/packages/client-lens/src/index.ts b/packages/client-lens/src/index.ts index 17bc390e7a5..1a6ed828d8e 100644 --- a/packages/client-lens/src/index.ts +++ b/packages/client-lens/src/index.ts @@ -1,4 +1,4 @@ -import { Client, IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { Client, IAgentRuntime, elizaLogger } from "@elizaos/core"; import { privateKeyToAccount } from "viem/accounts"; import { LensClient } from "./client"; import { LensPostManager } from "./post"; diff --git a/packages/client-lens/src/interactions.ts b/packages/client-lens/src/interactions.ts index d07c3c3070f..b42e632cdda 100644 --- a/packages/client-lens/src/interactions.ts +++ b/packages/client-lens/src/interactions.ts @@ -9,7 +9,7 @@ import { HandlerCallback, Content, type IAgentRuntime, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import type { LensClient } from "./client"; import { toHex } from "viem"; import { buildConversationThread, createPublicationMemory } from "./memory"; diff --git a/packages/client-lens/src/memory.ts b/packages/client-lens/src/memory.ts index 5a6e9ac303a..705f61fa728 100644 --- a/packages/client-lens/src/memory.ts +++ b/packages/client-lens/src/memory.ts @@ -5,7 +5,7 @@ import { stringToUuid, type Memory, type UUID, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { publicationUuid } from "./utils"; import { LensClient } from "./client"; import { AnyPublicationFragment } from "@lens-protocol/client"; diff --git a/packages/client-lens/src/post.ts b/packages/client-lens/src/post.ts index a3f72640a11..3c2b2a78a60 100644 --- a/packages/client-lens/src/post.ts +++ b/packages/client-lens/src/post.ts @@ -5,7 +5,7 @@ import { ModelClass, stringToUuid, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { LensClient } from "./client"; import { formatTimeline, postTemplate } from "./prompts"; import { publicationUuid } from "./utils"; diff --git a/packages/client-lens/src/prompts.ts b/packages/client-lens/src/prompts.ts index 70225e790f0..112aa86aa0c 100644 --- a/packages/client-lens/src/prompts.ts +++ b/packages/client-lens/src/prompts.ts @@ -2,7 +2,7 @@ import { Character, messageCompletionFooter, shouldRespondFooter, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { AnyPublicationFragment } from "@lens-protocol/client"; export const formatPublication = (publication: AnyPublicationFragment) => { diff --git a/packages/client-lens/src/providers/StorjProvider.ts b/packages/client-lens/src/providers/StorjProvider.ts index 3e0a338b65b..b63fb57633e 100644 --- a/packages/client-lens/src/providers/StorjProvider.ts +++ b/packages/client-lens/src/providers/StorjProvider.ts @@ -1,6 +1,6 @@ import axios, { AxiosInstance } from "axios"; import FormData from "form-data"; -import type { IAgentRuntime } from "@elizaos/eliza"; +import type { IAgentRuntime } from "@elizaos/core"; // ipfs pinning service: https://storj.dev/dcs/api/storj-ipfs-pinning class StorjProvider { diff --git a/packages/client-lens/src/utils.ts b/packages/client-lens/src/utils.ts index 64d231ef7b0..70d5d048f31 100644 --- a/packages/client-lens/src/utils.ts +++ b/packages/client-lens/src/utils.ts @@ -1,4 +1,4 @@ -import { stringToUuid } from "@elizaos/eliza"; +import { stringToUuid } from "@elizaos/core"; import { BroadcastResult } from "./types"; export function publicationId({ diff --git a/packages/client-slack/package.json b/packages/client-slack/package.json index d2333f9df53..ea6125e5124 100644 --- a/packages/client-slack/package.json +++ b/packages/client-slack/package.json @@ -17,7 +17,7 @@ "example:transcribe": "ts-node src/examples/standalone-transcribe.ts" }, "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@ffmpeg-installer/ffmpeg": "^1.1.0", "@slack/events-api": "^3.0.1", "@slack/web-api": "^6.8.1", diff --git a/packages/client-slack/src/actions/chat_with_attachments.ts b/packages/client-slack/src/actions/chat_with_attachments.ts index 098212154e2..dd74af905a5 100644 --- a/packages/client-slack/src/actions/chat_with_attachments.ts +++ b/packages/client-slack/src/actions/chat_with_attachments.ts @@ -3,8 +3,8 @@ import { generateText, trimTokens, parseJSONObjectFromText, -} from "@elizaos/eliza"; -import { models } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { models } from "@elizaos/core"; import { Action, ActionExample, @@ -15,7 +15,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const summarizationTemplate = `# Summarized so far (we are adding to this) {{currentSummary}} diff --git a/packages/client-slack/src/actions/summarize_conversation.ts b/packages/client-slack/src/actions/summarize_conversation.ts index 04665023ad6..880c6ab0af2 100644 --- a/packages/client-slack/src/actions/summarize_conversation.ts +++ b/packages/client-slack/src/actions/summarize_conversation.ts @@ -4,9 +4,9 @@ import { splitChunks, trimTokens, parseJSONObjectFromText, -} from "@elizaos/eliza"; -import { models } from "@elizaos/eliza"; -import { getActorDetails } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { models } from "@elizaos/core"; +import { getActorDetails } from "@elizaos/core"; import { Action, ActionExample, @@ -18,7 +18,7 @@ import { ModelClass, State, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { ISlackService, SLACK_SERVICE_TYPE } from "../types/slack-types"; export const summarizationTemplate = `# Summarized so far (we are adding to this) diff --git a/packages/client-slack/src/actions/transcribe_media.ts b/packages/client-slack/src/actions/transcribe_media.ts index 55d164cfdc6..abba39f0cb1 100644 --- a/packages/client-slack/src/actions/transcribe_media.ts +++ b/packages/client-slack/src/actions/transcribe_media.ts @@ -2,7 +2,7 @@ import { composeContext, generateText, parseJSONObjectFromText, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Action, ActionExample, @@ -13,7 +13,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const transcriptionTemplate = `# Transcription of media file {{mediaTranscript}} diff --git a/packages/client-slack/src/attachments.ts b/packages/client-slack/src/attachments.ts index 314d08849eb..79f8bcfe244 100644 --- a/packages/client-slack/src/attachments.ts +++ b/packages/client-slack/src/attachments.ts @@ -2,7 +2,7 @@ import { generateText, trimTokens, parseJSONObjectFromText, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { IAgentRuntime, IImageDescriptionService, @@ -12,7 +12,7 @@ import { Media, ModelClass, ServiceType, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { WebClient } from "@slack/web-api"; import ffmpeg from "fluent-ffmpeg"; import fs from "fs"; diff --git a/packages/client-slack/src/environment.ts b/packages/client-slack/src/environment.ts index 3a2055ee10e..dcaa2373735 100644 --- a/packages/client-slack/src/environment.ts +++ b/packages/client-slack/src/environment.ts @@ -1,5 +1,5 @@ -import { IAgentRuntime } from "@elizaos/eliza"; -import { elizaLogger } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; +import { elizaLogger } from "@elizaos/core"; import { z } from "zod"; export const slackEnvSchema = z.object({ diff --git a/packages/client-slack/src/events.ts b/packages/client-slack/src/events.ts index dd2780b0725..c1c050fcb73 100644 --- a/packages/client-slack/src/events.ts +++ b/packages/client-slack/src/events.ts @@ -2,7 +2,7 @@ import { createEventAdapter } from "@slack/events-api"; import { WebClient } from "@slack/web-api"; import { SlackConfig } from "./types/slack-types"; import { MessageManager } from "./messages"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; export class EventHandler { private events: ReturnType; diff --git a/packages/client-slack/src/index.ts b/packages/client-slack/src/index.ts index 285065b6d61..a3d8ee8199a 100644 --- a/packages/client-slack/src/index.ts +++ b/packages/client-slack/src/index.ts @@ -1,9 +1,5 @@ -import { - Character, - Client as ElizaClient, - IAgentRuntime, -} from "@elizaos/eliza"; -import { elizaLogger } from "@elizaos/eliza"; +import { Character, Client as ElizaClient, IAgentRuntime } from "@elizaos/core"; +import { elizaLogger } from "@elizaos/core"; import { WebClient } from "@slack/web-api"; import express, { Request } from "express"; import { EventEmitter } from "events"; diff --git a/packages/client-slack/src/messages.ts b/packages/client-slack/src/messages.ts index 5e25ee2fe0c..089a9592683 100644 --- a/packages/client-slack/src/messages.ts +++ b/packages/client-slack/src/messages.ts @@ -10,13 +10,13 @@ import { State, elizaLogger, HandlerCallback, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { slackMessageHandlerTemplate, slackShouldRespondTemplate, } from "./templates"; import { WebClient } from "@slack/web-api"; -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; export class MessageManager { private client: WebClient; diff --git a/packages/client-slack/src/providers/channelState.ts b/packages/client-slack/src/providers/channelState.ts index b39540b22de..bf4afb95677 100644 --- a/packages/client-slack/src/providers/channelState.ts +++ b/packages/client-slack/src/providers/channelState.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; interface SlackEvent { channel: string; diff --git a/packages/client-slack/src/services/slack.service.ts b/packages/client-slack/src/services/slack.service.ts index 0198dc38efb..5a1a6aa30d2 100644 --- a/packages/client-slack/src/services/slack.service.ts +++ b/packages/client-slack/src/services/slack.service.ts @@ -1,4 +1,4 @@ -import { Service, IAgentRuntime, ServiceType } from "@elizaos/eliza"; +import { Service, IAgentRuntime, ServiceType } from "@elizaos/core"; import { WebClient } from "@slack/web-api"; import { ISlackService } from "../types/slack-types"; diff --git a/packages/client-slack/src/templates.ts b/packages/client-slack/src/templates.ts index d0f8bef151b..9fa6df8b9a9 100644 --- a/packages/client-slack/src/templates.ts +++ b/packages/client-slack/src/templates.ts @@ -1,4 +1,4 @@ -import { messageCompletionFooter, shouldRespondFooter } from "@elizaos/eliza"; +import { messageCompletionFooter, shouldRespondFooter } from "@elizaos/core"; export const slackShouldRespondTemplate = `# Task: Decide if {{agentName}} should respond. diff --git a/packages/client-slack/src/types/slack-types.ts b/packages/client-slack/src/types/slack-types.ts index 068221f0145..6773b9f4675 100644 --- a/packages/client-slack/src/types/slack-types.ts +++ b/packages/client-slack/src/types/slack-types.ts @@ -1,5 +1,5 @@ import { WebClient } from "@slack/web-api"; -import { Service, ServiceType } from "@elizaos/eliza"; +import { Service, ServiceType } from "@elizaos/core"; export interface SlackConfig { appId: string; diff --git a/packages/client-telegram/package.json b/packages/client-telegram/package.json index c44a2be15cd..ade1f9191a1 100644 --- a/packages/client-telegram/package.json +++ b/packages/client-telegram/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@telegraf/types": "7.1.0", "telegraf": "4.16.3", "zod": "3.23.8" diff --git a/packages/client-telegram/src/environment.ts b/packages/client-telegram/src/environment.ts index f18ed3170ca..ef2739a23cf 100644 --- a/packages/client-telegram/src/environment.ts +++ b/packages/client-telegram/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const telegramEnvSchema = z.object({ diff --git a/packages/client-telegram/src/index.ts b/packages/client-telegram/src/index.ts index 24a7d4a9af7..61e9d091ae1 100644 --- a/packages/client-telegram/src/index.ts +++ b/packages/client-telegram/src/index.ts @@ -1,5 +1,5 @@ -import { elizaLogger } from "@elizaos/eliza"; -import { Client, IAgentRuntime } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; +import { Client, IAgentRuntime } from "@elizaos/core"; import { TelegramClient } from "./telegramClient.ts"; import { validateTelegramConfig } from "./environment.ts"; diff --git a/packages/client-telegram/src/messageManager.ts b/packages/client-telegram/src/messageManager.ts index 620abf381da..850f2f3bf63 100644 --- a/packages/client-telegram/src/messageManager.ts +++ b/packages/client-telegram/src/messageManager.ts @@ -1,8 +1,8 @@ import { Message } from "@telegraf/types"; import { Context, Telegraf } from "telegraf"; -import { composeContext, elizaLogger, ServiceType } from "@elizaos/eliza"; -import { getEmbeddingZeroVector } from "@elizaos/eliza"; +import { composeContext, elizaLogger, ServiceType } from "@elizaos/core"; +import { getEmbeddingZeroVector } from "@elizaos/core"; import { Content, HandlerCallback, @@ -13,11 +13,11 @@ import { State, UUID, Media, -} from "@elizaos/eliza"; -import { stringToUuid } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { stringToUuid } from "@elizaos/core"; -import { generateMessageResponse, generateShouldRespond } from "@elizaos/eliza"; -import { messageCompletionFooter, shouldRespondFooter } from "@elizaos/eliza"; +import { generateMessageResponse, generateShouldRespond } from "@elizaos/core"; +import { messageCompletionFooter, shouldRespondFooter } from "@elizaos/core"; import { cosineSimilarity } from "./utils"; import { diff --git a/packages/client-telegram/src/telegramClient.ts b/packages/client-telegram/src/telegramClient.ts index 8954c85c40f..059b5ec633e 100644 --- a/packages/client-telegram/src/telegramClient.ts +++ b/packages/client-telegram/src/telegramClient.ts @@ -1,6 +1,6 @@ import { Context, Telegraf } from "telegraf"; import { message } from "telegraf/filters"; -import { IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { IAgentRuntime, elizaLogger } from "@elizaos/core"; import { MessageManager } from "./messageManager.ts"; import { getOrCreateRecommenderInBe } from "./getOrCreateRecommenderInBe.ts"; diff --git a/packages/client-twitter/package.json b/packages/client-twitter/package.json index a10f47345d8..d27e22d4fba 100644 --- a/packages/client-twitter/package.json +++ b/packages/client-twitter/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "agent-twitter-client": "0.0.17", "glob": "11.0.0", "zod": "3.23.8" diff --git a/packages/client-twitter/src/base.ts b/packages/client-twitter/src/base.ts index 25ec220d4bc..d9f10281cb5 100644 --- a/packages/client-twitter/src/base.ts +++ b/packages/client-twitter/src/base.ts @@ -8,7 +8,7 @@ import { getEmbeddingZeroVector, elizaLogger, stringToUuid, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { QueryTweetsResponse, Scraper, diff --git a/packages/client-twitter/src/environment.ts b/packages/client-twitter/src/environment.ts index b0e20740b55..a5a5bbf82e8 100644 --- a/packages/client-twitter/src/environment.ts +++ b/packages/client-twitter/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const DEFAULT_MAX_TWEET_LENGTH = 280; diff --git a/packages/client-twitter/src/index.ts b/packages/client-twitter/src/index.ts index 38a8aedecd9..db522be15c8 100644 --- a/packages/client-twitter/src/index.ts +++ b/packages/client-twitter/src/index.ts @@ -1,4 +1,4 @@ -import { Client, elizaLogger, IAgentRuntime } from "@elizaos/eliza"; +import { Client, elizaLogger, IAgentRuntime } from "@elizaos/core"; import { ClientBase } from "./base.ts"; import { validateTwitterConfig } from "./environment.ts"; import { TwitterInteractionClient } from "./interactions.ts"; diff --git a/packages/client-twitter/src/interactions.ts b/packages/client-twitter/src/interactions.ts index 8cfa61c3b3e..be611973f7b 100644 --- a/packages/client-twitter/src/interactions.ts +++ b/packages/client-twitter/src/interactions.ts @@ -14,7 +14,7 @@ import { stringToUuid, elizaLogger, getEmbeddingZeroVector, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { ClientBase } from "./base"; import { buildConversationThread, sendTweet, wait } from "./utils.ts"; diff --git a/packages/client-twitter/src/post.ts b/packages/client-twitter/src/post.ts index d1c901f576b..65fe46956a5 100644 --- a/packages/client-twitter/src/post.ts +++ b/packages/client-twitter/src/post.ts @@ -7,12 +7,12 @@ import { ModelClass, stringToUuid, parseBooleanFromText, -} from "@elizaos/eliza"; -import { elizaLogger } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { elizaLogger } from "@elizaos/core"; import { ClientBase } from "./base.ts"; -import { postActionResponseFooter } from "@elizaos/eliza"; -import { generateTweetActions } from "@elizaos/eliza"; -import { IImageDescriptionService, ServiceType } from "@elizaos/eliza"; +import { postActionResponseFooter } from "@elizaos/core"; +import { generateTweetActions } from "@elizaos/core"; +import { IImageDescriptionService, ServiceType } from "@elizaos/core"; import { buildConversationThread } from "./utils.ts"; import { twitterMessageHandlerTemplate } from "./interactions.ts"; import { DEFAULT_MAX_TWEET_LENGTH } from "./environment.ts"; diff --git a/packages/client-twitter/src/search.ts b/packages/client-twitter/src/search.ts index a4c33620517..0bc917da478 100644 --- a/packages/client-twitter/src/search.ts +++ b/packages/client-twitter/src/search.ts @@ -1,7 +1,7 @@ import { SearchMode } from "agent-twitter-client"; -import { composeContext } from "@elizaos/eliza"; -import { generateMessageResponse, generateText } from "@elizaos/eliza"; -import { messageCompletionFooter } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateMessageResponse, generateText } from "@elizaos/core"; +import { messageCompletionFooter } from "@elizaos/core"; import { Content, HandlerCallback, @@ -10,8 +10,8 @@ import { ModelClass, ServiceType, State, -} from "@elizaos/eliza"; -import { stringToUuid } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { stringToUuid } from "@elizaos/core"; import { ClientBase } from "./base"; import { buildConversationThread, sendTweet, wait } from "./utils.ts"; diff --git a/packages/client-twitter/src/utils.ts b/packages/client-twitter/src/utils.ts index ce38d6422ea..b1b0cb1b52d 100644 --- a/packages/client-twitter/src/utils.ts +++ b/packages/client-twitter/src/utils.ts @@ -1,11 +1,11 @@ import { Tweet } from "agent-twitter-client"; -import { getEmbeddingZeroVector } from "@elizaos/eliza"; -import { Content, Memory, UUID } from "@elizaos/eliza"; -import { stringToUuid } from "@elizaos/eliza"; +import { getEmbeddingZeroVector } from "@elizaos/core"; +import { Content, Memory, UUID } from "@elizaos/core"; +import { stringToUuid } from "@elizaos/core"; import { ClientBase } from "./base"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { DEFAULT_MAX_TWEET_LENGTH } from "./environment"; -import { Media } from "@elizaos/eliza"; +import { Media } from "@elizaos/core"; import fs from "fs"; import path from "path"; diff --git a/packages/core/package.json b/packages/core/package.json index 214e7ac2139..d3e7a35831e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "name": "@elizaos/eliza", + "name": "@elizaos/core", "version": "0.1.6", "description": "", "main": "dist/index.js", diff --git a/packages/core/src/test_resources/constants.ts b/packages/core/src/test_resources/constants.ts index 0da0f3f41bc..5681992485e 100644 --- a/packages/core/src/test_resources/constants.ts +++ b/packages/core/src/test_resources/constants.ts @@ -1,4 +1,4 @@ -import { type UUID } from "@elizaos/eliza"; +import { type UUID } from "@elizaos/core"; export const SERVER_URL = "http://localhost:7998"; export const SUPABASE_URL = "https://pronvzrzfwsptkojvudd.supabase.co"; diff --git a/packages/core/src/tests/videoGeneration.test.ts b/packages/core/src/tests/videoGeneration.test.ts index 68bb7a53644..7033a46da6b 100644 --- a/packages/core/src/tests/videoGeneration.test.ts +++ b/packages/core/src/tests/videoGeneration.test.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, State } from "@elizaos/core"; import { describe, it, expect, beforeEach, vi } from "vitest"; // Mock the fetch function diff --git a/packages/plugin-0g/package.json b/packages/plugin-0g/package.json index af8016e7ec2..abec39c8319 100644 --- a/packages/plugin-0g/package.json +++ b/packages/plugin-0g/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "dependencies": { "@0glabs/0g-ts-sdk": "0.2.1", - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "ethers": "6.13.4", "tsup": "8.3.5" }, diff --git a/packages/plugin-0g/src/actions/upload.ts b/packages/plugin-0g/src/actions/upload.ts index be923ed1898..cb24317a516 100644 --- a/packages/plugin-0g/src/actions/upload.ts +++ b/packages/plugin-0g/src/actions/upload.ts @@ -8,10 +8,10 @@ import { Content, ActionExample, generateObject, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Indexer, ZgFile, getFlowContract } from "@0glabs/0g-ts-sdk"; import { ethers } from "ethers"; -import { composeContext } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; import { promises as fs } from "fs"; import { uploadTemplate } from "../templates/upload"; diff --git a/packages/plugin-0g/src/index.ts b/packages/plugin-0g/src/index.ts index 20abbc35890..959b3cf192d 100644 --- a/packages/plugin-0g/src/index.ts +++ b/packages/plugin-0g/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { zgUpload } from "./actions/upload"; export const zgPlugin: Plugin = { diff --git a/packages/plugin-aptos/package.json b/packages/plugin-aptos/package.json index 93528d98d56..13446e7c430 100644 --- a/packages/plugin-aptos/package.json +++ b/packages/plugin-aptos/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@aptos-labs/ts-sdk": "^1.26.0", "bignumber": "1.1.0", "bignumber.js": "9.1.2", diff --git a/packages/plugin-aptos/src/actions/transfer.ts b/packages/plugin-aptos/src/actions/transfer.ts index f77d46f7229..626a751a8e7 100644 --- a/packages/plugin-aptos/src/actions/transfer.ts +++ b/packages/plugin-aptos/src/actions/transfer.ts @@ -1,4 +1,4 @@ -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { ActionExample, Content, @@ -8,9 +8,9 @@ import { ModelClass, State, type Action, -} from "@elizaos/eliza"; -import { composeContext } from "@elizaos/eliza"; -import { generateObjectDeprecated } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { composeContext } from "@elizaos/core"; +import { generateObjectDeprecated } from "@elizaos/core"; import { Account, Aptos, diff --git a/packages/plugin-aptos/src/enviroment.ts b/packages/plugin-aptos/src/enviroment.ts index 502251cbef3..59719eaab06 100644 --- a/packages/plugin-aptos/src/enviroment.ts +++ b/packages/plugin-aptos/src/enviroment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const aptosEnvSchema = z.object({ diff --git a/packages/plugin-aptos/src/index.ts b/packages/plugin-aptos/src/index.ts index 84a5fd3112d..6fe294c2824 100644 --- a/packages/plugin-aptos/src/index.ts +++ b/packages/plugin-aptos/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import transferToken from "./actions/transfer.ts"; import { WalletProvider, walletProvider } from "./providers/wallet.ts"; diff --git a/packages/plugin-aptos/src/providers/wallet.ts b/packages/plugin-aptos/src/providers/wallet.ts index 95e94fd6391..fbb209c3ac4 100644 --- a/packages/plugin-aptos/src/providers/wallet.ts +++ b/packages/plugin-aptos/src/providers/wallet.ts @@ -4,7 +4,7 @@ import { Memory, Provider, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Account, Aptos, diff --git a/packages/plugin-aptos/src/tests/wallet.test.ts b/packages/plugin-aptos/src/tests/wallet.test.ts index 66db34c8753..f7d2829413d 100644 --- a/packages/plugin-aptos/src/tests/wallet.test.ts +++ b/packages/plugin-aptos/src/tests/wallet.test.ts @@ -9,7 +9,7 @@ import { PrivateKey, PrivateKeyVariants, } from "@aptos-labs/ts-sdk"; -import { defaultCharacter } from "@elizaos/eliza"; +import { defaultCharacter } from "@elizaos/core"; import BigNumber from "bignumber.js"; import { APT_DECIMALS } from "../constants.ts"; diff --git a/packages/plugin-bootstrap/package.json b/packages/plugin-bootstrap/package.json index 6f689b62241..272409ee085 100644 --- a/packages/plugin-bootstrap/package.json +++ b/packages/plugin-bootstrap/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "tsup": "8.3.5" }, "scripts": { diff --git a/packages/plugin-bootstrap/src/actions/continue.ts b/packages/plugin-bootstrap/src/actions/continue.ts index a5aab8beda1..24dca5d1422 100644 --- a/packages/plugin-bootstrap/src/actions/continue.ts +++ b/packages/plugin-bootstrap/src/actions/continue.ts @@ -1,6 +1,6 @@ -import { composeContext, elizaLogger } from "@elizaos/eliza"; -import { generateMessageResponse, generateTrueOrFalse } from "@elizaos/eliza"; -import { booleanFooter, messageCompletionFooter } from "@elizaos/eliza"; +import { composeContext, elizaLogger } from "@elizaos/core"; +import { generateMessageResponse, generateTrueOrFalse } from "@elizaos/core"; +import { booleanFooter, messageCompletionFooter } from "@elizaos/core"; import { Action, ActionExample, @@ -10,7 +10,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; const maxContinuesInARow = 3; diff --git a/packages/plugin-bootstrap/src/actions/followRoom.ts b/packages/plugin-bootstrap/src/actions/followRoom.ts index 008163053ae..efcf7833010 100644 --- a/packages/plugin-bootstrap/src/actions/followRoom.ts +++ b/packages/plugin-bootstrap/src/actions/followRoom.ts @@ -1,6 +1,6 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateTrueOrFalse } from "@elizaos/eliza"; -import { booleanFooter } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateTrueOrFalse } from "@elizaos/core"; +import { booleanFooter } from "@elizaos/core"; import { Action, ActionExample, @@ -8,7 +8,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const shouldFollowTemplate = `Based on the conversation so far: diff --git a/packages/plugin-bootstrap/src/actions/ignore.ts b/packages/plugin-bootstrap/src/actions/ignore.ts index 5f3f94074bb..aaf4003a090 100644 --- a/packages/plugin-bootstrap/src/actions/ignore.ts +++ b/packages/plugin-bootstrap/src/actions/ignore.ts @@ -3,7 +3,7 @@ import { IAgentRuntime, Memory, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const ignoreAction: Action = { name: "IGNORE", diff --git a/packages/plugin-bootstrap/src/actions/muteRoom.ts b/packages/plugin-bootstrap/src/actions/muteRoom.ts index 99e0848cba4..a452a651adf 100644 --- a/packages/plugin-bootstrap/src/actions/muteRoom.ts +++ b/packages/plugin-bootstrap/src/actions/muteRoom.ts @@ -1,6 +1,6 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateTrueOrFalse } from "@elizaos/eliza"; -import { booleanFooter } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateTrueOrFalse } from "@elizaos/core"; +import { booleanFooter } from "@elizaos/core"; import { Action, ActionExample, @@ -8,7 +8,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const shouldMuteTemplate = `Based on the conversation so far: diff --git a/packages/plugin-bootstrap/src/actions/none.ts b/packages/plugin-bootstrap/src/actions/none.ts index fd2f91a3922..932351cff91 100644 --- a/packages/plugin-bootstrap/src/actions/none.ts +++ b/packages/plugin-bootstrap/src/actions/none.ts @@ -3,7 +3,7 @@ import { IAgentRuntime, Memory, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const noneAction: Action = { name: "NONE", diff --git a/packages/plugin-bootstrap/src/actions/unfollowRoom.ts b/packages/plugin-bootstrap/src/actions/unfollowRoom.ts index b988bf115b7..8dac937ccb2 100644 --- a/packages/plugin-bootstrap/src/actions/unfollowRoom.ts +++ b/packages/plugin-bootstrap/src/actions/unfollowRoom.ts @@ -1,6 +1,6 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateTrueOrFalse } from "@elizaos/eliza"; -import { booleanFooter } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateTrueOrFalse } from "@elizaos/core"; +import { booleanFooter } from "@elizaos/core"; import { Action, ActionExample, @@ -8,7 +8,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; const shouldUnfollowTemplate = `Based on the conversation so far: diff --git a/packages/plugin-bootstrap/src/actions/unmuteRoom.ts b/packages/plugin-bootstrap/src/actions/unmuteRoom.ts index 8b7103e70b0..54976c9e6b8 100644 --- a/packages/plugin-bootstrap/src/actions/unmuteRoom.ts +++ b/packages/plugin-bootstrap/src/actions/unmuteRoom.ts @@ -1,6 +1,6 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateTrueOrFalse } from "@elizaos/eliza"; -import { booleanFooter } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateTrueOrFalse } from "@elizaos/core"; +import { booleanFooter } from "@elizaos/core"; import { Action, ActionExample, @@ -8,7 +8,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const shouldUnmuteTemplate = `Based on the conversation so far: diff --git a/packages/plugin-bootstrap/src/evaluators/fact.ts b/packages/plugin-bootstrap/src/evaluators/fact.ts index 37a407c4354..70b5b450607 100644 --- a/packages/plugin-bootstrap/src/evaluators/fact.ts +++ b/packages/plugin-bootstrap/src/evaluators/fact.ts @@ -1,13 +1,13 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateObjectArray } from "@elizaos/eliza"; -import { MemoryManager } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateObjectArray } from "@elizaos/core"; +import { MemoryManager } from "@elizaos/core"; import { ActionExample, IAgentRuntime, Memory, ModelClass, Evaluator, -} from "@elizaos/eliza"; +} from "@elizaos/core"; export const formatFacts = (facts: Memory[]) => { const messageStrings = facts diff --git a/packages/plugin-bootstrap/src/evaluators/goal.ts b/packages/plugin-bootstrap/src/evaluators/goal.ts index ed7790d71ae..52298a84fb4 100644 --- a/packages/plugin-bootstrap/src/evaluators/goal.ts +++ b/packages/plugin-bootstrap/src/evaluators/goal.ts @@ -1,7 +1,7 @@ -import { composeContext } from "@elizaos/eliza"; -import { generateText } from "@elizaos/eliza"; -import { getGoals } from "@elizaos/eliza"; -import { parseJsonArrayFromText } from "@elizaos/eliza"; +import { composeContext } from "@elizaos/core"; +import { generateText } from "@elizaos/core"; +import { getGoals } from "@elizaos/core"; +import { parseJsonArrayFromText } from "@elizaos/core"; import { IAgentRuntime, Memory, @@ -10,7 +10,7 @@ import { type Goal, type State, Evaluator, -} from "@elizaos/eliza"; +} from "@elizaos/core"; const goalsTemplate = `TASK: Update Goal Analyze the conversation and update the status of the goals based on the new information provided. diff --git a/packages/plugin-bootstrap/src/index.ts b/packages/plugin-bootstrap/src/index.ts index d0445e1dee1..50766050c60 100644 --- a/packages/plugin-bootstrap/src/index.ts +++ b/packages/plugin-bootstrap/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { continueAction } from "./actions/continue.ts"; import { followRoomAction } from "./actions/followRoom.ts"; import { ignoreAction } from "./actions/ignore.ts"; diff --git a/packages/plugin-bootstrap/src/providers/boredom.ts b/packages/plugin-bootstrap/src/providers/boredom.ts index cd08285cc4e..cbe64eddfdf 100644 --- a/packages/plugin-bootstrap/src/providers/boredom.ts +++ b/packages/plugin-bootstrap/src/providers/boredom.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; const boredomLevels = [ { diff --git a/packages/plugin-bootstrap/src/providers/facts.ts b/packages/plugin-bootstrap/src/providers/facts.ts index 4a17548efec..20829d9fed4 100644 --- a/packages/plugin-bootstrap/src/providers/facts.ts +++ b/packages/plugin-bootstrap/src/providers/facts.ts @@ -3,8 +3,8 @@ import { MemoryManager, formatMessages, AgentRuntime as IAgentRuntime, -} from "@elizaos/eliza"; -import type { Memory, Provider, State } from "@elizaos/eliza"; +} from "@elizaos/core"; +import type { Memory, Provider, State } from "@elizaos/core"; import { formatFacts } from "../evaluators/fact.ts"; const factsProvider: Provider = { diff --git a/packages/plugin-bootstrap/src/providers/time.ts b/packages/plugin-bootstrap/src/providers/time.ts index 2007d850c33..24138db01d0 100644 --- a/packages/plugin-bootstrap/src/providers/time.ts +++ b/packages/plugin-bootstrap/src/providers/time.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; const timeProvider: Provider = { get: async (_runtime: IAgentRuntime, _message: Memory, _state?: State) => { diff --git a/packages/plugin-coinbase/package.json b/packages/plugin-coinbase/package.json index 1dd3e3d2c1a..7d55302e506 100644 --- a/packages/plugin-coinbase/package.json +++ b/packages/plugin-coinbase/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "coinbase-api": "1.0.5", "coinbase-advanced-sdk": "file:../../packages/plugin-coinbase/advanced-sdk-ts", "jsonwebtoken": "^9.0.2", diff --git a/packages/plugin-coinbase/src/plugins/advancedTrade.ts b/packages/plugin-coinbase/src/plugins/advancedTrade.ts index 11b1d395350..8b70a76e438 100644 --- a/packages/plugin-coinbase/src/plugins/advancedTrade.ts +++ b/packages/plugin-coinbase/src/plugins/advancedTrade.ts @@ -11,7 +11,7 @@ import { generateObject, ModelClass, Provider, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { advancedTradeTemplate } from "../templates"; import { isAdvancedTradeContent, AdvancedTradeSchema } from "../types"; import { readFile } from "fs/promises"; diff --git a/packages/plugin-coinbase/src/plugins/commerce.ts b/packages/plugin-coinbase/src/plugins/commerce.ts index 6ba1457de52..411aea6015c 100644 --- a/packages/plugin-coinbase/src/plugins/commerce.ts +++ b/packages/plugin-coinbase/src/plugins/commerce.ts @@ -4,7 +4,7 @@ import { generateObject, ModelClass, Provider, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Action, HandlerCallback, @@ -12,7 +12,7 @@ import { Memory, Plugin, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { ChargeContent, ChargeSchema, isChargeContent } from "../types"; import { chargeTemplate, getChargeTemplate } from "../templates"; import { getWalletDetails } from "../utils"; diff --git a/packages/plugin-coinbase/src/plugins/massPayments.ts b/packages/plugin-coinbase/src/plugins/massPayments.ts index f8398fda98a..6eca0849679 100644 --- a/packages/plugin-coinbase/src/plugins/massPayments.ts +++ b/packages/plugin-coinbase/src/plugins/massPayments.ts @@ -11,7 +11,7 @@ import { State, HandlerCallback, Plugin, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { TransferSchema, isTransferContent, diff --git a/packages/plugin-coinbase/src/plugins/tokenContract.ts b/packages/plugin-coinbase/src/plugins/tokenContract.ts index de47f442996..5a268f4b1a3 100644 --- a/packages/plugin-coinbase/src/plugins/tokenContract.ts +++ b/packages/plugin-coinbase/src/plugins/tokenContract.ts @@ -10,7 +10,7 @@ import { composeContext, generateObject, ModelClass, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { initializeWallet } from "../utils"; import { contractInvocationTemplate, diff --git a/packages/plugin-coinbase/src/plugins/trade.ts b/packages/plugin-coinbase/src/plugins/trade.ts index c9eb7fc98b8..e26a9d20cb2 100644 --- a/packages/plugin-coinbase/src/plugins/trade.ts +++ b/packages/plugin-coinbase/src/plugins/trade.ts @@ -11,7 +11,7 @@ import { generateObject, ModelClass, Provider, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { executeTradeAndCharityTransfer, getWalletDetails } from "../utils"; import { tradeTemplate } from "../templates"; import { isTradeContent, TradeContent, TradeSchema } from "../types"; diff --git a/packages/plugin-coinbase/src/plugins/webhooks.ts b/packages/plugin-coinbase/src/plugins/webhooks.ts index d957631af16..742dca2ccb1 100644 --- a/packages/plugin-coinbase/src/plugins/webhooks.ts +++ b/packages/plugin-coinbase/src/plugins/webhooks.ts @@ -11,7 +11,7 @@ import { generateObject, ModelClass, Provider, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { WebhookSchema, isWebhookContent, WebhookContent } from "../types"; import { webhookTemplate } from "../templates"; import { appendWebhooksToCsv } from "../utils"; diff --git a/packages/plugin-coinbase/src/utils.ts b/packages/plugin-coinbase/src/utils.ts index 59bb29c8177..a3f05334f98 100644 --- a/packages/plugin-coinbase/src/utils.ts +++ b/packages/plugin-coinbase/src/utils.ts @@ -6,7 +6,7 @@ import { WalletData, Webhook, } from "@coinbase/coinbase-sdk"; -import { elizaLogger, IAgentRuntime, settings } from "@elizaos/eliza"; +import { elizaLogger, IAgentRuntime, settings } from "@elizaos/core"; import fs from "fs"; import path from "path"; import { EthereumTransaction } from "@coinbase/coinbase-sdk/dist/client"; diff --git a/packages/plugin-conflux/package.json b/packages/plugin-conflux/package.json index 52f00485437..6dbba4710d1 100644 --- a/packages/plugin-conflux/package.json +++ b/packages/plugin-conflux/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "cive": "0.7.1" }, "scripts": { diff --git a/packages/plugin-conflux/src/actions/bridgeTransfer.ts b/packages/plugin-conflux/src/actions/bridgeTransfer.ts index 1efd18ec7d3..3e1cccbbf49 100644 --- a/packages/plugin-conflux/src/actions/bridgeTransfer.ts +++ b/packages/plugin-conflux/src/actions/bridgeTransfer.ts @@ -4,13 +4,13 @@ import { Memory, State, HandlerCallback, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { generateObject, composeContext, ModelClass, Content, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { createPublicClient, createWalletClient, diff --git a/packages/plugin-conflux/src/actions/confiPump.ts b/packages/plugin-conflux/src/actions/confiPump.ts index ce56f19ac36..c5d143787d4 100644 --- a/packages/plugin-conflux/src/actions/confiPump.ts +++ b/packages/plugin-conflux/src/actions/confiPump.ts @@ -4,8 +4,8 @@ import { Memory, State, HandlerCallback, -} from "@elizaos/eliza"; -import { generateObject, composeContext, ModelClass } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { generateObject, composeContext, ModelClass } from "@elizaos/core"; import { createPublicClient, createWalletClient, diff --git a/packages/plugin-conflux/src/actions/transfer.ts b/packages/plugin-conflux/src/actions/transfer.ts index 86bb7e23229..fa5237d08fe 100644 --- a/packages/plugin-conflux/src/actions/transfer.ts +++ b/packages/plugin-conflux/src/actions/transfer.ts @@ -4,13 +4,13 @@ import { Memory, State, HandlerCallback, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { generateObject, composeContext, ModelClass, Content, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { createPublicClient, createWalletClient, http, parseCFX } from "cive"; import { privateKeyToAccount } from "cive/accounts"; import { testnet } from "cive/chains"; diff --git a/packages/plugin-conflux/src/index.ts b/packages/plugin-conflux/src/index.ts index 3a1959df83f..1dacd879ca5 100644 --- a/packages/plugin-conflux/src/index.ts +++ b/packages/plugin-conflux/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { transfer } from "./actions/transfer"; import { bridgeTransfer } from "./actions/bridgeTransfer"; import { confiPump } from "./actions/confiPump"; diff --git a/packages/plugin-conflux/src/types.ts b/packages/plugin-conflux/src/types.ts index 619e74d5e7f..a605b5a7142 100644 --- a/packages/plugin-conflux/src/types.ts +++ b/packages/plugin-conflux/src/types.ts @@ -1,5 +1,5 @@ import { z } from "zod"; -import { Content } from "@elizaos/eliza"; +import { Content } from "@elizaos/core"; export const TransferSchema = z.object({ to: z.string(), diff --git a/packages/plugin-echochambers/README.md b/packages/plugin-echochambers/README.md index c3665f9d6e3..6e515088aca 100644 --- a/packages/plugin-echochambers/README.md +++ b/packages/plugin-echochambers/README.md @@ -19,7 +19,7 @@ The EchoChambers plugin enables ELIZA to interact in chat rooms, providing conve 2. Import and register the plugin in your `character.ts` configuration: ```typescript - import { Character, ModelProviderName, defaultCharacter } from "@elizaos/eliza"; + import { Character, ModelProviderName, defaultCharacter } from "@elizaos/core"; import { echoChamberPlugin } from "@elizaos/plugin-echochambers"; export const character: Character = { diff --git a/packages/plugin-echochambers/package.json b/packages/plugin-echochambers/package.json index c6614c95fc8..6080cc2c5d2 100644 --- a/packages/plugin-echochambers/package.json +++ b/packages/plugin-echochambers/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-node": "workspace:*" }, "scripts": { diff --git a/packages/plugin-echochambers/src/echoChamberClient.ts b/packages/plugin-echochambers/src/echoChamberClient.ts index ba7b80930f7..111985334a4 100644 --- a/packages/plugin-echochambers/src/echoChamberClient.ts +++ b/packages/plugin-echochambers/src/echoChamberClient.ts @@ -1,4 +1,4 @@ -import { elizaLogger, IAgentRuntime } from "@elizaos/eliza"; +import { elizaLogger, IAgentRuntime } from "@elizaos/core"; import { ChatMessage, ChatRoom, diff --git a/packages/plugin-echochambers/src/environment.ts b/packages/plugin-echochambers/src/environment.ts index bc2cb1c343d..9bb60ac2b68 100644 --- a/packages/plugin-echochambers/src/environment.ts +++ b/packages/plugin-echochambers/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, elizaLogger } from "@elizaos/eliza"; +import { IAgentRuntime, elizaLogger } from "@elizaos/core"; export async function validateEchoChamberConfig( runtime: IAgentRuntime diff --git a/packages/plugin-echochambers/src/index.ts b/packages/plugin-echochambers/src/index.ts index e9e955d51b5..11b9911fe8e 100644 --- a/packages/plugin-echochambers/src/index.ts +++ b/packages/plugin-echochambers/src/index.ts @@ -1,4 +1,4 @@ -import { elizaLogger, Client, IAgentRuntime, Plugin } from "@elizaos/eliza"; +import { elizaLogger, Client, IAgentRuntime, Plugin } from "@elizaos/core"; import { EchoChamberClient } from "./echoChamberClient"; import { InteractionClient } from "./interactions"; import { EchoChamberConfig } from "./types"; diff --git a/packages/plugin-echochambers/src/interactions.ts b/packages/plugin-echochambers/src/interactions.ts index 5561d66745a..9c5ea938b01 100644 --- a/packages/plugin-echochambers/src/interactions.ts +++ b/packages/plugin-echochambers/src/interactions.ts @@ -13,7 +13,7 @@ import { stringToUuid, elizaLogger, getEmbeddingZeroVector, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { EchoChamberClient } from "./echoChamberClient"; import { ChatMessage } from "./types"; diff --git a/packages/plugin-evm/package.json b/packages/plugin-evm/package.json index 72e453e1b81..35f847bc68e 100644 --- a/packages/plugin-evm/package.json +++ b/packages/plugin-evm/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@lifi/data-types": "5.15.5", "@lifi/sdk": "3.4.1", "@lifi/types": "16.3.0", diff --git a/packages/plugin-evm/src/actions/bridge.ts b/packages/plugin-evm/src/actions/bridge.ts index f13e0facba3..811b9cdfc2f 100644 --- a/packages/plugin-evm/src/actions/bridge.ts +++ b/packages/plugin-evm/src/actions/bridge.ts @@ -1,4 +1,4 @@ -import type { IAgentRuntime, Memory, State } from "@elizaos/eliza"; +import type { IAgentRuntime, Memory, State } from "@elizaos/core"; import { createConfig, executeRoute, diff --git a/packages/plugin-evm/src/actions/swap.ts b/packages/plugin-evm/src/actions/swap.ts index 7bd3d4ed892..2a5ef88c86a 100644 --- a/packages/plugin-evm/src/actions/swap.ts +++ b/packages/plugin-evm/src/actions/swap.ts @@ -1,4 +1,4 @@ -import type { IAgentRuntime, Memory, State } from "@elizaos/eliza"; +import type { IAgentRuntime, Memory, State } from "@elizaos/core"; import { createConfig, executeRoute, diff --git a/packages/plugin-evm/src/actions/transfer.ts b/packages/plugin-evm/src/actions/transfer.ts index 3e3fda3f831..71e252f9b63 100644 --- a/packages/plugin-evm/src/actions/transfer.ts +++ b/packages/plugin-evm/src/actions/transfer.ts @@ -7,7 +7,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { initWalletProvider, WalletProvider } from "../providers/wallet"; import type { Transaction, TransferParams } from "../types"; diff --git a/packages/plugin-evm/src/index.ts b/packages/plugin-evm/src/index.ts index 6b844cf36c4..f3abf115fb8 100644 --- a/packages/plugin-evm/src/index.ts +++ b/packages/plugin-evm/src/index.ts @@ -4,7 +4,7 @@ export * from "./actions/transfer"; export * from "./providers/wallet"; export * from "./types"; -import type { Plugin } from "@elizaos/eliza"; +import type { Plugin } from "@elizaos/core"; import { bridgeAction } from "./actions/bridge"; import { swapAction } from "./actions/swap"; import { transferAction } from "./actions/transfer"; diff --git a/packages/plugin-evm/src/providers/wallet.ts b/packages/plugin-evm/src/providers/wallet.ts index f040f944a49..c0fbcc7360a 100644 --- a/packages/plugin-evm/src/providers/wallet.ts +++ b/packages/plugin-evm/src/providers/wallet.ts @@ -5,7 +5,7 @@ import { http, } from "viem"; import { privateKeyToAccount } from "viem/accounts"; -import type { IAgentRuntime, Provider, Memory, State } from "@elizaos/eliza"; +import type { IAgentRuntime, Provider, Memory, State } from "@elizaos/core"; import type { Address, WalletClient, diff --git a/packages/plugin-flow/package.json b/packages/plugin-flow/package.json index 9490a706e90..5d979796a92 100644 --- a/packages/plugin-flow/package.json +++ b/packages/plugin-flow/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@onflow/config": "1.5.1", "@onflow/fcl": "1.13.1", "@onflow/typedefs": "1.4.0", diff --git a/packages/plugin-flow/src/actions/transfer.ts b/packages/plugin-flow/src/actions/transfer.ts index b962e2a4d07..1b1dcc34296 100644 --- a/packages/plugin-flow/src/actions/transfer.ts +++ b/packages/plugin-flow/src/actions/transfer.ts @@ -10,7 +10,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import Exception from "../types/exception"; import { getFlowConnectorInstance } from "../providers/connector.provider"; import { diff --git a/packages/plugin-flow/src/environment.ts b/packages/plugin-flow/src/environment.ts index 1f02d9cc8e3..ce740856e4b 100644 --- a/packages/plugin-flow/src/environment.ts +++ b/packages/plugin-flow/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; const FLOW_MAINNET_PUBLIC_RPC = "https://mainnet.onflow.org"; diff --git a/packages/plugin-flow/src/index.ts b/packages/plugin-flow/src/index.ts index 00328b5c0cf..fadc186b4b1 100644 --- a/packages/plugin-flow/src/index.ts +++ b/packages/plugin-flow/src/index.ts @@ -8,7 +8,7 @@ export * as queries from "./queries"; export * from "./providers/connector.provider"; export * from "./providers/wallet.provider"; -import type { Plugin } from "@elizaos/eliza"; +import type { Plugin } from "@elizaos/core"; import { flowWalletProvider } from "./providers/wallet.provider"; import { flowConnectorProvider } from "./providers/connector.provider"; import { transferAction } from "./actions/transfer"; diff --git a/packages/plugin-flow/src/providers/connector.provider.ts b/packages/plugin-flow/src/providers/connector.provider.ts index adb49f83ec2..1bcafebf788 100644 --- a/packages/plugin-flow/src/providers/connector.provider.ts +++ b/packages/plugin-flow/src/providers/connector.provider.ts @@ -4,7 +4,7 @@ import { Memory, Provider, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import FlowConnector, { NetworkType } from "./utils/flow.connector"; diff --git a/packages/plugin-flow/src/providers/wallet.provider.ts b/packages/plugin-flow/src/providers/wallet.provider.ts index 64a702e9b3a..abc3dc58436 100644 --- a/packages/plugin-flow/src/providers/wallet.provider.ts +++ b/packages/plugin-flow/src/providers/wallet.provider.ts @@ -4,7 +4,7 @@ import { Memory, Provider, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import NodeCache from "node-cache"; import * as fcl from "@onflow/fcl"; import type { CompositeSignature, Account } from "@onflow/typedefs"; diff --git a/packages/plugin-flow/src/tests/connector.test.ts b/packages/plugin-flow/src/tests/connector.test.ts index 4da9f19a484..5bb46a162f5 100644 --- a/packages/plugin-flow/src/tests/connector.test.ts +++ b/packages/plugin-flow/src/tests/connector.test.ts @@ -3,7 +3,7 @@ import { getFlowConnectorInstance, FlowConnectorProvider, } from "../providers/connector.provider"; -import { defaultCharacter } from "@elizaos/eliza"; +import { defaultCharacter } from "@elizaos/core"; describe("ConnectorProvider", () => { let connectorProvider: FlowConnectorProvider; diff --git a/packages/plugin-flow/src/tests/wallet.test.ts b/packages/plugin-flow/src/tests/wallet.test.ts index 0e1de8c841d..0a597e4976b 100644 --- a/packages/plugin-flow/src/tests/wallet.test.ts +++ b/packages/plugin-flow/src/tests/wallet.test.ts @@ -1,5 +1,5 @@ import { describe, it, expect, beforeEach, vi, afterEach } from "vitest"; -import { defaultCharacter } from "@elizaos/eliza"; +import { defaultCharacter } from "@elizaos/core"; import { getFlowConnectorInstance } from "../providers/connector.provider"; import { FlowWalletProvider } from "../providers/wallet.provider"; diff --git a/packages/plugin-goat/package.json b/packages/plugin-goat/package.json index 8a1af27dc95..f8b91d01e2a 100644 --- a/packages/plugin-goat/package.json +++ b/packages/plugin-goat/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@goat-sdk/core": "0.3.8", "@goat-sdk/plugin-erc20": "0.1.7", "@goat-sdk/wallet-viem": "0.1.3", diff --git a/packages/plugin-goat/src/actions.ts b/packages/plugin-goat/src/actions.ts index e7cff2468bb..b938f51b279 100644 --- a/packages/plugin-goat/src/actions.ts +++ b/packages/plugin-goat/src/actions.ts @@ -15,7 +15,7 @@ import { type State, composeContext, generateObject, -} from "@elizaos/eliza"; +} from "@elizaos/core"; type GetOnChainActionsParams = { wallet: TWalletClient; diff --git a/packages/plugin-goat/src/index.ts b/packages/plugin-goat/src/index.ts index 51702866fec..0bfe9cb293e 100644 --- a/packages/plugin-goat/src/index.ts +++ b/packages/plugin-goat/src/index.ts @@ -1,4 +1,4 @@ -import type { Plugin } from "@elizaos/eliza"; +import type { Plugin } from "@elizaos/core"; import { getOnChainActions } from "./actions"; import { erc20, USDC } from "@goat-sdk/plugin-erc20"; import { sendETH } from "@goat-sdk/core"; diff --git a/packages/plugin-icp/package.json b/packages/plugin-icp/package.json index c03135d91db..89abdfcf3a0 100644 --- a/packages/plugin-icp/package.json +++ b/packages/plugin-icp/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@dfinity/agent": "2.1.3", "@dfinity/candid": "2.1.3", "@dfinity/identity": "2.1.3", diff --git a/packages/plugin-icp/src/actions/createToken.ts b/packages/plugin-icp/src/actions/createToken.ts index da0cc044d42..c199b00aac3 100644 --- a/packages/plugin-icp/src/actions/createToken.ts +++ b/packages/plugin-icp/src/actions/createToken.ts @@ -3,7 +3,7 @@ import { generateImage, generateText, generateObjectDeprecated, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { ActionExample, HandlerCallback, @@ -12,7 +12,7 @@ import { ModelClass, State, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { idlFactory } from "../canisters/pick-pump/index.did"; import { _SERVICE } from "../canisters/pick-pump/index.did.d"; import { ActorCreator, CreateMemeTokenArg } from "../types"; diff --git a/packages/plugin-icp/src/index.ts b/packages/plugin-icp/src/index.ts index aa76e07fdf0..dfe6d497c81 100644 --- a/packages/plugin-icp/src/index.ts +++ b/packages/plugin-icp/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { icpWalletProvider } from "./providers/wallet"; import { executeCreateToken } from "./actions/createToken"; diff --git a/packages/plugin-icp/src/providers/wallet.ts b/packages/plugin-icp/src/providers/wallet.ts index 6e1e7cd5d6f..2e5ecd2584e 100644 --- a/packages/plugin-icp/src/providers/wallet.ts +++ b/packages/plugin-icp/src/providers/wallet.ts @@ -3,7 +3,7 @@ import { Actor, ActorSubclass, HttpAgent } from "@dfinity/agent"; import { Ed25519KeyIdentity } from "@dfinity/identity"; import { IDL } from "@dfinity/candid"; import { Principal } from "@dfinity/principal"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; export class WalletProvider { private privateKey: string; diff --git a/packages/plugin-image-generation/package.json b/packages/plugin-image-generation/package.json index df63789ce25..485b4f7b0bb 100644 --- a/packages/plugin-image-generation/package.json +++ b/packages/plugin-image-generation/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "tsup": "8.3.5" }, "scripts": { diff --git a/packages/plugin-image-generation/src/environment.ts b/packages/plugin-image-generation/src/environment.ts index 5bc8c1a5a5e..8d15d116451 100644 --- a/packages/plugin-image-generation/src/environment.ts +++ b/packages/plugin-image-generation/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const imageGenEnvSchema = z diff --git a/packages/plugin-image-generation/src/index.ts b/packages/plugin-image-generation/src/index.ts index 180ca87dc44..1c9d0305ae4 100644 --- a/packages/plugin-image-generation/src/index.ts +++ b/packages/plugin-image-generation/src/index.ts @@ -1,4 +1,4 @@ -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { Action, HandlerCallback, @@ -6,8 +6,8 @@ import { Memory, Plugin, State, -} from "@elizaos/eliza"; -import { generateImage } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { generateImage } from "@elizaos/core"; import fs from "fs"; import path from "path"; diff --git a/packages/plugin-intiface/package.json b/packages/plugin-intiface/package.json index 89e0aec86bc..9c4257dc9c6 100644 --- a/packages/plugin-intiface/package.json +++ b/packages/plugin-intiface/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "buttplug": "3.2.2", "net": "1.0.2", "tsup": "8.3.5" diff --git a/packages/plugin-intiface/src/environment.ts b/packages/plugin-intiface/src/environment.ts index b6aa81a5cb4..85458f0f7c4 100644 --- a/packages/plugin-intiface/src/environment.ts +++ b/packages/plugin-intiface/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const intifaceEnvSchema = z diff --git a/packages/plugin-intiface/src/index.ts b/packages/plugin-intiface/src/index.ts index ddd8f12d60e..a78f001ed38 100644 --- a/packages/plugin-intiface/src/index.ts +++ b/packages/plugin-intiface/src/index.ts @@ -7,8 +7,8 @@ import type { Memory, Plugin, State, -} from "@elizaos/eliza"; -import { Service, ServiceType } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { Service, ServiceType } from "@elizaos/core"; import { isPortAvailable, startIntifaceEngine, diff --git a/packages/plugin-multiversx/package.json b/packages/plugin-multiversx/package.json index aabd2feb44d..c1157b3d26a 100644 --- a/packages/plugin-multiversx/package.json +++ b/packages/plugin-multiversx/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@multiversx/sdk-core": "13.15.0", "bignumber.js": "9.1.2", "browserify": "^17.0.1", diff --git a/packages/plugin-multiversx/src/actions/createToken.ts b/packages/plugin-multiversx/src/actions/createToken.ts index f905537e206..28bffe9686f 100644 --- a/packages/plugin-multiversx/src/actions/createToken.ts +++ b/packages/plugin-multiversx/src/actions/createToken.ts @@ -10,7 +10,7 @@ import { generateObject, composeContext, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { WalletProvider } from "../providers/wallet"; import { validateMultiversxConfig } from "../enviroment"; diff --git a/packages/plugin-multiversx/src/actions/transfer.ts b/packages/plugin-multiversx/src/actions/transfer.ts index 91759e460dd..ffb0dc4f409 100644 --- a/packages/plugin-multiversx/src/actions/transfer.ts +++ b/packages/plugin-multiversx/src/actions/transfer.ts @@ -10,7 +10,7 @@ import { composeContext, generateObject, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { WalletProvider } from "../providers/wallet"; import { validateMultiversxConfig } from "../enviroment"; diff --git a/packages/plugin-multiversx/src/enviroment.ts b/packages/plugin-multiversx/src/enviroment.ts index 21ac519fff1..a257cc10cd7 100644 --- a/packages/plugin-multiversx/src/enviroment.ts +++ b/packages/plugin-multiversx/src/enviroment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const multiversxEnvSchema = z.object({ diff --git a/packages/plugin-multiversx/src/index.ts b/packages/plugin-multiversx/src/index.ts index 28a89f21009..ab9b0a50e49 100644 --- a/packages/plugin-multiversx/src/index.ts +++ b/packages/plugin-multiversx/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import transfer from "./actions/transfer"; import createToken from "./actions/createToken"; diff --git a/packages/plugin-multiversx/src/providers/wallet.ts b/packages/plugin-multiversx/src/providers/wallet.ts index 3be65b0bd6d..a3273eada15 100644 --- a/packages/plugin-multiversx/src/providers/wallet.ts +++ b/packages/plugin-multiversx/src/providers/wallet.ts @@ -1,4 +1,4 @@ -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { UserSigner, Address, diff --git a/packages/plugin-near/package.json b/packages/plugin-near/package.json index e353766e942..31675843b7b 100644 --- a/packages/plugin-near/package.json +++ b/packages/plugin-near/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@ref-finance/ref-sdk": "^1.4.6", "tsup": "8.3.5", "near-api-js": "5.0.1", diff --git a/packages/plugin-near/src/actions/swap.ts b/packages/plugin-near/src/actions/swap.ts index 970deb5bcf9..f11f6b134fe 100644 --- a/packages/plugin-near/src/actions/swap.ts +++ b/packages/plugin-near/src/actions/swap.ts @@ -8,7 +8,7 @@ import { type Action, composeContext, generateObject, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { connect, keyStores, utils } from "near-api-js"; import { init_env, diff --git a/packages/plugin-near/src/actions/transfer.ts b/packages/plugin-near/src/actions/transfer.ts index 71aed34e9c7..f0a2d53b773 100644 --- a/packages/plugin-near/src/actions/transfer.ts +++ b/packages/plugin-near/src/actions/transfer.ts @@ -9,7 +9,7 @@ import { type Action, composeContext, generateObject, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { connect, keyStores, utils } from "near-api-js"; import { KeyPairString } from "near-api-js/lib/utils"; import { utils as nearUtils } from "near-api-js"; diff --git a/packages/plugin-near/src/environment.ts b/packages/plugin-near/src/environment.ts index b5f34635339..eef8c582fa2 100644 --- a/packages/plugin-near/src/environment.ts +++ b/packages/plugin-near/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; // Add ENV variable at the top diff --git a/packages/plugin-near/src/index.ts b/packages/plugin-near/src/index.ts index d6459f22c2c..c6832ba5d5d 100644 --- a/packages/plugin-near/src/index.ts +++ b/packages/plugin-near/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza/src/types"; +import { Plugin } from "@elizaos/core/src/types"; import { walletProvider } from "./providers/wallet"; // import { executeCreateToken } from "./actions/createToken"; import { executeSwap } from "./actions/swap"; diff --git a/packages/plugin-near/src/providers/wallet.ts b/packages/plugin-near/src/providers/wallet.ts index 56f634727c4..218398d3975 100644 --- a/packages/plugin-near/src/providers/wallet.ts +++ b/packages/plugin-near/src/providers/wallet.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { KeyPair, keyStores, connect, Account, utils } from "near-api-js"; import BigNumber from "bignumber.js"; import { KeyPairString } from "near-api-js/lib/utils"; diff --git a/packages/plugin-nft-generation/package.json b/packages/plugin-nft-generation/package.json index a34785d5b32..a302c80089e 100644 --- a/packages/plugin-nft-generation/package.json +++ b/packages/plugin-nft-generation/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-image-generation": "workspace:*", "@elizaos/plugin-node": "workspace:*", "@metaplex-foundation/mpl-token-metadata": "^3.3.0", diff --git a/packages/plugin-nft-generation/src/api.ts b/packages/plugin-nft-generation/src/api.ts index 914b78aae41..1501a5a370e 100644 --- a/packages/plugin-nft-generation/src/api.ts +++ b/packages/plugin-nft-generation/src/api.ts @@ -1,6 +1,6 @@ import express from "express"; -import { AgentRuntime } from "@elizaos/eliza"; +import { AgentRuntime } from "@elizaos/core"; import { createCollection } from "./handlers/createCollection.ts"; import { createNFT, createNFTMetadata } from "./handlers/createNFT.ts"; import { verifyNFT } from "./handlers/verifyNFT.ts"; diff --git a/packages/plugin-nft-generation/src/handlers/createCollection.ts b/packages/plugin-nft-generation/src/handlers/createCollection.ts index 5533e675a35..77cdd3d20dc 100644 --- a/packages/plugin-nft-generation/src/handlers/createCollection.ts +++ b/packages/plugin-nft-generation/src/handlers/createCollection.ts @@ -8,7 +8,7 @@ import { Memory, ServiceType, stringToUuid, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { saveBase64Image, saveHeuristImage, diff --git a/packages/plugin-nft-generation/src/handlers/createNFT.ts b/packages/plugin-nft-generation/src/handlers/createNFT.ts index dc35ba6f117..c839ecbf978 100644 --- a/packages/plugin-nft-generation/src/handlers/createNFT.ts +++ b/packages/plugin-nft-generation/src/handlers/createNFT.ts @@ -10,7 +10,7 @@ import { ModelClass, ServiceType, stringToUuid, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { saveBase64Image, saveHeuristImage, diff --git a/packages/plugin-nft-generation/src/handlers/verifyNFT.ts b/packages/plugin-nft-generation/src/handlers/verifyNFT.ts index 0b460af27d4..8b7fae6946e 100644 --- a/packages/plugin-nft-generation/src/handlers/verifyNFT.ts +++ b/packages/plugin-nft-generation/src/handlers/verifyNFT.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { PublicKey } from "@solana/web3.js"; import WalletSolana from "../provider/wallet/walletSolana.ts"; diff --git a/packages/plugin-nft-generation/src/index.ts b/packages/plugin-nft-generation/src/index.ts index a7f877b6ca7..07a147ef0d6 100644 --- a/packages/plugin-nft-generation/src/index.ts +++ b/packages/plugin-nft-generation/src/index.ts @@ -6,7 +6,7 @@ import { Memory, Plugin, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { createCollection } from "./handlers/createCollection.ts"; import { createNFT } from "./handlers/createNFT.ts"; diff --git a/packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts b/packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts index 9838c64e75b..2bfeb85ca67 100644 --- a/packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts +++ b/packages/plugin-nft-generation/src/provider/wallet/walletSolana.ts @@ -26,7 +26,7 @@ import { import { getExplorerLink } from "@solana-developers/helpers"; // import { transferSol } from "@metaplex-foundation/mpl-toolbox"; import bs58 from "bs58"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; export class WalletSolana { private cache: NodeCache; diff --git a/packages/plugin-node/package.json b/packages/plugin-node/package.json index fa21aae17b7..f29c9c2cc8c 100644 --- a/packages/plugin-node/package.json +++ b/packages/plugin-node/package.json @@ -12,7 +12,7 @@ "tsup.config.ts" ], "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@aws-sdk/client-s3": "^3.705.0", "@aws-sdk/s3-request-presigner": "^3.705.0", "@cliqz/adblocker-playwright": "1.34.0", diff --git a/packages/plugin-node/src/environment.ts b/packages/plugin-node/src/environment.ts index f7e4878d93a..87a55c5da0c 100644 --- a/packages/plugin-node/src/environment.ts +++ b/packages/plugin-node/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const nodeEnvSchema = z.object({ diff --git a/packages/plugin-node/src/index.ts b/packages/plugin-node/src/index.ts index b992f9afda1..951e5ddefa0 100644 --- a/packages/plugin-node/src/index.ts +++ b/packages/plugin-node/src/index.ts @@ -1,6 +1,6 @@ export * from "./services/index.ts"; -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { BrowserService, diff --git a/packages/plugin-node/src/services/awsS3.ts b/packages/plugin-node/src/services/awsS3.ts index d320efe3cd9..1f94286696a 100644 --- a/packages/plugin-node/src/services/awsS3.ts +++ b/packages/plugin-node/src/services/awsS3.ts @@ -3,7 +3,7 @@ import { IAwsS3Service, Service, ServiceType, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { GetObjectCommand, PutObjectCommand, diff --git a/packages/plugin-node/src/services/browser.ts b/packages/plugin-node/src/services/browser.ts index ab6e3e837ad..a083e2957c2 100644 --- a/packages/plugin-node/src/services/browser.ts +++ b/packages/plugin-node/src/services/browser.ts @@ -1,9 +1,9 @@ -import { generateText, IBrowserService, trimTokens } from "@elizaos/eliza"; -import { parseJSONObjectFromText } from "@elizaos/eliza"; -import { Service } from "@elizaos/eliza"; -import { settings } from "@elizaos/eliza"; -import { IAgentRuntime, ModelClass, ServiceType } from "@elizaos/eliza"; -import { stringToUuid } from "@elizaos/eliza"; +import { generateText, IBrowserService, trimTokens } from "@elizaos/core"; +import { parseJSONObjectFromText } from "@elizaos/core"; +import { Service } from "@elizaos/core"; +import { settings } from "@elizaos/core"; +import { IAgentRuntime, ModelClass, ServiceType } from "@elizaos/core"; +import { stringToUuid } from "@elizaos/core"; import { PlaywrightBlocker } from "@cliqz/adblocker-playwright"; import CaptchaSolver from "capsolver-npm"; import { Browser, BrowserContext, chromium, Page } from "playwright"; diff --git a/packages/plugin-node/src/services/image.ts b/packages/plugin-node/src/services/image.ts index 8f951557165..d1702a06795 100644 --- a/packages/plugin-node/src/services/image.ts +++ b/packages/plugin-node/src/services/image.ts @@ -1,11 +1,11 @@ -import { elizaLogger, models } from "@elizaos/eliza"; -import { Service } from "@elizaos/eliza"; +import { elizaLogger, models } from "@elizaos/core"; +import { Service } from "@elizaos/core"; import { IAgentRuntime, ModelProviderName, ServiceType, IImageDescriptionService, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { AutoProcessor, AutoTokenizer, diff --git a/packages/plugin-node/src/services/llama.ts b/packages/plugin-node/src/services/llama.ts index a57e7689366..3f2d62183b0 100644 --- a/packages/plugin-node/src/services/llama.ts +++ b/packages/plugin-node/src/services/llama.ts @@ -3,8 +3,8 @@ import { IAgentRuntime, ServiceType, ModelProviderName, -} from "@elizaos/eliza"; -import { Service } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { Service } from "@elizaos/core"; import fs from "fs"; import https from "https"; import { diff --git a/packages/plugin-node/src/services/pdf.ts b/packages/plugin-node/src/services/pdf.ts index 427d4abfd2a..206b7f93390 100644 --- a/packages/plugin-node/src/services/pdf.ts +++ b/packages/plugin-node/src/services/pdf.ts @@ -3,7 +3,7 @@ import { IPdfService, Service, ServiceType, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { getDocument, PDFDocumentProxy } from "pdfjs-dist"; import { TextItem, TextMarkedContent } from "pdfjs-dist/types/src/display/api"; diff --git a/packages/plugin-node/src/services/speech.ts b/packages/plugin-node/src/services/speech.ts index d723ad14136..4dd566aec34 100644 --- a/packages/plugin-node/src/services/speech.ts +++ b/packages/plugin-node/src/services/speech.ts @@ -1,10 +1,10 @@ import { PassThrough, Readable } from "stream"; -import { IAgentRuntime, ISpeechService, ServiceType } from "@elizaos/eliza"; +import { IAgentRuntime, ISpeechService, ServiceType } from "@elizaos/core"; import { getWavHeader } from "./audioUtils.ts"; -import { Service } from "@elizaos/eliza"; +import { Service } from "@elizaos/core"; import { validateNodeConfig } from "../environment.ts"; import * as Echogarden from "echogarden"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; function prependWavHeader( readable: Readable, diff --git a/packages/plugin-node/src/services/transcription.ts b/packages/plugin-node/src/services/transcription.ts index c331ed7614f..5b734061524 100644 --- a/packages/plugin-node/src/services/transcription.ts +++ b/packages/plugin-node/src/services/transcription.ts @@ -3,8 +3,8 @@ import { IAgentRuntime, ITranscriptionService, settings, -} from "@elizaos/eliza"; -import { Service, ServiceType } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { Service, ServiceType } from "@elizaos/core"; import { exec } from "child_process"; import { File } from "formdata-node"; import fs from "fs"; diff --git a/packages/plugin-node/src/services/video.ts b/packages/plugin-node/src/services/video.ts index f8bf9f4e52d..f2657b48175 100644 --- a/packages/plugin-node/src/services/video.ts +++ b/packages/plugin-node/src/services/video.ts @@ -1,12 +1,12 @@ -import { Service } from "@elizaos/eliza"; +import { Service } from "@elizaos/core"; import { IAgentRuntime, ITranscriptionService, Media, ServiceType, IVideoService, -} from "@elizaos/eliza"; -import { stringToUuid } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { stringToUuid } from "@elizaos/core"; import ffmpeg from "fluent-ffmpeg"; import fs from "fs"; import path from "path"; diff --git a/packages/plugin-solana/package.json b/packages/plugin-solana/package.json index 9cbe07ce01a..18775b1f3b4 100644 --- a/packages/plugin-solana/package.json +++ b/packages/plugin-solana/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-trustdb": "workspace:*", "@elizaos/plugin-tee": "workspace:*", "@coral-xyz/anchor": "0.30.1", diff --git a/packages/plugin-solana/src/actions/fomo.ts b/packages/plugin-solana/src/actions/fomo.ts index 4337a1e3b2a..aa4777b0ec3 100644 --- a/packages/plugin-solana/src/actions/fomo.ts +++ b/packages/plugin-solana/src/actions/fomo.ts @@ -1,4 +1,4 @@ -import { generateImage } from "@elizaos/eliza"; +import { generateImage } from "@elizaos/core"; import { Connection, Keypair, @@ -20,7 +20,7 @@ import { generateObject, composeContext, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { walletProvider } from "../providers/wallet.ts"; diff --git a/packages/plugin-solana/src/actions/pumpfun.ts b/packages/plugin-solana/src/actions/pumpfun.ts index 30aa1655186..b563139e3b1 100644 --- a/packages/plugin-solana/src/actions/pumpfun.ts +++ b/packages/plugin-solana/src/actions/pumpfun.ts @@ -1,6 +1,6 @@ import { AnchorProvider } from "@coral-xyz/anchor"; import { Wallet } from "@coral-xyz/anchor"; -import { generateImage } from "@elizaos/eliza"; +import { generateImage } from "@elizaos/core"; import { Connection, Keypair, PublicKey } from "@solana/web3.js"; import { CreateTokenMetadata, PriorityFee, PumpFunSDK } from "pumpdotfun-sdk"; @@ -17,7 +17,7 @@ import { generateObjectDeprecated, composeContext, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { walletProvider } from "../providers/wallet.ts"; diff --git a/packages/plugin-solana/src/actions/swap.ts b/packages/plugin-solana/src/actions/swap.ts index 17d9192a765..aa09f25d756 100644 --- a/packages/plugin-solana/src/actions/swap.ts +++ b/packages/plugin-solana/src/actions/swap.ts @@ -9,7 +9,7 @@ import { settings, State, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Connection, PublicKey, VersionedTransaction } from "@solana/web3.js"; import BigNumber from "bignumber.js"; import { getWalletKey } from "../keypairUtils.ts"; diff --git a/packages/plugin-solana/src/actions/swapDao.ts b/packages/plugin-solana/src/actions/swapDao.ts index f35857c5585..732d8124f39 100644 --- a/packages/plugin-solana/src/actions/swapDao.ts +++ b/packages/plugin-solana/src/actions/swapDao.ts @@ -3,7 +3,7 @@ import { IAgentRuntime, Memory, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Connection, Keypair, PublicKey, Transaction } from "@solana/web3.js"; import { getQuote } from "./swapUtils.ts"; import { getWalletKey } from "../keypairUtils.ts"; diff --git a/packages/plugin-solana/src/actions/swapUtils.ts b/packages/plugin-solana/src/actions/swapUtils.ts index 4de7f79f0ec..aabcd88a847 100644 --- a/packages/plugin-solana/src/actions/swapUtils.ts +++ b/packages/plugin-solana/src/actions/swapUtils.ts @@ -9,7 +9,7 @@ import { TokenAmount, VersionedTransaction, } from "@solana/web3.js"; -import { settings } from "@elizaos/eliza"; +import { settings } from "@elizaos/core"; const solAddress = settings.SOL_ADDRESS; const SLIPPAGE = settings.SLIPPAGE; diff --git a/packages/plugin-solana/src/actions/takeOrder.ts b/packages/plugin-solana/src/actions/takeOrder.ts index 2c76b7472be..99b188b85d2 100644 --- a/packages/plugin-solana/src/actions/takeOrder.ts +++ b/packages/plugin-solana/src/actions/takeOrder.ts @@ -4,9 +4,9 @@ import { Memory, Content, ModelClass, -} from "@elizaos/eliza"; -import { composeContext } from "@elizaos/eliza"; -import { generateText } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { composeContext } from "@elizaos/core"; +import { generateText } from "@elizaos/core"; interface Order { userId: string; diff --git a/packages/plugin-solana/src/actions/transfer.ts b/packages/plugin-solana/src/actions/transfer.ts index f6efcf4bba5..118e2b2468e 100644 --- a/packages/plugin-solana/src/actions/transfer.ts +++ b/packages/plugin-solana/src/actions/transfer.ts @@ -2,7 +2,7 @@ import { getAssociatedTokenAddressSync, createTransferInstruction, } from "@solana/spl-token"; -import { elizaLogger, settings } from "@elizaos/eliza"; +import { elizaLogger, settings } from "@elizaos/core"; import { Connection, @@ -20,10 +20,10 @@ import { ModelClass, State, type Action, -} from "@elizaos/eliza"; -import { composeContext } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { composeContext } from "@elizaos/core"; import { getWalletKey } from "../keypairUtils"; -import { generateObjectDeprecated } from "@elizaos/eliza"; +import { generateObjectDeprecated } from "@elizaos/core"; export interface TransferContent extends Content { tokenAddress: string; diff --git a/packages/plugin-solana/src/environment.ts b/packages/plugin-solana/src/environment.ts index 5fd89bbcde2..e6931091c8d 100644 --- a/packages/plugin-solana/src/environment.ts +++ b/packages/plugin-solana/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const solanaEnvSchema = z diff --git a/packages/plugin-solana/src/evaluators/trust.ts b/packages/plugin-solana/src/evaluators/trust.ts index d11abd49346..2c4f441cf5f 100644 --- a/packages/plugin-solana/src/evaluators/trust.ts +++ b/packages/plugin-solana/src/evaluators/trust.ts @@ -10,7 +10,7 @@ import { Memory, ModelClass, Evaluator, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { TrustScoreManager } from "../providers/trustScoreProvider.ts"; import { TokenProvider } from "../providers/token.ts"; import { WalletProvider } from "../providers/wallet.ts"; diff --git a/packages/plugin-solana/src/index.ts b/packages/plugin-solana/src/index.ts index c33fd4bcff6..b207ed260ba 100644 --- a/packages/plugin-solana/src/index.ts +++ b/packages/plugin-solana/src/index.ts @@ -3,7 +3,7 @@ export * from "./providers/wallet.ts"; export * from "./providers/trustScoreProvider.ts"; export * from "./evaluators/trust.ts"; -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { executeSwap } from "./actions/swap.ts"; import take_order from "./actions/takeOrder"; import pumpfun from "./actions/pumpfun.ts"; diff --git a/packages/plugin-solana/src/keypairUtils.ts b/packages/plugin-solana/src/keypairUtils.ts index b431c928fba..4aa942ebed6 100644 --- a/packages/plugin-solana/src/keypairUtils.ts +++ b/packages/plugin-solana/src/keypairUtils.ts @@ -1,7 +1,7 @@ import { Keypair, PublicKey } from "@solana/web3.js"; import { DeriveKeyProvider, TEEMode } from "@elizaos/plugin-tee"; import bs58 from "bs58"; -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; export interface KeypairResult { keypair?: Keypair; diff --git a/packages/plugin-solana/src/providers/orderBook.ts b/packages/plugin-solana/src/providers/orderBook.ts index 4e17baf3625..ac4577e012f 100644 --- a/packages/plugin-solana/src/providers/orderBook.ts +++ b/packages/plugin-solana/src/providers/orderBook.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; interface Order { userId: string; ticker: string; diff --git a/packages/plugin-solana/src/providers/simulationSellingService.ts b/packages/plugin-solana/src/providers/simulationSellingService.ts index 3e936113c28..670eeb74f38 100644 --- a/packages/plugin-solana/src/providers/simulationSellingService.ts +++ b/packages/plugin-solana/src/providers/simulationSellingService.ts @@ -7,8 +7,8 @@ import { import { Connection, PublicKey } from "@solana/web3.js"; // Assuming TokenProvider and IAgentRuntime are available import { TokenProvider } from "./token.ts"; -// import { settings } from "@elizaos/eliza"; -import { IAgentRuntime } from "@elizaos/eliza"; +// import { settings } from "@elizaos/core"; +import { IAgentRuntime } from "@elizaos/core"; import { WalletProvider } from "./wallet.ts"; import * as amqp from "amqplib"; import { ProcessedTokenData } from "../types/token.ts"; diff --git a/packages/plugin-solana/src/providers/token.ts b/packages/plugin-solana/src/providers/token.ts index 3bf1edd9350..d8e885915a5 100644 --- a/packages/plugin-solana/src/providers/token.ts +++ b/packages/plugin-solana/src/providers/token.ts @@ -1,5 +1,5 @@ -import { ICacheManager, settings } from "@elizaos/eliza"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { ICacheManager, settings } from "@elizaos/core"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { DexScreenerData, DexScreenerPair, diff --git a/packages/plugin-solana/src/providers/trustScoreProvider.ts b/packages/plugin-solana/src/providers/trustScoreProvider.ts index b3d7b584892..931cd9b44d0 100644 --- a/packages/plugin-solana/src/providers/trustScoreProvider.ts +++ b/packages/plugin-solana/src/providers/trustScoreProvider.ts @@ -18,8 +18,8 @@ import { TradePerformance, TokenRecommendation, } from "@elizaos/plugin-trustdb"; -import { settings } from "@elizaos/eliza"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { settings } from "@elizaos/core"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { v4 as uuidv4 } from "uuid"; const Wallet = settings.MAIN_WALLET_ADDRESS; diff --git a/packages/plugin-solana/src/providers/wallet.ts b/packages/plugin-solana/src/providers/wallet.ts index 0fd2ff641ee..7e3c55580ba 100644 --- a/packages/plugin-solana/src/providers/wallet.ts +++ b/packages/plugin-solana/src/providers/wallet.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { Connection, PublicKey } from "@solana/web3.js"; import BigNumber from "bignumber.js"; import NodeCache from "node-cache"; diff --git a/packages/plugin-starknet/package.json b/packages/plugin-starknet/package.json index f2a48b44929..23a49288ba1 100644 --- a/packages/plugin-starknet/package.json +++ b/packages/plugin-starknet/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-trustdb": "workspace:*", "@avnu/avnu-sdk": "2.1.1", "@uniswap/sdk-core": "6.0.0", diff --git a/packages/plugin-starknet/src/actions/subdomain.ts b/packages/plugin-starknet/src/actions/subdomain.ts index 95d0f962668..829b642b3b8 100644 --- a/packages/plugin-starknet/src/actions/subdomain.ts +++ b/packages/plugin-starknet/src/actions/subdomain.ts @@ -12,7 +12,7 @@ import { generateObjectDeprecated, Content, elizaLogger, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { getStarknetAccount } from "../utils"; import { validateStarknetConfig } from "../environment"; import { getTransferSubdomainCall, isStarkDomain } from "../utils/starknetId"; diff --git a/packages/plugin-starknet/src/actions/swap.ts b/packages/plugin-starknet/src/actions/swap.ts index 56a3f485e64..86e77e00e5f 100644 --- a/packages/plugin-starknet/src/actions/swap.ts +++ b/packages/plugin-starknet/src/actions/swap.ts @@ -9,7 +9,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { executeSwap as executeAvnuSwap, fetchQuotes, diff --git a/packages/plugin-starknet/src/actions/takeOrder.ts b/packages/plugin-starknet/src/actions/takeOrder.ts index 118f66a13c0..b4ba87554ff 100644 --- a/packages/plugin-starknet/src/actions/takeOrder.ts +++ b/packages/plugin-starknet/src/actions/takeOrder.ts @@ -8,7 +8,7 @@ import { Memory, ModelClass, settings, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import * as fs from "fs"; import { validateStarknetConfig } from "../environment"; diff --git a/packages/plugin-starknet/src/actions/transfer.ts b/packages/plugin-starknet/src/actions/transfer.ts index 7255a41fd25..59d438d2a11 100644 --- a/packages/plugin-starknet/src/actions/transfer.ts +++ b/packages/plugin-starknet/src/actions/transfer.ts @@ -13,7 +13,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { getStarknetAccount } from "../utils"; import { ERC20Token } from "../utils/ERC20Token"; import { validateStarknetConfig } from "../environment"; diff --git a/packages/plugin-starknet/src/actions/unruggable.ts b/packages/plugin-starknet/src/actions/unruggable.ts index f49b7cf9f19..a0413d5d667 100644 --- a/packages/plugin-starknet/src/actions/unruggable.ts +++ b/packages/plugin-starknet/src/actions/unruggable.ts @@ -9,7 +9,7 @@ import { Memory, ModelClass, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { Percent } from "@uniswap/sdk-core"; import { getStarknetAccount, diff --git a/packages/plugin-starknet/src/environment.ts b/packages/plugin-starknet/src/environment.ts index 2a4ccdb68a9..ed4fd86fb5b 100644 --- a/packages/plugin-starknet/src/environment.ts +++ b/packages/plugin-starknet/src/environment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; const STARKNET_PUBLIC_RPC = "https://starknet-mainnet.public.blastapi.io"; diff --git a/packages/plugin-starknet/src/index.ts b/packages/plugin-starknet/src/index.ts index b33a569a877..bd73cc4ea10 100644 --- a/packages/plugin-starknet/src/index.ts +++ b/packages/plugin-starknet/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { executeSwap } from "./actions/swap"; import transfer from "./actions/transfer"; import { deployToken } from "./actions/unruggable"; diff --git a/packages/plugin-starknet/src/providers/portfolioProvider.ts b/packages/plugin-starknet/src/providers/portfolioProvider.ts index 201b3d67d33..94fc3bb0f7b 100644 --- a/packages/plugin-starknet/src/providers/portfolioProvider.ts +++ b/packages/plugin-starknet/src/providers/portfolioProvider.ts @@ -4,7 +4,7 @@ import { Memory, Provider, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { fetchWithRetry, getStarknetAccount } from "../utils"; import { ERC20Token } from "../utils/ERC20Token"; diff --git a/packages/plugin-starknet/src/providers/token.ts b/packages/plugin-starknet/src/providers/token.ts index 74bf52a5c97..ec6aaaf3c57 100644 --- a/packages/plugin-starknet/src/providers/token.ts +++ b/packages/plugin-starknet/src/providers/token.ts @@ -1,8 +1,8 @@ // THIS IS INCOMPLETE // Look for the TODOs to see what needs to be updated -import { settings } from "@elizaos/eliza"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { settings } from "@elizaos/core"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { DexScreenerData, DexScreenerPair, diff --git a/packages/plugin-starknet/src/providers/trustScoreProvider.ts b/packages/plugin-starknet/src/providers/trustScoreProvider.ts index fc518ff1453..585c509ebb6 100644 --- a/packages/plugin-starknet/src/providers/trustScoreProvider.ts +++ b/packages/plugin-starknet/src/providers/trustScoreProvider.ts @@ -17,8 +17,8 @@ import { TradePerformance, TokenRecommendation, } from "@elizaos/plugin-trustdb"; -import { settings } from "@elizaos/eliza"; -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { settings } from "@elizaos/core"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { getTokenBalance } from "../utils/index.ts"; import { TokenProvider } from "./token.ts"; diff --git a/packages/plugin-starknet/src/utils/index.ts b/packages/plugin-starknet/src/utils/index.ts index c4933095aad..cc73684d8e0 100644 --- a/packages/plugin-starknet/src/utils/index.ts +++ b/packages/plugin-starknet/src/utils/index.ts @@ -1,4 +1,4 @@ -import { elizaLogger, IAgentRuntime } from "@elizaos/eliza"; +import { elizaLogger, IAgentRuntime } from "@elizaos/core"; import { Fraction, Percent } from "@uniswap/sdk-core"; import { Account, Contract, RpcProvider } from "starknet"; diff --git a/packages/plugin-story/package.json b/packages/plugin-story/package.json index 967e0763f23..4bee67f8ca5 100644 --- a/packages/plugin-story/package.json +++ b/packages/plugin-story/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-trustdb": "workspace:*", "@story-protocol/core-sdk": "1.2.0-rc.3", "tsup": "8.3.5", diff --git a/packages/plugin-story/src/actions/attachTerms.ts b/packages/plugin-story/src/actions/attachTerms.ts index 67d3561d16f..6301009ef08 100644 --- a/packages/plugin-story/src/actions/attachTerms.ts +++ b/packages/plugin-story/src/actions/attachTerms.ts @@ -7,7 +7,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { WalletProvider } from "../providers/wallet"; import { attachTermsTemplate } from "../templates"; import { diff --git a/packages/plugin-story/src/actions/getAvailableLicenses.ts b/packages/plugin-story/src/actions/getAvailableLicenses.ts index 47da4298e45..a1883b3bcf9 100644 --- a/packages/plugin-story/src/actions/getAvailableLicenses.ts +++ b/packages/plugin-story/src/actions/getAvailableLicenses.ts @@ -7,7 +7,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { getAvailableLicensesTemplate, licenseIPTemplate } from "../templates"; import { Address } from "viem"; import { IPLicenseDetails, RESOURCE_TYPE } from "../types/api"; diff --git a/packages/plugin-story/src/actions/getIPDetails.ts b/packages/plugin-story/src/actions/getIPDetails.ts index 36ca9832262..aa305a6bb3c 100644 --- a/packages/plugin-story/src/actions/getIPDetails.ts +++ b/packages/plugin-story/src/actions/getIPDetails.ts @@ -7,7 +7,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { getIPDetailsTemplate } from "../templates"; import { Address } from "viem"; import { Asset, RESOURCE_TYPE } from "../types/api"; diff --git a/packages/plugin-story/src/actions/licenseIP.ts b/packages/plugin-story/src/actions/licenseIP.ts index 3cc4da69919..214ad430b2c 100644 --- a/packages/plugin-story/src/actions/licenseIP.ts +++ b/packages/plugin-story/src/actions/licenseIP.ts @@ -7,7 +7,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { WalletProvider } from "../providers/wallet"; import { licenseIPTemplate } from "../templates"; import { LicenseIPParams } from "../types"; diff --git a/packages/plugin-story/src/actions/registerIP.ts b/packages/plugin-story/src/actions/registerIP.ts index 2cc9d294811..3767116ccb8 100644 --- a/packages/plugin-story/src/actions/registerIP.ts +++ b/packages/plugin-story/src/actions/registerIP.ts @@ -7,7 +7,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import pinataSDK from "@pinata/sdk"; import { RegisterIpResponse } from "@story-protocol/core-sdk"; import { createHash } from "crypto"; diff --git a/packages/plugin-story/src/index.ts b/packages/plugin-story/src/index.ts index ad72a0e4fa9..c81413f45d5 100644 --- a/packages/plugin-story/src/index.ts +++ b/packages/plugin-story/src/index.ts @@ -6,7 +6,7 @@ export * from "./actions/getIPDetails"; export * from "./providers/wallet"; export * from "./types"; -import type { Plugin } from "@elizaos/eliza"; +import type { Plugin } from "@elizaos/core"; import { storyWalletProvider } from "./providers/wallet"; import { registerIPAction } from "./actions/registerIP"; import { licenseIPAction } from "./actions/licenseIP"; diff --git a/packages/plugin-story/src/lib/api.ts b/packages/plugin-story/src/lib/api.ts index 2532fb6b07f..114ef1643c4 100644 --- a/packages/plugin-story/src/lib/api.ts +++ b/packages/plugin-story/src/lib/api.ts @@ -8,7 +8,7 @@ import { ResourceType, Trait, } from "../types/api"; -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { camelize } from "./utils"; const API_BASE_URL = process.env.STORY_API_BASE_URL; diff --git a/packages/plugin-story/src/providers/wallet.ts b/packages/plugin-story/src/providers/wallet.ts index 4be9a910a60..ffb90117627 100644 --- a/packages/plugin-story/src/providers/wallet.ts +++ b/packages/plugin-story/src/providers/wallet.ts @@ -1,4 +1,4 @@ -import type { IAgentRuntime, Provider, Memory, State } from "@elizaos/eliza"; +import type { IAgentRuntime, Provider, Memory, State } from "@elizaos/core"; import { createPublicClient, createWalletClient, diff --git a/packages/plugin-story/src/tests/wallet.test.ts b/packages/plugin-story/src/tests/wallet.test.ts index d0d2890106a..56a2bfdb13b 100644 --- a/packages/plugin-story/src/tests/wallet.test.ts +++ b/packages/plugin-story/src/tests/wallet.test.ts @@ -1,6 +1,6 @@ import { describe, it, expect, beforeEach, vi, afterEach } from "vitest"; import { WalletProvider } from "../providers/wallet.ts"; -import { defaultCharacter } from "@elizaos/eliza"; +import { defaultCharacter } from "@elizaos/core"; // Mock NodeCache vi.mock("node-cache", () => { diff --git a/packages/plugin-sui/package.json b/packages/plugin-sui/package.json index 64ce1222597..1d2976d2349 100644 --- a/packages/plugin-sui/package.json +++ b/packages/plugin-sui/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-trustdb": "workspace:*", "@mysten/sui": "^1.16.0", "bignumber": "1.1.0", diff --git a/packages/plugin-sui/src/actions/transfer.ts b/packages/plugin-sui/src/actions/transfer.ts index e181e1add8d..ab6d8f65ca9 100644 --- a/packages/plugin-sui/src/actions/transfer.ts +++ b/packages/plugin-sui/src/actions/transfer.ts @@ -10,7 +10,7 @@ import { elizaLogger, generateObject, type Action, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { z } from "zod"; import { SuiClient, getFullnodeUrl } from "@mysten/sui/client"; diff --git a/packages/plugin-sui/src/enviroment.ts b/packages/plugin-sui/src/enviroment.ts index 53d17624de3..6c041d29f90 100644 --- a/packages/plugin-sui/src/enviroment.ts +++ b/packages/plugin-sui/src/enviroment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const suiEnvSchema = z.object({ diff --git a/packages/plugin-sui/src/index.ts b/packages/plugin-sui/src/index.ts index 9a9cc3049fe..5f69381fda0 100644 --- a/packages/plugin-sui/src/index.ts +++ b/packages/plugin-sui/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import transferToken from "./actions/transfer.ts"; import { WalletProvider, walletProvider } from "./providers/wallet.ts"; diff --git a/packages/plugin-sui/src/providers/wallet.ts b/packages/plugin-sui/src/providers/wallet.ts index e979f873fd2..4ee649befbc 100644 --- a/packages/plugin-sui/src/providers/wallet.ts +++ b/packages/plugin-sui/src/providers/wallet.ts @@ -4,7 +4,7 @@ import { Memory, Provider, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { getFullnodeUrl, SuiClient } from "@mysten/sui/client"; import { Ed25519Keypair } from "@mysten/sui/keypairs/ed25519"; diff --git a/packages/plugin-sui/src/tests/wallet.test.ts b/packages/plugin-sui/src/tests/wallet.test.ts index 46e9a195395..39d3c62d4dc 100644 --- a/packages/plugin-sui/src/tests/wallet.test.ts +++ b/packages/plugin-sui/src/tests/wallet.test.ts @@ -1,7 +1,7 @@ import { describe, it, expect, beforeEach, vi, afterEach } from "vitest"; import { WalletProvider } from "../providers/wallet.ts"; -import { defaultCharacter } from "@elizaos/eliza"; +import { defaultCharacter } from "@elizaos/core"; import BigNumber from "bignumber.js"; import { SUI_DECIMALS } from "@mysten/sui/utils"; import { SuiClient, getFullnodeUrl } from "@mysten/sui/client"; diff --git a/packages/plugin-tee/package.json b/packages/plugin-tee/package.json index c2c471b08d8..d8467ab537d 100644 --- a/packages/plugin-tee/package.json +++ b/packages/plugin-tee/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@phala/dstack-sdk": "0.1.6", "@solana/spl-token": "0.4.9", "@solana/web3.js": "1.95.8", diff --git a/packages/plugin-tee/src/index.ts b/packages/plugin-tee/src/index.ts index 2d078d3a85d..868078b6f5d 100644 --- a/packages/plugin-tee/src/index.ts +++ b/packages/plugin-tee/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { remoteAttestationProvider } from "./providers/remoteAttestationProvider"; import { deriveKeyProvider } from "./providers/deriveKeyProvider"; diff --git a/packages/plugin-tee/src/providers/deriveKeyProvider.ts b/packages/plugin-tee/src/providers/deriveKeyProvider.ts index 80eeff35c03..c56dfa22f22 100644 --- a/packages/plugin-tee/src/providers/deriveKeyProvider.ts +++ b/packages/plugin-tee/src/providers/deriveKeyProvider.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { Keypair } from "@solana/web3.js"; import crypto from "crypto"; import { DeriveKeyResponse, TappdClient } from "@phala/dstack-sdk"; diff --git a/packages/plugin-tee/src/providers/remoteAttestationProvider.ts b/packages/plugin-tee/src/providers/remoteAttestationProvider.ts index 3f6e7da0f41..1e13c56092c 100644 --- a/packages/plugin-tee/src/providers/remoteAttestationProvider.ts +++ b/packages/plugin-tee/src/providers/remoteAttestationProvider.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { TdxQuoteResponse, TappdClient } from "@phala/dstack-sdk"; import { RemoteAttestationQuote, TEEMode } from "../types/tee"; diff --git a/packages/plugin-tee/src/providers/walletProvider.ts b/packages/plugin-tee/src/providers/walletProvider.ts index c02ae4e6b00..b7111d00aeb 100644 --- a/packages/plugin-tee/src/providers/walletProvider.ts +++ b/packages/plugin-tee/src/providers/walletProvider.ts @@ -1,5 +1,5 @@ /* This is an example of how WalletProvider can use DeriveKeyProvider to generate a Solana Keypair */ -import { IAgentRuntime, Memory, Provider, State } from "@elizaos/eliza"; +import { IAgentRuntime, Memory, Provider, State } from "@elizaos/core"; import { Connection, Keypair, PublicKey } from "@solana/web3.js"; import BigNumber from "bignumber.js"; import NodeCache from "node-cache"; diff --git a/packages/plugin-ton/package.json b/packages/plugin-ton/package.json index 1e3c97925d5..452f443a8d5 100644 --- a/packages/plugin-ton/package.json +++ b/packages/plugin-ton/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-trustdb": "workspace:*", "bignumber": "1.1.0", "bignumber.js": "9.1.2", diff --git a/packages/plugin-ton/src/actions/transfer.ts b/packages/plugin-ton/src/actions/transfer.ts index 4206b6979f0..15d039742a5 100644 --- a/packages/plugin-ton/src/actions/transfer.ts +++ b/packages/plugin-ton/src/actions/transfer.ts @@ -8,7 +8,7 @@ import { type IAgentRuntime, type Memory, type State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { z } from "zod"; import { diff --git a/packages/plugin-ton/src/enviroment.ts b/packages/plugin-ton/src/enviroment.ts index 2302d165593..47c883d9721 100644 --- a/packages/plugin-ton/src/enviroment.ts +++ b/packages/plugin-ton/src/enviroment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const envSchema = z.object({ diff --git a/packages/plugin-ton/src/index.ts b/packages/plugin-ton/src/index.ts index e98eacbffd7..36527b5d3d0 100644 --- a/packages/plugin-ton/src/index.ts +++ b/packages/plugin-ton/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import transferAction from "./actions/transfer.ts"; import { WalletProvider, nativeWalletProvider } from "./providers/wallet.ts"; diff --git a/packages/plugin-ton/src/providers/wallet.ts b/packages/plugin-ton/src/providers/wallet.ts index 8446fd0b401..a06e986a752 100644 --- a/packages/plugin-ton/src/providers/wallet.ts +++ b/packages/plugin-ton/src/providers/wallet.ts @@ -4,7 +4,7 @@ import { Memory, Provider, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { TonClient, WalletContractV4 } from "@ton/ton"; import { KeyPair, mnemonicToPrivateKey } from "@ton/crypto"; diff --git a/packages/plugin-ton/src/tests/wallet.test.ts b/packages/plugin-ton/src/tests/wallet.test.ts index a6627bcce35..2d9226c3343 100644 --- a/packages/plugin-ton/src/tests/wallet.test.ts +++ b/packages/plugin-ton/src/tests/wallet.test.ts @@ -1,4 +1,4 @@ -import { defaultCharacter } from "@elizaos/eliza"; +import { defaultCharacter } from "@elizaos/core"; import { describe, diff --git a/packages/plugin-trustdb/package.json b/packages/plugin-trustdb/package.json index dab1235b767..e2a88436a52 100644 --- a/packages/plugin-trustdb/package.json +++ b/packages/plugin-trustdb/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "dompurify": "3.2.2", "tsup": "8.3.5", "uuid": "11.0.3", diff --git a/packages/plugin-video-generation/package.json b/packages/plugin-video-generation/package.json index 3cb2fcc6955..e0588e460ec 100644 --- a/packages/plugin-video-generation/package.json +++ b/packages/plugin-video-generation/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "tsup": "8.3.5" }, "scripts": { diff --git a/packages/plugin-video-generation/src/index.ts b/packages/plugin-video-generation/src/index.ts index 3ffaef958c9..edadaa486f7 100644 --- a/packages/plugin-video-generation/src/index.ts +++ b/packages/plugin-video-generation/src/index.ts @@ -1,4 +1,4 @@ -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { Action, HandlerCallback, @@ -6,7 +6,7 @@ import { Memory, Plugin, State, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import fs from "fs"; import { LUMA_CONSTANTS } from "./constants"; diff --git a/packages/plugin-web-search/package.json b/packages/plugin-web-search/package.json index 841f3e0030c..50d92b3bec5 100644 --- a/packages/plugin-web-search/package.json +++ b/packages/plugin-web-search/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "tsup": "8.3.5" }, "scripts": { diff --git a/packages/plugin-web-search/src/index.ts b/packages/plugin-web-search/src/index.ts index 461ca3cf026..58a511eee21 100644 --- a/packages/plugin-web-search/src/index.ts +++ b/packages/plugin-web-search/src/index.ts @@ -1,4 +1,4 @@ -import { elizaLogger } from "@elizaos/eliza"; +import { elizaLogger } from "@elizaos/core"; import { Action, HandlerCallback, @@ -6,9 +6,9 @@ import { Memory, Plugin, State, -} from "@elizaos/eliza"; -import { generateWebSearch } from "@elizaos/eliza"; -import { SearchResult } from "@elizaos/eliza"; +} from "@elizaos/core"; +import { generateWebSearch } from "@elizaos/core"; +import { SearchResult } from "@elizaos/core"; import { encodingForModel, TiktokenModel } from "js-tiktoken"; const DEFAULT_MAX_WEB_SEARCH_TOKENS = 4000; diff --git a/packages/plugin-whatsapp/package.json b/packages/plugin-whatsapp/package.json index c7fbf8b0e76..cf2c094e272 100644 --- a/packages/plugin-whatsapp/package.json +++ b/packages/plugin-whatsapp/package.json @@ -11,7 +11,7 @@ "lint": "eslint --fix --cache ." }, "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "axios": "1.7.8" }, "devDependencies": { diff --git a/packages/plugin-whatsapp/src/index.ts b/packages/plugin-whatsapp/src/index.ts index f4940bb85ed..b4c12ac458f 100644 --- a/packages/plugin-whatsapp/src/index.ts +++ b/packages/plugin-whatsapp/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import { WhatsAppClient } from "./client"; import { WhatsAppConfig, WhatsAppMessage, WhatsAppWebhookEvent } from "./types"; import { MessageHandler, WebhookHandler } from "./handlers"; diff --git a/packages/plugin-zksync-era/package.json b/packages/plugin-zksync-era/package.json index 25333eb6082..81f6dec37bc 100644 --- a/packages/plugin-zksync-era/package.json +++ b/packages/plugin-zksync-era/package.json @@ -5,7 +5,7 @@ "type": "module", "types": "dist/index.d.ts", "dependencies": { - "@elizaos/eliza": "workspace:*", + "@elizaos/core": "workspace:*", "@elizaos/plugin-trustdb": "workspace:*", "tsup": "^8.3.5", "web3": "^4.15.0", diff --git a/packages/plugin-zksync-era/src/actions/transfer.ts b/packages/plugin-zksync-era/src/actions/transfer.ts index e3ee2e01ceb..78d81d389af 100644 --- a/packages/plugin-zksync-era/src/actions/transfer.ts +++ b/packages/plugin-zksync-era/src/actions/transfer.ts @@ -10,7 +10,7 @@ import { elizaLogger, composeContext, generateObject, -} from "@elizaos/eliza"; +} from "@elizaos/core"; import { validateZKsyncConfig } from "../enviroment"; import { Web3 } from "web3"; diff --git a/packages/plugin-zksync-era/src/enviroment.ts b/packages/plugin-zksync-era/src/enviroment.ts index cd225cf41bf..cde6311672b 100644 --- a/packages/plugin-zksync-era/src/enviroment.ts +++ b/packages/plugin-zksync-era/src/enviroment.ts @@ -1,4 +1,4 @@ -import { IAgentRuntime } from "@elizaos/eliza"; +import { IAgentRuntime } from "@elizaos/core"; import { z } from "zod"; export const zksyncEnvSchema = z.object({ diff --git a/packages/plugin-zksync-era/src/index.ts b/packages/plugin-zksync-era/src/index.ts index 92d2d5c148c..7e0cb55dc24 100644 --- a/packages/plugin-zksync-era/src/index.ts +++ b/packages/plugin-zksync-era/src/index.ts @@ -1,4 +1,4 @@ -import { Plugin } from "@elizaos/eliza"; +import { Plugin } from "@elizaos/core"; import transfer from "./actions/transfer"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3353d1f55e7..6f0e904aa43 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -132,7 +132,7 @@ importers: '@elizaos/client-twitter': specifier: workspace:* version: link:../packages/client-twitter - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../packages/core '@elizaos/plugin-0g': @@ -220,7 +220,7 @@ importers: client: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../packages/core '@radix-ui/react-dialog': @@ -375,7 +375,7 @@ importers: packages/adapter-postgres: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@types/pg': @@ -391,7 +391,7 @@ importers: packages/adapter-redis: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core ioredis: @@ -410,7 +410,7 @@ importers: packages/adapter-sqlite: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@types/better-sqlite3': @@ -432,7 +432,7 @@ importers: packages/adapter-sqljs: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@types/sql.js': @@ -454,7 +454,7 @@ importers: packages/adapter-supabase: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@supabase/supabase-js': @@ -470,7 +470,7 @@ importers: packages/client-auto: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@types/body-parser': @@ -501,7 +501,7 @@ importers: packages/client-direct: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-image-generation': @@ -541,7 +541,7 @@ importers: packages/client-discord: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-node': @@ -578,7 +578,7 @@ importers: packages/client-farcaster: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@neynar/nodejs-sdk': @@ -591,7 +591,7 @@ importers: packages/client-github: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@octokit/rest': @@ -616,7 +616,7 @@ importers: packages/client-lens: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@lens-protocol/client': @@ -638,7 +638,7 @@ importers: packages/client-slack: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@ffmpeg-installer/ffmpeg': @@ -699,7 +699,7 @@ importers: packages/client-telegram: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@telegraf/types': @@ -718,7 +718,7 @@ importers: packages/client-twitter: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core agent-twitter-client: @@ -931,7 +931,7 @@ importers: '@0glabs/0g-ts-sdk': specifier: 0.2.1 version: 0.2.1(bufferutil@4.0.8)(ethers@6.13.4(bufferutil@4.0.8)(utf-8-validate@5.0.10))(utf-8-validate@5.0.10) - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core ethers: @@ -943,7 +943,7 @@ importers: packages/plugin-aptos: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@aptos-labs/ts-sdk': @@ -973,7 +973,7 @@ importers: packages/plugin-bootstrap: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core tsup: @@ -985,7 +985,7 @@ importers: packages/plugin-coinbase: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@types/jsonwebtoken': @@ -1013,7 +1013,7 @@ importers: packages/plugin-conflux: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core cive: @@ -1022,7 +1022,7 @@ importers: packages/plugin-echochambers: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-node': @@ -1031,7 +1031,7 @@ importers: packages/plugin-evm: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@lifi/data-types': @@ -1055,7 +1055,7 @@ importers: packages/plugin-flow: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@onflow/config': @@ -1107,7 +1107,7 @@ importers: packages/plugin-goat: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@goat-sdk/core': @@ -1134,7 +1134,7 @@ importers: packages/plugin-icp: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@dfinity/agent': @@ -1165,7 +1165,7 @@ importers: packages/plugin-image-generation: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core tsup: @@ -1177,7 +1177,7 @@ importers: packages/plugin-intiface: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core buttplug: @@ -1195,7 +1195,7 @@ importers: packages/plugin-multiversx: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@multiversx/sdk-core': @@ -1225,7 +1225,7 @@ importers: packages/plugin-near: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@ref-finance/ref-sdk': @@ -1252,7 +1252,7 @@ importers: packages/plugin-nft-generation: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-image-generation': @@ -1297,7 +1297,7 @@ importers: packages/plugin-node: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@aws-sdk/client-s3': @@ -1475,7 +1475,7 @@ importers: packages/plugin-solana: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-tee': @@ -1526,7 +1526,7 @@ importers: packages/plugin-starknet: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-trustdb': @@ -1556,7 +1556,7 @@ importers: packages/plugin-story: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-trustdb': @@ -1584,7 +1584,7 @@ importers: packages/plugin-sui: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-trustdb': @@ -1617,7 +1617,7 @@ importers: packages/plugin-tee: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@phala/dstack-sdk': @@ -1656,7 +1656,7 @@ importers: packages/plugin-ton: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-trustdb': @@ -1686,7 +1686,7 @@ importers: packages/plugin-trustdb: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core dompurify: @@ -1711,7 +1711,7 @@ importers: packages/plugin-video-generation: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core tsup: @@ -1723,7 +1723,7 @@ importers: packages/plugin-web-search: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core tsup: @@ -1735,7 +1735,7 @@ importers: packages/plugin-whatsapp: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core axios: @@ -1766,7 +1766,7 @@ importers: packages/plugin-zksync-era: dependencies: - '@elizaos/eliza': + '@elizaos/core': specifier: workspace:* version: link:../core '@elizaos/plugin-trustdb': diff --git a/turbo.json b/turbo.json index 33466dac26a..2f404476cbb 100644 --- a/turbo.json +++ b/turbo.json @@ -12,7 +12,7 @@ }, "build": { "outputs": ["dist/**"], - "dependsOn": ["^@elizaos/eliza#build"] + "dependsOn": ["^@elizaos/core#build"] }, "@elizaos/plugin-solana#build": { "outputs": ["dist/**"], From 41ac80599d5a8537230fa7ea0e9c409eb4d1e89c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 22 Dec 2024 06:51:52 +0000 Subject: [PATCH 2/4] chore: update changelog --- CHANGELOG.md | 2020 +++++++++++++++++++++++++------------------------- 1 file changed, 1027 insertions(+), 993 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66d95ac039..2399017ce8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,1190 +1,1224 @@ # Changelog -## [v0.1.6](https://github.com/elizaos/eliza/tree/v0.1.6) (2024-12-21) +## [v0.1.7-alpha.1](https://github.com/elizaOS/eliza/tree/v0.1.7-alpha.1) (2024-12-22) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.6-alpha.5...v0.1.6) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.6...v0.1.7-alpha.1) + +**Fixed bugs:** + +- Vector missmatch sqlite \(when trying to use TTS\) [\#1349](https://github.com/elizaOS/eliza/issues/1349) +- Postgres adapter busted [\#1344](https://github.com/elizaOS/eliza/issues/1344) +- Why do I have a running Agent on WSL2, but the browser shows don't work? [\#1326](https://github.com/elizaOS/eliza/issues/1326) +- http proxy error /agents [\#1322](https://github.com/elizaOS/eliza/issues/1322) +- 2:02:20 AM \[vite\] http proxy error: /agents Error: connect ECONNREFUSED ::1:3000 at TCPConnectWrap.afterConnect \[as oncomplete\] \(node:net:1615:16\) \(x12\) [\#1321](https://github.com/elizaOS/eliza/issues/1321) +- Unable to run `pnpm install --no-frozen-lockfile` on v0.1.6-alpha.4 [\#1167](https://github.com/elizaOS/eliza/issues/1167) + +**Merged pull requests:** + +- chore: develop -\> main, change elizaos/eliza to elizaos/core [\#1359](https://github.com/elizaOS/eliza/pull/1359) ([lalalune](https://github.com/lalalune)) +- feat: change @elizaos/eliza to @elizaos/core [\#1357](https://github.com/elizaOS/eliza/pull/1357) ([lalalune](https://github.com/lalalune)) +- chore: Merge Develop into Main [\#1356](https://github.com/elizaOS/eliza/pull/1356) ([lalalune](https://github.com/lalalune)) +- chore: revert discord url [\#1355](https://github.com/elizaOS/eliza/pull/1355) ([madjin](https://github.com/madjin)) +- Update DOCUMENTATION links to point to https://elizaOS.github.io/eliza/ [\#1353](https://github.com/elizaOS/eliza/pull/1353) ([imwylin](https://github.com/imwylin)) +- feat: elizaOS [\#1352](https://github.com/elizaOS/eliza/pull/1352) ([lalalune](https://github.com/lalalune)) +- Update farcaster client max cast length [\#1347](https://github.com/elizaOS/eliza/pull/1347) ([0x330a](https://github.com/0x330a)) +- fix: postgres adapter schema [\#1345](https://github.com/elizaOS/eliza/pull/1345) ([ryanleecode](https://github.com/ryanleecode)) +- fix: Add OLLAMA model to the getTokenForProvider class [\#1338](https://github.com/elizaOS/eliza/pull/1338) ([amirkhonov](https://github.com/amirkhonov)) +- fix: use MAX\_TWEET\_LENGTH from setting [\#1323](https://github.com/elizaOS/eliza/pull/1323) ([oxSaturn](https://github.com/oxSaturn)) +- chore: bump agent-twitter-client version to v0.0.17 [\#1311](https://github.com/elizaOS/eliza/pull/1311) ([shakkernerd](https://github.com/shakkernerd)) +- fix: support google model. [\#1310](https://github.com/elizaOS/eliza/pull/1310) ([oxSaturn](https://github.com/oxSaturn)) +- fix: set default value for cache store [\#1308](https://github.com/elizaOS/eliza/pull/1308) ([oxSaturn](https://github.com/oxSaturn)) +- fix: update turbo to fix "cannot find package" error [\#1307](https://github.com/elizaOS/eliza/pull/1307) ([oxSaturn](https://github.com/oxSaturn)) +- no token needed for gaianet [\#1306](https://github.com/elizaOS/eliza/pull/1306) ([suicidalgoofy](https://github.com/suicidalgoofy)) +- chore: rebase develop branch [\#1301](https://github.com/elizaOS/eliza/pull/1301) ([shakkernerd](https://github.com/shakkernerd)) +- chore: remove TWITTER\_COOKIES env var [\#1288](https://github.com/elizaOS/eliza/pull/1288) ([ChristopherTrimboli](https://github.com/ChristopherTrimboli)) +- fix: add lint script for plugin evm and fix lint errors [\#1171](https://github.com/elizaOS/eliza/pull/1171) ([nicky-ru](https://github.com/nicky-ru)) + +## [v0.1.6](https://github.com/elizaOS/eliza/tree/v0.1.6) (2024-12-21) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.6-alpha.5...v0.1.6) **Merged pull requests:** -- feat: release version 0.1.6 [\#1300](https://github.com/elizaos/eliza/pull/1300) ([shakkernerd](https://github.com/shakkernerd)) +- feat: release version 0.1.6 [\#1300](https://github.com/elizaOS/eliza/pull/1300) ([shakkernerd](https://github.com/shakkernerd)) -## [v0.1.6-alpha.5](https://github.com/elizaos/eliza/tree/v0.1.6-alpha.5) (2024-12-21) +## [v0.1.6-alpha.5](https://github.com/elizaOS/eliza/tree/v0.1.6-alpha.5) (2024-12-21) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.6-alpha.4...v0.1.6-alpha.5) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.6-alpha.4...v0.1.6-alpha.5) **Implemented enhancements:** -- Add @eliza/agent to npm registry [\#1281](https://github.com/elizaos/eliza/issues/1281) -- Implement Redis Caching for Performance [\#1277](https://github.com/elizaos/eliza/issues/1277) -- Improve logging for the Coinbase plugin [\#1261](https://github.com/elizaos/eliza/issues/1261) -- doc: Add Twitter automation label requirement to quickstart guide [\#1253](https://github.com/elizaos/eliza/issues/1253) -- Enhance Logging in /packages/plugin-coinbase/src/plugins Using elizaLogger [\#1192](https://github.com/elizaos/eliza/issues/1192) -- Improve Logging in /packages/plugin-coinbase/src/plugins [\#1189](https://github.com/elizaos/eliza/issues/1189) -- Feat: add github client to core agent [\#1130](https://github.com/elizaos/eliza/issues/1130) +- Add @eliza/agent to npm registry [\#1281](https://github.com/elizaOS/eliza/issues/1281) +- Implement Redis Caching for Performance [\#1277](https://github.com/elizaOS/eliza/issues/1277) +- Improve logging for the Coinbase plugin [\#1261](https://github.com/elizaOS/eliza/issues/1261) +- doc: Add Twitter automation label requirement to quickstart guide [\#1253](https://github.com/elizaOS/eliza/issues/1253) +- Enhance Logging in /packages/plugin-coinbase/src/plugins Using elizaLogger [\#1192](https://github.com/elizaOS/eliza/issues/1192) +- Improve Logging in /packages/plugin-coinbase/src/plugins [\#1189](https://github.com/elizaOS/eliza/issues/1189) +- Feat: add github client to core agent [\#1130](https://github.com/elizaOS/eliza/issues/1130) **Fixed bugs:** -- SCAM project [\#1286](https://github.com/elizaos/eliza/issues/1286) -- pnpm start --character="characters/trump.character.json" [\#1161](https://github.com/elizaos/eliza/issues/1161) -- REQUIRED\_NODE\_VERSION: No such file [\#1151](https://github.com/elizaos/eliza/issues/1151) -- Discord agents knock each other out of VC [\#1145](https://github.com/elizaos/eliza/issues/1145) -- Missing required secret OPENAI\_API\_KEY in PR workflow [\#1027](https://github.com/elizaos/eliza/issues/1027) +- SCAM project [\#1286](https://github.com/elizaOS/eliza/issues/1286) +- pnpm start --character="characters/trump.character.json" [\#1161](https://github.com/elizaOS/eliza/issues/1161) +- REQUIRED\_NODE\_VERSION: No such file [\#1151](https://github.com/elizaOS/eliza/issues/1151) +- Discord agents knock each other out of VC [\#1145](https://github.com/elizaOS/eliza/issues/1145) +- Missing required secret OPENAI\_API\_KEY in PR workflow [\#1027](https://github.com/elizaOS/eliza/issues/1027) **Closed issues:** -- Bug: Application crashes on startup [\#1173](https://github.com/elizaos/eliza/issues/1173) -- Bug: Application crashes on startup [\#1172](https://github.com/elizaos/eliza/issues/1172) +- Bug: Application crashes on startup [\#1173](https://github.com/elizaOS/eliza/issues/1173) +- Bug: Application crashes on startup [\#1172](https://github.com/elizaOS/eliza/issues/1172) **Merged pull requests:** -- fix: default character model to LLAMALOCAL [\#1299](https://github.com/elizaos/eliza/pull/1299) ([shakkernerd](https://github.com/shakkernerd)) -- fix: remove clients from default character [\#1297](https://github.com/elizaos/eliza/pull/1297) ([shakkernerd](https://github.com/shakkernerd)) -- chore: bump version to 0.1.6-alpha.5 [\#1296](https://github.com/elizaos/eliza/pull/1296) ([shakkernerd](https://github.com/shakkernerd)) -- feat: Add caching support for Redis [\#1295](https://github.com/elizaos/eliza/pull/1295) ([shakkernerd](https://github.com/shakkernerd)) -- fix: output checkable variable for conditional [\#1294](https://github.com/elizaos/eliza/pull/1294) ([twilwa](https://github.com/twilwa)) -- fix: add missing claude vertex case to handleProvider [\#1293](https://github.com/elizaos/eliza/pull/1293) ([shakkernerd](https://github.com/shakkernerd)) -- fix: pnpm lock file [\#1292](https://github.com/elizaos/eliza/pull/1292) ([shakkernerd](https://github.com/shakkernerd)) -- fix: integration tests fix [\#1291](https://github.com/elizaos/eliza/pull/1291) ([twilwa](https://github.com/twilwa)) -- feat: Update main for v0.1.6-alpha.5 [\#1290](https://github.com/elizaos/eliza/pull/1290) ([odilitime](https://github.com/odilitime)) -- chore: clean up merged PR1168 [\#1289](https://github.com/elizaos/eliza/pull/1289) ([odilitime](https://github.com/odilitime)) -- fix: fix lockfile [\#1283](https://github.com/elizaos/eliza/pull/1283) ([odilitime](https://github.com/odilitime)) -- feat: Redis Cache Implementation [\#1279](https://github.com/elizaos/eliza/pull/1279) ([shakkernerd](https://github.com/shakkernerd)) -- chore: Revert "fix: pnpm lockfile" [\#1275](https://github.com/elizaos/eliza/pull/1275) ([shakkernerd](https://github.com/shakkernerd)) -- fix: pnpm lockfile [\#1273](https://github.com/elizaos/eliza/pull/1273) ([shakkernerd](https://github.com/shakkernerd)) -- fix: fix ENABLE\_ACTION\_PROCESSING logic [\#1268](https://github.com/elizaos/eliza/pull/1268) ([oxSaturn](https://github.com/oxSaturn)) -- feat: add README\_DE.md in docs directory [\#1262](https://github.com/elizaos/eliza/pull/1262) ([derRizzMeister](https://github.com/derRizzMeister)) -- fix: unsupported model provider: claude\_vertex [\#1258](https://github.com/elizaos/eliza/pull/1258) ([tcm390](https://github.com/tcm390)) -- doc: add Twitter automation label notice \(\#1253\) [\#1254](https://github.com/elizaos/eliza/pull/1254) ([julienbrs](https://github.com/julienbrs)) -- Update trump.character.json [\#1252](https://github.com/elizaos/eliza/pull/1252) ([lalalune](https://github.com/lalalune)) -- fix: Fix local\_llama key warning [\#1250](https://github.com/elizaos/eliza/pull/1250) ([odilitime](https://github.com/odilitime)) -- feat: upgrade Tavily API with comprehensive input and constrain the token consumption [\#1246](https://github.com/elizaos/eliza/pull/1246) ([tomguluson92](https://github.com/tomguluson92)) -- feat: make express payload limit configurable [\#1245](https://github.com/elizaos/eliza/pull/1245) ([renlulu](https://github.com/renlulu)) -- feat: make twitter login retry times as env [\#1244](https://github.com/elizaos/eliza/pull/1244) ([renlulu](https://github.com/renlulu)) -- Fix visibility issue github image cicd [\#1243](https://github.com/elizaos/eliza/pull/1243) ([luisalrp](https://github.com/luisalrp)) -- fix: twitterShouldRespondTemplate Fails When Defined as a String in JSON Character Config [\#1242](https://github.com/elizaos/eliza/pull/1242) ([tcm390](https://github.com/tcm390)) -- fix: Sync UI Client with server port env [\#1239](https://github.com/elizaos/eliza/pull/1239) ([jonathangus](https://github.com/jonathangus)) -- Update trump.character.json - Enhance terminology in the project for clarity and inclusivity [\#1237](https://github.com/elizaos/eliza/pull/1237) ([yjshi2015](https://github.com/yjshi2015)) -- Update README for french, spanish and italian language [\#1236](https://github.com/elizaos/eliza/pull/1236) ([azurwastaken](https://github.com/azurwastaken)) -- feat: add parse mode=Markdown, enhance telegram bot output [\#1229](https://github.com/elizaos/eliza/pull/1229) ([simpletrontdip](https://github.com/simpletrontdip)) -- fix: CircuitBreaker.ts [\#1226](https://github.com/elizaos/eliza/pull/1226) ([tomguluson92](https://github.com/tomguluson92)) -- fix: Allow the bot to post messages with images generated by the imageGenerationPlugin on Telegram. [\#1220](https://github.com/elizaos/eliza/pull/1220) ([tcm390](https://github.com/tcm390)) -- fix: postgres needs the user to exist before you can add a participant [\#1219](https://github.com/elizaos/eliza/pull/1219) ([odilitime](https://github.com/odilitime)) -- chore: clean up scripts [\#1218](https://github.com/elizaos/eliza/pull/1218) ([danbednarski](https://github.com/danbednarski)) -- fix: improve twitter post generation prompt [\#1217](https://github.com/elizaos/eliza/pull/1217) ([cygaar](https://github.com/cygaar)) -- fix: fail when cannot get token, add Akash to generateText switch [\#1214](https://github.com/elizaos/eliza/pull/1214) ([vpavlin](https://github.com/vpavlin)) -- chore: New docs [\#1211](https://github.com/elizaos/eliza/pull/1211) ([madjin](https://github.com/madjin)) -- docs: Update README.md [\#1209](https://github.com/elizaos/eliza/pull/1209) ([marcNY](https://github.com/marcNY)) -- fix: gitpod cicd bug [\#1207](https://github.com/elizaos/eliza/pull/1207) ([v1xingyue](https://github.com/v1xingyue)) -- fix: write summary file before trying to cache it [\#1205](https://github.com/elizaos/eliza/pull/1205) ([tobbelobb](https://github.com/tobbelobb)) -- fix: optional chaining on search to avoid startup errors when search is not enabled [\#1202](https://github.com/elizaos/eliza/pull/1202) ([netdragonx](https://github.com/netdragonx)) -- docs\(cn\): add python 3.7 [\#1201](https://github.com/elizaos/eliza/pull/1201) ([9547](https://github.com/9547)) -- docs: Update "CN README" with more details [\#1196](https://github.com/elizaos/eliza/pull/1196) ([tomguluson92](https://github.com/tomguluson92)) -- docs: fixed CONTRIBUTING.md file Issue: 1048 [\#1191](https://github.com/elizaos/eliza/pull/1191) ([ileana-pr](https://github.com/ileana-pr)) -- test: adding tests for runtime.ts. Modified README since we switched to vitest [\#1190](https://github.com/elizaos/eliza/pull/1190) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- fix: Fix client.push issue and update README for Slack client verification [\#1182](https://github.com/elizaos/eliza/pull/1182) ([SumeetChougule](https://github.com/SumeetChougule)) -- feat: integration tests fixes + library improvements [\#1177](https://github.com/elizaos/eliza/pull/1177) ([jzvikart](https://github.com/jzvikart)) -- docs: Update "What Did You Get Done This Week? 5" spaces notes [\#1174](https://github.com/elizaos/eliza/pull/1174) ([YoungPhlo](https://github.com/YoungPhlo)) -- fix: Fix typo in multiversx plugin prompt for creating token [\#1170](https://github.com/elizaos/eliza/pull/1170) ([thomasWos](https://github.com/thomasWos)) -- feat: make script dash compatible [\#1165](https://github.com/elizaos/eliza/pull/1165) ([shakkernerd](https://github.com/shakkernerd)) -- chore: print commands to start the client and remove unused --non-itera… [\#1163](https://github.com/elizaos/eliza/pull/1163) ([yang-han](https://github.com/yang-han)) -- fix: Enable multiple bots to join Discord voice channels [\#1156](https://github.com/elizaos/eliza/pull/1156) ([tcm390](https://github.com/tcm390)) - -## [v0.1.6-alpha.4](https://github.com/elizaos/eliza/tree/v0.1.6-alpha.4) (2024-12-17) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.6-alpha.3...v0.1.6-alpha.4) +- fix: default character model to LLAMALOCAL [\#1299](https://github.com/elizaOS/eliza/pull/1299) ([shakkernerd](https://github.com/shakkernerd)) +- fix: remove clients from default character [\#1297](https://github.com/elizaOS/eliza/pull/1297) ([shakkernerd](https://github.com/shakkernerd)) +- chore: bump version to 0.1.6-alpha.5 [\#1296](https://github.com/elizaOS/eliza/pull/1296) ([shakkernerd](https://github.com/shakkernerd)) +- feat: Add caching support for Redis [\#1295](https://github.com/elizaOS/eliza/pull/1295) ([shakkernerd](https://github.com/shakkernerd)) +- fix: output checkable variable for conditional [\#1294](https://github.com/elizaOS/eliza/pull/1294) ([twilwa](https://github.com/twilwa)) +- fix: add missing claude vertex case to handleProvider [\#1293](https://github.com/elizaOS/eliza/pull/1293) ([shakkernerd](https://github.com/shakkernerd)) +- fix: pnpm lock file [\#1292](https://github.com/elizaOS/eliza/pull/1292) ([shakkernerd](https://github.com/shakkernerd)) +- fix: integration tests fix [\#1291](https://github.com/elizaOS/eliza/pull/1291) ([twilwa](https://github.com/twilwa)) +- feat: Update main for v0.1.6-alpha.5 [\#1290](https://github.com/elizaOS/eliza/pull/1290) ([odilitime](https://github.com/odilitime)) +- chore: clean up merged PR1168 [\#1289](https://github.com/elizaOS/eliza/pull/1289) ([odilitime](https://github.com/odilitime)) +- fix: fix lockfile [\#1283](https://github.com/elizaOS/eliza/pull/1283) ([odilitime](https://github.com/odilitime)) +- feat: Redis Cache Implementation [\#1279](https://github.com/elizaOS/eliza/pull/1279) ([shakkernerd](https://github.com/shakkernerd)) +- chore: Revert "fix: pnpm lockfile" [\#1275](https://github.com/elizaOS/eliza/pull/1275) ([shakkernerd](https://github.com/shakkernerd)) +- fix: pnpm lockfile [\#1273](https://github.com/elizaOS/eliza/pull/1273) ([shakkernerd](https://github.com/shakkernerd)) +- fix: fix ENABLE\_ACTION\_PROCESSING logic [\#1268](https://github.com/elizaOS/eliza/pull/1268) ([oxSaturn](https://github.com/oxSaturn)) +- feat: add README\_DE.md in docs directory [\#1262](https://github.com/elizaOS/eliza/pull/1262) ([derRizzMeister](https://github.com/derRizzMeister)) +- fix: unsupported model provider: claude\_vertex [\#1258](https://github.com/elizaOS/eliza/pull/1258) ([tcm390](https://github.com/tcm390)) +- doc: add Twitter automation label notice \(\#1253\) [\#1254](https://github.com/elizaOS/eliza/pull/1254) ([julienbrs](https://github.com/julienbrs)) +- Update trump.character.json [\#1252](https://github.com/elizaOS/eliza/pull/1252) ([lalalune](https://github.com/lalalune)) +- fix: Fix local\_llama key warning [\#1250](https://github.com/elizaOS/eliza/pull/1250) ([odilitime](https://github.com/odilitime)) +- feat: upgrade Tavily API with comprehensive input and constrain the token consumption [\#1246](https://github.com/elizaOS/eliza/pull/1246) ([tomguluson92](https://github.com/tomguluson92)) +- feat: make express payload limit configurable [\#1245](https://github.com/elizaOS/eliza/pull/1245) ([renlulu](https://github.com/renlulu)) +- feat: make twitter login retry times as env [\#1244](https://github.com/elizaOS/eliza/pull/1244) ([renlulu](https://github.com/renlulu)) +- Fix visibility issue github image cicd [\#1243](https://github.com/elizaOS/eliza/pull/1243) ([luisalrp](https://github.com/luisalrp)) +- fix: twitterShouldRespondTemplate Fails When Defined as a String in JSON Character Config [\#1242](https://github.com/elizaOS/eliza/pull/1242) ([tcm390](https://github.com/tcm390)) +- fix: Sync UI Client with server port env [\#1239](https://github.com/elizaOS/eliza/pull/1239) ([jonathangus](https://github.com/jonathangus)) +- Update trump.character.json - Enhance terminology in the project for clarity and inclusivity [\#1237](https://github.com/elizaOS/eliza/pull/1237) ([yjshi2015](https://github.com/yjshi2015)) +- Update README for french, spanish and italian language [\#1236](https://github.com/elizaOS/eliza/pull/1236) ([azurwastaken](https://github.com/azurwastaken)) +- feat: add parse mode=Markdown, enhance telegram bot output [\#1229](https://github.com/elizaOS/eliza/pull/1229) ([simpletrontdip](https://github.com/simpletrontdip)) +- fix: CircuitBreaker.ts [\#1226](https://github.com/elizaOS/eliza/pull/1226) ([tomguluson92](https://github.com/tomguluson92)) +- fix: Allow the bot to post messages with images generated by the imageGenerationPlugin on Telegram. [\#1220](https://github.com/elizaOS/eliza/pull/1220) ([tcm390](https://github.com/tcm390)) +- fix: postgres needs the user to exist before you can add a participant [\#1219](https://github.com/elizaOS/eliza/pull/1219) ([odilitime](https://github.com/odilitime)) +- chore: clean up scripts [\#1218](https://github.com/elizaOS/eliza/pull/1218) ([danbednarski](https://github.com/danbednarski)) +- fix: improve twitter post generation prompt [\#1217](https://github.com/elizaOS/eliza/pull/1217) ([cygaar](https://github.com/cygaar)) +- fix: fail when cannot get token, add Akash to generateText switch [\#1214](https://github.com/elizaOS/eliza/pull/1214) ([vpavlin](https://github.com/vpavlin)) +- chore: New docs [\#1211](https://github.com/elizaOS/eliza/pull/1211) ([madjin](https://github.com/madjin)) +- docs: Update README.md [\#1209](https://github.com/elizaOS/eliza/pull/1209) ([marcNY](https://github.com/marcNY)) +- fix: gitpod cicd bug [\#1207](https://github.com/elizaOS/eliza/pull/1207) ([v1xingyue](https://github.com/v1xingyue)) +- fix: write summary file before trying to cache it [\#1205](https://github.com/elizaOS/eliza/pull/1205) ([tobbelobb](https://github.com/tobbelobb)) +- fix: optional chaining on search to avoid startup errors when search is not enabled [\#1202](https://github.com/elizaOS/eliza/pull/1202) ([netdragonx](https://github.com/netdragonx)) +- docs\(cn\): add python 3.7 [\#1201](https://github.com/elizaOS/eliza/pull/1201) ([9547](https://github.com/9547)) +- docs: Update "CN README" with more details [\#1196](https://github.com/elizaOS/eliza/pull/1196) ([tomguluson92](https://github.com/tomguluson92)) +- docs: fixed CONTRIBUTING.md file Issue: 1048 [\#1191](https://github.com/elizaOS/eliza/pull/1191) ([ileana-pr](https://github.com/ileana-pr)) +- test: adding tests for runtime.ts. Modified README since we switched to vitest [\#1190](https://github.com/elizaOS/eliza/pull/1190) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- fix: Fix client.push issue and update README for Slack client verification [\#1182](https://github.com/elizaOS/eliza/pull/1182) ([SumeetChougule](https://github.com/SumeetChougule)) +- feat: integration tests fixes + library improvements [\#1177](https://github.com/elizaOS/eliza/pull/1177) ([jzvikart](https://github.com/jzvikart)) +- docs: Update "What Did You Get Done This Week? 5" spaces notes [\#1174](https://github.com/elizaOS/eliza/pull/1174) ([YoungPhlo](https://github.com/YoungPhlo)) +- fix: Fix typo in multiversx plugin prompt for creating token [\#1170](https://github.com/elizaOS/eliza/pull/1170) ([thomasWos](https://github.com/thomasWos)) +- feat: make script dash compatible [\#1165](https://github.com/elizaOS/eliza/pull/1165) ([shakkernerd](https://github.com/shakkernerd)) +- chore: print commands to start the client and remove unused --non-itera… [\#1163](https://github.com/elizaOS/eliza/pull/1163) ([yang-han](https://github.com/yang-han)) +- fix: Enable multiple bots to join Discord voice channels [\#1156](https://github.com/elizaOS/eliza/pull/1156) ([tcm390](https://github.com/tcm390)) + +## [v0.1.6-alpha.4](https://github.com/elizaOS/eliza/tree/v0.1.6-alpha.4) (2024-12-17) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.6-alpha.3...v0.1.6-alpha.4) **Fixed bugs:** -- pnpm install fails on m1 mac \[Fixed with xcode-select reinstall\] [\#1146](https://github.com/elizaos/eliza/issues/1146) +- pnpm install fails on m1 mac \[Fixed with xcode-select reinstall\] [\#1146](https://github.com/elizaOS/eliza/issues/1146) **Merged pull requests:** -- chore: bump version to 0.1.6-alpha.4 [\#1159](https://github.com/elizaos/eliza/pull/1159) ([shakkernerd](https://github.com/shakkernerd)) -- fix: client twitter login and auth handler [\#1158](https://github.com/elizaos/eliza/pull/1158) ([shakkernerd](https://github.com/shakkernerd)) +- chore: bump version to 0.1.6-alpha.4 [\#1159](https://github.com/elizaOS/eliza/pull/1159) ([shakkernerd](https://github.com/shakkernerd)) +- fix: client twitter login and auth handler [\#1158](https://github.com/elizaOS/eliza/pull/1158) ([shakkernerd](https://github.com/shakkernerd)) -## [v0.1.6-alpha.3](https://github.com/elizaos/eliza/tree/v0.1.6-alpha.3) (2024-12-17) +## [v0.1.6-alpha.3](https://github.com/elizaOS/eliza/tree/v0.1.6-alpha.3) (2024-12-17) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.6-alpha.2...v0.1.6-alpha.3) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.6-alpha.2...v0.1.6-alpha.3) **Merged pull requests:** -- chore: develop into main [\#1155](https://github.com/elizaos/eliza/pull/1155) ([shakkernerd](https://github.com/shakkernerd)) -- fix: fix direct-client ability to start agents [\#1154](https://github.com/elizaos/eliza/pull/1154) ([odilitime](https://github.com/odilitime)) -- fix: fetch log level to debug [\#1153](https://github.com/elizaos/eliza/pull/1153) ([shakkernerd](https://github.com/shakkernerd)) -- chore: bump version to 0.1.6-alpha.3 [\#1152](https://github.com/elizaos/eliza/pull/1152) ([shakkernerd](https://github.com/shakkernerd)) -- feat: update packages version script [\#1150](https://github.com/elizaos/eliza/pull/1150) ([shakkernerd](https://github.com/shakkernerd)) +- chore: develop into main [\#1155](https://github.com/elizaOS/eliza/pull/1155) ([shakkernerd](https://github.com/shakkernerd)) +- fix: fix direct-client ability to start agents [\#1154](https://github.com/elizaOS/eliza/pull/1154) ([odilitime](https://github.com/odilitime)) +- fix: fetch log level to debug [\#1153](https://github.com/elizaOS/eliza/pull/1153) ([shakkernerd](https://github.com/shakkernerd)) +- chore: bump version to 0.1.6-alpha.3 [\#1152](https://github.com/elizaOS/eliza/pull/1152) ([shakkernerd](https://github.com/shakkernerd)) +- feat: update packages version script [\#1150](https://github.com/elizaOS/eliza/pull/1150) ([shakkernerd](https://github.com/shakkernerd)) -## [v0.1.6-alpha.2](https://github.com/elizaos/eliza/tree/v0.1.6-alpha.2) (2024-12-17) +## [v0.1.6-alpha.2](https://github.com/elizaOS/eliza/tree/v0.1.6-alpha.2) (2024-12-17) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.6-alpha.1...v0.1.6-alpha.2) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.6-alpha.1...v0.1.6-alpha.2) **Implemented enhancements:** -- Add a Hebrew Translation for the readme. [\#1022](https://github.com/elizaos/eliza/issues/1022) -- GenLayer Plugin [\#972](https://github.com/elizaos/eliza/issues/972) -- Feature Request: Add Aptos and Move Support to the Eliza Framework for Autonomous Agents [\#790](https://github.com/elizaos/eliza/issues/790) -- enhancement: Improve message threading and handling to reduce repetition [\#783](https://github.com/elizaos/eliza/issues/783) -- fal.ai image generation [\#648](https://github.com/elizaos/eliza/issues/648) -- Upgrade to turborepo for monorepo management [\#639](https://github.com/elizaos/eliza/issues/639) -- Add a plugin for storing data using the 0G protocol. [\#415](https://github.com/elizaos/eliza/issues/415) -- way for bots to have cool down periods \(dynamic tempature adjusts\) & only direct reply setting [\#399](https://github.com/elizaos/eliza/issues/399) -- Create an Eliza Trained on Dev Documentation [\#352](https://github.com/elizaos/eliza/issues/352) -- Get to a place where we can reliably create release tags [\#317](https://github.com/elizaos/eliza/issues/317) -- Managing Divergence Across the Eliza Ecosystem \(Multiple Forks\) [\#305](https://github.com/elizaos/eliza/issues/305) -- EVM Integration [\#303](https://github.com/elizaos/eliza/issues/303) -- Farcaster Client / Plugin [\#300](https://github.com/elizaos/eliza/issues/300) -- Allow twitter client to configure who to reply to based on following relationship [\#264](https://github.com/elizaos/eliza/issues/264) -- Agent is reposting images from other parts of conversation as its own image [\#260](https://github.com/elizaos/eliza/issues/260) -- Fix queueing in Twitter so messages are not rate limited constantly [\#259](https://github.com/elizaos/eliza/issues/259) -- Fix Twitter Multi-agent, Characters respond to each other's messages [\#258](https://github.com/elizaos/eliza/issues/258) -- Add shouldRespond handler to voice [\#244](https://github.com/elizaos/eliza/issues/244) -- Move cache to database [\#243](https://github.com/elizaos/eliza/issues/243) -- Store all local models in /models folder, with overridable model path [\#242](https://github.com/elizaos/eliza/issues/242) -- Add storeCredential and getCredential key value store, store secrets in db [\#241](https://github.com/elizaos/eliza/issues/241) -- Move embeddings to a service and a service and add ServiceType.EMBEDDING [\#240](https://github.com/elizaos/eliza/issues/240) -- Fix function calling, repetition and local action calling [\#161](https://github.com/elizaos/eliza/issues/161) -- Make image generation very nice and spicy [\#158](https://github.com/elizaos/eliza/issues/158) -- Add AI Code Reviewing application from GitHub Marketplace [\#81](https://github.com/elizaos/eliza/issues/81) -- Abstract image descriptions / recognition to use any model provider [\#72](https://github.com/elizaos/eliza/issues/72) -- 💡 Have silly tavern compatibility [\#56](https://github.com/elizaos/eliza/issues/56) -- User Interface Enhancement [\#54](https://github.com/elizaos/eliza/issues/54) -- "Private" Actions [\#29](https://github.com/elizaos/eliza/issues/29) -- Pump Fun Token Creation [\#28](https://github.com/elizaos/eliza/issues/28) -- Awareness of Twitter bio and username [\#27](https://github.com/elizaos/eliza/issues/27) +- Add a Hebrew Translation for the readme. [\#1022](https://github.com/elizaOS/eliza/issues/1022) +- GenLayer Plugin [\#972](https://github.com/elizaOS/eliza/issues/972) +- Feature Request: Add Aptos and Move Support to the Eliza Framework for Autonomous Agents [\#790](https://github.com/elizaOS/eliza/issues/790) +- enhancement: Improve message threading and handling to reduce repetition [\#783](https://github.com/elizaOS/eliza/issues/783) +- fal.ai image generation [\#648](https://github.com/elizaOS/eliza/issues/648) +- Upgrade to turborepo for monorepo management [\#639](https://github.com/elizaOS/eliza/issues/639) +- Add a plugin for storing data using the 0G protocol. [\#415](https://github.com/elizaOS/eliza/issues/415) +- way for bots to have cool down periods \(dynamic tempature adjusts\) & only direct reply setting [\#399](https://github.com/elizaOS/eliza/issues/399) +- Create an Eliza Trained on Dev Documentation [\#352](https://github.com/elizaOS/eliza/issues/352) +- Get to a place where we can reliably create release tags [\#317](https://github.com/elizaOS/eliza/issues/317) +- Managing Divergence Across the Eliza Ecosystem \(Multiple Forks\) [\#305](https://github.com/elizaOS/eliza/issues/305) +- EVM Integration [\#303](https://github.com/elizaOS/eliza/issues/303) +- Farcaster Client / Plugin [\#300](https://github.com/elizaOS/eliza/issues/300) +- Allow twitter client to configure who to reply to based on following relationship [\#264](https://github.com/elizaOS/eliza/issues/264) +- Agent is reposting images from other parts of conversation as its own image [\#260](https://github.com/elizaOS/eliza/issues/260) +- Fix queueing in Twitter so messages are not rate limited constantly [\#259](https://github.com/elizaOS/eliza/issues/259) +- Fix Twitter Multi-agent, Characters respond to each other's messages [\#258](https://github.com/elizaOS/eliza/issues/258) +- Add shouldRespond handler to voice [\#244](https://github.com/elizaOS/eliza/issues/244) +- Move cache to database [\#243](https://github.com/elizaOS/eliza/issues/243) +- Store all local models in /models folder, with overridable model path [\#242](https://github.com/elizaOS/eliza/issues/242) +- Add storeCredential and getCredential key value store, store secrets in db [\#241](https://github.com/elizaOS/eliza/issues/241) +- Move embeddings to a service and a service and add ServiceType.EMBEDDING [\#240](https://github.com/elizaOS/eliza/issues/240) +- Fix function calling, repetition and local action calling [\#161](https://github.com/elizaOS/eliza/issues/161) +- Make image generation very nice and spicy [\#158](https://github.com/elizaOS/eliza/issues/158) +- Add AI Code Reviewing application from GitHub Marketplace [\#81](https://github.com/elizaOS/eliza/issues/81) +- Abstract image descriptions / recognition to use any model provider [\#72](https://github.com/elizaOS/eliza/issues/72) +- 💡 Have silly tavern compatibility [\#56](https://github.com/elizaOS/eliza/issues/56) +- User Interface Enhancement [\#54](https://github.com/elizaOS/eliza/issues/54) +- "Private" Actions [\#29](https://github.com/elizaOS/eliza/issues/29) +- Pump Fun Token Creation [\#28](https://github.com/elizaOS/eliza/issues/28) +- Awareness of Twitter bio and username [\#27](https://github.com/elizaOS/eliza/issues/27) **Fixed bugs:** -- pnpm install updates pnpm lockfile when it should not [\#1121](https://github.com/elizaos/eliza/issues/1121) -- Not respecting OpenAI model selection [\#1105](https://github.com/elizaos/eliza/issues/1105) -- Scrapper login [\#1066](https://github.com/elizaos/eliza/issues/1066) -- code2prompt Not Functioning with WSL [\#1060](https://github.com/elizaos/eliza/issues/1060) -- Unexpected token 'A', "Agent not found" is not valid JSON [\#1059](https://github.com/elizaos/eliza/issues/1059) -- bug: setting auto in character file fails to load client-auto [\#1049](https://github.com/elizaos/eliza/issues/1049) -- TypeError - LinkedIn constructor error [\#990](https://github.com/elizaos/eliza/issues/990) -- Twitter/X Cache Login not staying logged in [\#939](https://github.com/elizaos/eliza/issues/939) -- Can't start project. Got `ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL` error [\#925](https://github.com/elizaos/eliza/issues/925) -- Client Twitter Login issue: Error: {"errors":\[{"code":399,"message":"Incorrect. Please try again."}\]} [\#905](https://github.com/elizaos/eliza/issues/905) -- Implement Retry Mechanism for Twitter Login with Cookie Validation [\#855](https://github.com/elizaos/eliza/issues/855) -- How to deal with Twitter login issues [\#841](https://github.com/elizaos/eliza/issues/841) -- This command: pnpm start --characters="characters/tate.character.json" results in an error [\#817](https://github.com/elizaos/eliza/issues/817) -- Characters Do Not Actually Use ExamplePost or ExampleMessage [\#791](https://github.com/elizaos/eliza/issues/791) -- `pnpm run dev` does not work out of the box [\#780](https://github.com/elizaos/eliza/issues/780) -- Agent Responds Twice to prompts [\#726](https://github.com/elizaos/eliza/issues/726) -- Twitter Client Breaks out of the box [\#673](https://github.com/elizaos/eliza/issues/673) -- Twitter client only works for one agent when running multiple agents simultaneously [\#656](https://github.com/elizaos/eliza/issues/656) -- Cannot find module '@elizaos/core' or its corresponding type declarations. [\#601](https://github.com/elizaos/eliza/issues/601) -- create-eliza-app package doesn't install or exist [\#553](https://github.com/elizaos/eliza/issues/553) -- Non node.js environments have issues building \(workers for instance\) [\#507](https://github.com/elizaos/eliza/issues/507) -- Error: Property 'clients' does not exist on type 'Plugin' in src/index.ts during pnpm start [\#423](https://github.com/elizaos/eliza/issues/423) -- using Groq API \(or RedPill or Google Gen AI\) as model provider [\#422](https://github.com/elizaos/eliza/issues/422) -- Error when starting Eliza agent: "fs.Stats constructor is deprecated" and "triggerUncaughtException" [\#387](https://github.com/elizaos/eliza/issues/387) -- no action response found in the response content for twitter or tg clients [\#319](https://github.com/elizaos/eliza/issues/319) -- Docs improvements bounty ideas [\#298](https://github.com/elizaos/eliza/issues/298) -- Quickstart guide is missing important info [\#284](https://github.com/elizaos/eliza/issues/284) -- advanced usage section of docs doesn't include instructions for memory management [\#275](https://github.com/elizaos/eliza/issues/275) -- On PNPM Install this happens [\#237](https://github.com/elizaos/eliza/issues/237) -- twitter folder paths for twitter cookies & cache/last tweet point to different places [\#230](https://github.com/elizaos/eliza/issues/230) -- pnpm install fails on Ubuntu [\#215](https://github.com/elizaos/eliza/issues/215) -- Knowledge system is disabled [\#164](https://github.com/elizaos/eliza/issues/164) -- LLM can't be trusted to parse it's own json [\#148](https://github.com/elizaos/eliza/issues/148) +- pnpm install updates pnpm lockfile when it should not [\#1121](https://github.com/elizaOS/eliza/issues/1121) +- Not respecting OpenAI model selection [\#1105](https://github.com/elizaOS/eliza/issues/1105) +- Scrapper login [\#1066](https://github.com/elizaOS/eliza/issues/1066) +- code2prompt Not Functioning with WSL [\#1060](https://github.com/elizaOS/eliza/issues/1060) +- Unexpected token 'A', "Agent not found" is not valid JSON [\#1059](https://github.com/elizaOS/eliza/issues/1059) +- bug: setting auto in character file fails to load client-auto [\#1049](https://github.com/elizaOS/eliza/issues/1049) +- TypeError - LinkedIn constructor error [\#990](https://github.com/elizaOS/eliza/issues/990) +- Twitter/X Cache Login not staying logged in [\#939](https://github.com/elizaOS/eliza/issues/939) +- Can't start project. Got `ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL` error [\#925](https://github.com/elizaOS/eliza/issues/925) +- Client Twitter Login issue: Error: {"errors":\[{"code":399,"message":"Incorrect. Please try again."}\]} [\#905](https://github.com/elizaOS/eliza/issues/905) +- Implement Retry Mechanism for Twitter Login with Cookie Validation [\#855](https://github.com/elizaOS/eliza/issues/855) +- How to deal with Twitter login issues [\#841](https://github.com/elizaOS/eliza/issues/841) +- This command: pnpm start --characters="characters/tate.character.json" results in an error [\#817](https://github.com/elizaOS/eliza/issues/817) +- Characters Do Not Actually Use ExamplePost or ExampleMessage [\#791](https://github.com/elizaOS/eliza/issues/791) +- `pnpm run dev` does not work out of the box [\#780](https://github.com/elizaOS/eliza/issues/780) +- Agent Responds Twice to prompts [\#726](https://github.com/elizaOS/eliza/issues/726) +- Twitter Client Breaks out of the box [\#673](https://github.com/elizaOS/eliza/issues/673) +- Twitter client only works for one agent when running multiple agents simultaneously [\#656](https://github.com/elizaOS/eliza/issues/656) +- Cannot find module '@ai16z/eliza' or its corresponding type declarations. [\#601](https://github.com/elizaOS/eliza/issues/601) +- create-eliza-app package doesn't install or exist [\#553](https://github.com/elizaOS/eliza/issues/553) +- Non node.js environments have issues building \(workers for instance\) [\#507](https://github.com/elizaOS/eliza/issues/507) +- Error: Property 'clients' does not exist on type 'Plugin' in src/index.ts during pnpm start [\#423](https://github.com/elizaOS/eliza/issues/423) +- using Groq API \(or RedPill or Google Gen AI\) as model provider [\#422](https://github.com/elizaOS/eliza/issues/422) +- Error when starting Eliza agent: "fs.Stats constructor is deprecated" and "triggerUncaughtException" [\#387](https://github.com/elizaOS/eliza/issues/387) +- no action response found in the response content for twitter or tg clients [\#319](https://github.com/elizaOS/eliza/issues/319) +- Docs improvements bounty ideas [\#298](https://github.com/elizaOS/eliza/issues/298) +- Quickstart guide is missing important info [\#284](https://github.com/elizaOS/eliza/issues/284) +- advanced usage section of docs doesn't include instructions for memory management [\#275](https://github.com/elizaOS/eliza/issues/275) +- On PNPM Install this happens [\#237](https://github.com/elizaOS/eliza/issues/237) +- twitter folder paths for twitter cookies & cache/last tweet point to different places [\#230](https://github.com/elizaOS/eliza/issues/230) +- pnpm install fails on Ubuntu [\#215](https://github.com/elizaOS/eliza/issues/215) +- Knowledge system is disabled [\#164](https://github.com/elizaOS/eliza/issues/164) +- LLM can't be trusted to parse it's own json [\#148](https://github.com/elizaOS/eliza/issues/148) **Closed issues:** -- Update totalMessages Logic in Boredom Scoring [\#408](https://github.com/elizaos/eliza/issues/408) -- Tests are failing [\#64](https://github.com/elizaos/eliza/issues/64) +- Update totalMessages Logic in Boredom Scoring [\#408](https://github.com/elizaOS/eliza/issues/408) +- Tests are failing [\#64](https://github.com/elizaOS/eliza/issues/64) **Merged pull requests:** -- chore: fix PR \#1147 [\#1148](https://github.com/elizaos/eliza/pull/1148) ([odilitime](https://github.com/odilitime)) -- fix: improve fomo integration [\#1147](https://github.com/elizaos/eliza/pull/1147) ([odilitime](https://github.com/odilitime)) -- chore: Merge monday, merging develop into main [\#1144](https://github.com/elizaos/eliza/pull/1144) ([odilitime](https://github.com/odilitime)) -- chore: remove comment [\#1143](https://github.com/elizaos/eliza/pull/1143) ([shakkernerd](https://github.com/shakkernerd)) -- clean newlines for new tweet [\#1141](https://github.com/elizaos/eliza/pull/1141) ([owlcode](https://github.com/owlcode)) -- fix: telegram client duplicate function removal [\#1140](https://github.com/elizaos/eliza/pull/1140) ([azep-ninja](https://github.com/azep-ninja)) -- fix: remove docker compose command since Docker file already runs [\#1139](https://github.com/elizaos/eliza/pull/1139) ([rarepepi](https://github.com/rarepepi)) -- feat: add support for handlebars templating engine as an option [\#1136](https://github.com/elizaos/eliza/pull/1136) ([erise133](https://github.com/erise133)) -- feat: allow agents to create/buy/sell tokens on FOMO.fund's bonding curve in plugin-solana [\#1135](https://github.com/elizaos/eliza/pull/1135) ([0xNerd](https://github.com/0xNerd)) -- fix: fix the name [\#1133](https://github.com/elizaos/eliza/pull/1133) ([n00b21337](https://github.com/n00b21337)) -- feat: Add `chatapi.akash.network` to available list of model providers \(FREE LLAMA API ACCESS!\) [\#1131](https://github.com/elizaos/eliza/pull/1131) ([MbBrainz](https://github.com/MbBrainz)) -- fix: discord client duplicate function removal [\#1125](https://github.com/elizaos/eliza/pull/1125) ([azep-ninja](https://github.com/azep-ninja)) -- fix: add more heplful default agents \(Dobby and C3PO\) [\#1124](https://github.com/elizaos/eliza/pull/1124) ([n00b21337](https://github.com/n00b21337)) -- fix: Refactor to prevent unnecessary lockfile changes [\#1120](https://github.com/elizaos/eliza/pull/1120) ([monilpat](https://github.com/monilpat)) -- chore: fix broken pnpm lockfile [\#1115](https://github.com/elizaos/eliza/pull/1115) ([shakkernerd](https://github.com/shakkernerd)) -- feat: New docs for community section [\#1114](https://github.com/elizaos/eliza/pull/1114) ([madjin](https://github.com/madjin)) -- fix: Revert "Feat: Update community section of docs" [\#1112](https://github.com/elizaos/eliza/pull/1112) ([monilpat](https://github.com/monilpat)) -- Feat: Update community section of docs [\#1111](https://github.com/elizaos/eliza/pull/1111) ([madjin](https://github.com/madjin)) -- Documentation: Plugin list numbering and titles [\#1107](https://github.com/elizaos/eliza/pull/1107) ([brunocalmels](https://github.com/brunocalmels)) -- fix: add missing imports [\#1104](https://github.com/elizaos/eliza/pull/1104) ([shakkernerd](https://github.com/shakkernerd)) -- chore: fix broken pnpm lockfile [\#1103](https://github.com/elizaos/eliza/pull/1103) ([shakkernerd](https://github.com/shakkernerd)) -- fix: handle no termination message [\#1102](https://github.com/elizaos/eliza/pull/1102) ([shakkernerd](https://github.com/shakkernerd)) -- feat: Smoke Test script [\#1101](https://github.com/elizaos/eliza/pull/1101) ([shakkernerd](https://github.com/shakkernerd)) -- feat: Lens client [\#1098](https://github.com/elizaos/eliza/pull/1098) ([imthatcarlos](https://github.com/imthatcarlos)) -- fix: return types of createAgent & startAgent [\#1097](https://github.com/elizaos/eliza/pull/1097) ([BlockJuic3](https://github.com/BlockJuic3)) -- docs: add README.md to plugin-evm [\#1095](https://github.com/elizaos/eliza/pull/1095) ([nicky-ru](https://github.com/nicky-ru)) -- chore: debugging start behaviour [\#1094](https://github.com/elizaos/eliza/pull/1094) ([shakkernerd](https://github.com/shakkernerd)) -- chore: kill pnpm start [\#1093](https://github.com/elizaos/eliza/pull/1093) ([shakkernerd](https://github.com/shakkernerd)) -- chore: increase timeout to 3mins [\#1092](https://github.com/elizaos/eliza/pull/1092) ([shakkernerd](https://github.com/shakkernerd)) -- feat: allow users to configure models for grok [\#1091](https://github.com/elizaos/eliza/pull/1091) ([oxSaturn](https://github.com/oxSaturn)) -- fix: syntax error: invalid arithmetic operator [\#1088](https://github.com/elizaos/eliza/pull/1088) ([shakkernerd](https://github.com/shakkernerd)) -- fix: client slack linting errors [\#1086](https://github.com/elizaos/eliza/pull/1086) ([shakkernerd](https://github.com/shakkernerd)) -- chore: remove unused imports and rename runtime variable [\#1085](https://github.com/elizaos/eliza/pull/1085) ([shakkernerd](https://github.com/shakkernerd)) -- fix: dynamic import of fs module [\#1084](https://github.com/elizaos/eliza/pull/1084) ([shakkernerd](https://github.com/shakkernerd)) -- chore: remove unnecessary packages [\#1083](https://github.com/elizaos/eliza/pull/1083) ([shakkernerd](https://github.com/shakkernerd)) -- fix: eslint command [\#1082](https://github.com/elizaos/eliza/pull/1082) ([shakkernerd](https://github.com/shakkernerd)) -- chore: fix broken pnpm lockfile [\#1081](https://github.com/elizaos/eliza/pull/1081) ([shakkernerd](https://github.com/shakkernerd)) -- chore: add npmignore file [\#1080](https://github.com/elizaos/eliza/pull/1080) ([shakkernerd](https://github.com/shakkernerd)) -- fix: transfer action linting errors [\#1079](https://github.com/elizaos/eliza/pull/1079) ([shakkernerd](https://github.com/shakkernerd)) -- fix: errors in swap action in plugin-near [\#1078](https://github.com/elizaos/eliza/pull/1078) ([shakkernerd](https://github.com/shakkernerd)) -- fix: remove unnecessary devDependencies [\#1077](https://github.com/elizaos/eliza/pull/1077) ([shakkernerd](https://github.com/shakkernerd)) -- fix: missing eslint config file [\#1076](https://github.com/elizaos/eliza/pull/1076) ([shakkernerd](https://github.com/shakkernerd)) -- fix: remove unnecessary devDependencies [\#1075](https://github.com/elizaos/eliza/pull/1075) ([shakkernerd](https://github.com/shakkernerd)) -- fix: incorrect eslint config file path [\#1074](https://github.com/elizaos/eliza/pull/1074) ([shakkernerd](https://github.com/shakkernerd)) -- chore: commented out unused variables in solana swap action's plugin [\#1073](https://github.com/elizaos/eliza/pull/1073) ([shakkernerd](https://github.com/shakkernerd)) -- fix: Fixed twitter posts include from including `/n` in the text [\#1070](https://github.com/elizaos/eliza/pull/1070) ([Titan-Node](https://github.com/Titan-Node)) -- feat: create README\_VI.md [\#1058](https://github.com/elizaos/eliza/pull/1058) ([tqdpham96](https://github.com/tqdpham96)) -- feat: add venice.ai image generation [\#1057](https://github.com/elizaos/eliza/pull/1057) ([proteanx](https://github.com/proteanx)) -- chore: improve eslint by --cache [\#1056](https://github.com/elizaos/eliza/pull/1056) ([shengxj1](https://github.com/shengxj1)) -- fix: Fix pnpm lockfiles [\#1055](https://github.com/elizaos/eliza/pull/1055) ([jzvikart](https://github.com/jzvikart)) -- fix: discord client ci issues [\#1054](https://github.com/elizaos/eliza/pull/1054) ([cygaar](https://github.com/cygaar)) -- Update docs \(CONTRIBUTING.md\) [\#1053](https://github.com/elizaos/eliza/pull/1053) ([lessuselesss](https://github.com/lessuselesss)) -- feat: add/change change through REST api \(client-direct\) [\#1052](https://github.com/elizaos/eliza/pull/1052) ([odilitime](https://github.com/odilitime)) -- fix: add auto to clients in types to use client-auto [\#1050](https://github.com/elizaos/eliza/pull/1050) ([HashWarlock](https://github.com/HashWarlock)) -- chore: improve smokeTests environment validation and logging [\#1046](https://github.com/elizaos/eliza/pull/1046) ([aramxc](https://github.com/aramxc)) -- fix: Allow bot to post tweets with images generated by the imageGenerationPlugin [\#1040](https://github.com/elizaos/eliza/pull/1040) ([tcm390](https://github.com/tcm390)) -- feat: add plugin-ton [\#1039](https://github.com/elizaos/eliza/pull/1039) ([jinbangyi](https://github.com/jinbangyi)) -- chore: improving client typing [\#1036](https://github.com/elizaos/eliza/pull/1036) ([BalanaguYashwanth](https://github.com/BalanaguYashwanth)) -- feat: add README\_TH.md in docs directory [\#1034](https://github.com/elizaos/eliza/pull/1034) ([derRizzMeister](https://github.com/derRizzMeister)) -- feat: Add Telegram Team features [\#1033](https://github.com/elizaos/eliza/pull/1033) ([azep-ninja](https://github.com/azep-ninja)) -- chore: Update package.json [\#1031](https://github.com/elizaos/eliza/pull/1031) ([Freytes](https://github.com/Freytes)) -- feat: plugin-story [\#1030](https://github.com/elizaos/eliza/pull/1030) ([jacob-tucker](https://github.com/jacob-tucker)) -- feat: Add plugin-nft-generation: create Solana NFT collections. [\#1011](https://github.com/elizaos/eliza/pull/1011) ([xwxtwd](https://github.com/xwxtwd)) -- test: adding tests. changed files actions.test.ts, messages.test.ts, models.test.ts [\#998](https://github.com/elizaos/eliza/pull/998) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- fix: Fix Parameter Parsing in plugin-evm TransferAction and Return Transaction Hash [\#965](https://github.com/elizaos/eliza/pull/965) ([FWangZil](https://github.com/FWangZil)) -- feat: Updated characters types, Discord & Telegram enhancements [\#957](https://github.com/elizaos/eliza/pull/957) ([azep-ninja](https://github.com/azep-ninja)) -- feat: add plugin-sui [\#934](https://github.com/elizaos/eliza/pull/934) ([jnaulty](https://github.com/jnaulty)) -- Adding plugin for ZKsync Era [\#906](https://github.com/elizaos/eliza/pull/906) ([arose00](https://github.com/arose00)) -- chore: improve formatting of .env.example for better readability [\#897](https://github.com/elizaos/eliza/pull/897) ([guzus](https://github.com/guzus)) -- feat: multiversx plugin [\#860](https://github.com/elizaos/eliza/pull/860) ([mgavrila](https://github.com/mgavrila)) -- Add slack plugin [\#859](https://github.com/elizaos/eliza/pull/859) ([AIFlowML](https://github.com/AIFlowML)) -- feat: improve X/Twitter login with cookie validation and retry mechanism [\#856](https://github.com/elizaos/eliza/pull/856) ([arslanaybars](https://github.com/arslanaybars)) -- Fix/charity [\#852](https://github.com/elizaos/eliza/pull/852) ([awidearray](https://github.com/awidearray)) -- feat: Add NEAR Protocol plugin [\#847](https://github.com/elizaos/eliza/pull/847) ([serrrfirat](https://github.com/serrrfirat)) -- fix: load image from diff endpoints [\#837](https://github.com/elizaos/eliza/pull/837) ([qgpcybs](https://github.com/qgpcybs)) -- FAL image settings escape hatch [\#814](https://github.com/elizaos/eliza/pull/814) ([daojonesceo](https://github.com/daojonesceo)) - -## [v0.1.6-alpha.1](https://github.com/elizaos/eliza/tree/v0.1.6-alpha.1) (2024-12-13) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.5-alpha.5...v0.1.6-alpha.1) +- chore: fix PR \#1147 [\#1148](https://github.com/elizaOS/eliza/pull/1148) ([odilitime](https://github.com/odilitime)) +- fix: improve fomo integration [\#1147](https://github.com/elizaOS/eliza/pull/1147) ([odilitime](https://github.com/odilitime)) +- chore: Merge monday, merging develop into main [\#1144](https://github.com/elizaOS/eliza/pull/1144) ([odilitime](https://github.com/odilitime)) +- chore: remove comment [\#1143](https://github.com/elizaOS/eliza/pull/1143) ([shakkernerd](https://github.com/shakkernerd)) +- clean newlines for new tweet [\#1141](https://github.com/elizaOS/eliza/pull/1141) ([owlcode](https://github.com/owlcode)) +- fix: telegram client duplicate function removal [\#1140](https://github.com/elizaOS/eliza/pull/1140) ([azep-ninja](https://github.com/azep-ninja)) +- fix: remove docker compose command since Docker file already runs [\#1139](https://github.com/elizaOS/eliza/pull/1139) ([rarepepi](https://github.com/rarepepi)) +- feat: add support for handlebars templating engine as an option [\#1136](https://github.com/elizaOS/eliza/pull/1136) ([erise133](https://github.com/erise133)) +- feat: allow agents to create/buy/sell tokens on FOMO.fund's bonding curve in plugin-solana [\#1135](https://github.com/elizaOS/eliza/pull/1135) ([0xNerd](https://github.com/0xNerd)) +- fix: fix the name [\#1133](https://github.com/elizaOS/eliza/pull/1133) ([n00b21337](https://github.com/n00b21337)) +- feat: Add `chatapi.akash.network` to available list of model providers \(FREE LLAMA API ACCESS!\) [\#1131](https://github.com/elizaOS/eliza/pull/1131) ([MbBrainz](https://github.com/MbBrainz)) +- fix: discord client duplicate function removal [\#1125](https://github.com/elizaOS/eliza/pull/1125) ([azep-ninja](https://github.com/azep-ninja)) +- fix: add more heplful default agents \(Dobby and C3PO\) [\#1124](https://github.com/elizaOS/eliza/pull/1124) ([n00b21337](https://github.com/n00b21337)) +- fix: Refactor to prevent unnecessary lockfile changes [\#1120](https://github.com/elizaOS/eliza/pull/1120) ([monilpat](https://github.com/monilpat)) +- chore: fix broken pnpm lockfile [\#1115](https://github.com/elizaOS/eliza/pull/1115) ([shakkernerd](https://github.com/shakkernerd)) +- feat: New docs for community section [\#1114](https://github.com/elizaOS/eliza/pull/1114) ([madjin](https://github.com/madjin)) +- fix: Revert "Feat: Update community section of docs" [\#1112](https://github.com/elizaOS/eliza/pull/1112) ([monilpat](https://github.com/monilpat)) +- Feat: Update community section of docs [\#1111](https://github.com/elizaOS/eliza/pull/1111) ([madjin](https://github.com/madjin)) +- Documentation: Plugin list numbering and titles [\#1107](https://github.com/elizaOS/eliza/pull/1107) ([brunocalmels](https://github.com/brunocalmels)) +- fix: add missing imports [\#1104](https://github.com/elizaOS/eliza/pull/1104) ([shakkernerd](https://github.com/shakkernerd)) +- chore: fix broken pnpm lockfile [\#1103](https://github.com/elizaOS/eliza/pull/1103) ([shakkernerd](https://github.com/shakkernerd)) +- fix: handle no termination message [\#1102](https://github.com/elizaOS/eliza/pull/1102) ([shakkernerd](https://github.com/shakkernerd)) +- feat: Smoke Test script [\#1101](https://github.com/elizaOS/eliza/pull/1101) ([shakkernerd](https://github.com/shakkernerd)) +- feat: Lens client [\#1098](https://github.com/elizaOS/eliza/pull/1098) ([imthatcarlos](https://github.com/imthatcarlos)) +- fix: return types of createAgent & startAgent [\#1097](https://github.com/elizaOS/eliza/pull/1097) ([BlockJuic3](https://github.com/BlockJuic3)) +- docs: add README.md to plugin-evm [\#1095](https://github.com/elizaOS/eliza/pull/1095) ([nicky-ru](https://github.com/nicky-ru)) +- chore: debugging start behaviour [\#1094](https://github.com/elizaOS/eliza/pull/1094) ([shakkernerd](https://github.com/shakkernerd)) +- chore: kill pnpm start [\#1093](https://github.com/elizaOS/eliza/pull/1093) ([shakkernerd](https://github.com/shakkernerd)) +- chore: increase timeout to 3mins [\#1092](https://github.com/elizaOS/eliza/pull/1092) ([shakkernerd](https://github.com/shakkernerd)) +- feat: allow users to configure models for grok [\#1091](https://github.com/elizaOS/eliza/pull/1091) ([oxSaturn](https://github.com/oxSaturn)) +- fix: syntax error: invalid arithmetic operator [\#1088](https://github.com/elizaOS/eliza/pull/1088) ([shakkernerd](https://github.com/shakkernerd)) +- fix: client slack linting errors [\#1086](https://github.com/elizaOS/eliza/pull/1086) ([shakkernerd](https://github.com/shakkernerd)) +- chore: remove unused imports and rename runtime variable [\#1085](https://github.com/elizaOS/eliza/pull/1085) ([shakkernerd](https://github.com/shakkernerd)) +- fix: dynamic import of fs module [\#1084](https://github.com/elizaOS/eliza/pull/1084) ([shakkernerd](https://github.com/shakkernerd)) +- chore: remove unnecessary packages [\#1083](https://github.com/elizaOS/eliza/pull/1083) ([shakkernerd](https://github.com/shakkernerd)) +- fix: eslint command [\#1082](https://github.com/elizaOS/eliza/pull/1082) ([shakkernerd](https://github.com/shakkernerd)) +- chore: fix broken pnpm lockfile [\#1081](https://github.com/elizaOS/eliza/pull/1081) ([shakkernerd](https://github.com/shakkernerd)) +- chore: add npmignore file [\#1080](https://github.com/elizaOS/eliza/pull/1080) ([shakkernerd](https://github.com/shakkernerd)) +- fix: transfer action linting errors [\#1079](https://github.com/elizaOS/eliza/pull/1079) ([shakkernerd](https://github.com/shakkernerd)) +- fix: errors in swap action in plugin-near [\#1078](https://github.com/elizaOS/eliza/pull/1078) ([shakkernerd](https://github.com/shakkernerd)) +- fix: remove unnecessary devDependencies [\#1077](https://github.com/elizaOS/eliza/pull/1077) ([shakkernerd](https://github.com/shakkernerd)) +- fix: missing eslint config file [\#1076](https://github.com/elizaOS/eliza/pull/1076) ([shakkernerd](https://github.com/shakkernerd)) +- fix: remove unnecessary devDependencies [\#1075](https://github.com/elizaOS/eliza/pull/1075) ([shakkernerd](https://github.com/shakkernerd)) +- fix: incorrect eslint config file path [\#1074](https://github.com/elizaOS/eliza/pull/1074) ([shakkernerd](https://github.com/shakkernerd)) +- chore: commented out unused variables in solana swap action's plugin [\#1073](https://github.com/elizaOS/eliza/pull/1073) ([shakkernerd](https://github.com/shakkernerd)) +- fix: Fixed twitter posts include from including `/n` in the text [\#1070](https://github.com/elizaOS/eliza/pull/1070) ([Titan-Node](https://github.com/Titan-Node)) +- feat: create README\_VI.md [\#1058](https://github.com/elizaOS/eliza/pull/1058) ([tqdpham96](https://github.com/tqdpham96)) +- feat: add venice.ai image generation [\#1057](https://github.com/elizaOS/eliza/pull/1057) ([proteanx](https://github.com/proteanx)) +- chore: improve eslint by --cache [\#1056](https://github.com/elizaOS/eliza/pull/1056) ([shengxj1](https://github.com/shengxj1)) +- fix: Fix pnpm lockfiles [\#1055](https://github.com/elizaOS/eliza/pull/1055) ([jzvikart](https://github.com/jzvikart)) +- fix: discord client ci issues [\#1054](https://github.com/elizaOS/eliza/pull/1054) ([cygaar](https://github.com/cygaar)) +- Update docs \(CONTRIBUTING.md\) [\#1053](https://github.com/elizaOS/eliza/pull/1053) ([lessuselesss](https://github.com/lessuselesss)) +- feat: add/change change through REST api \(client-direct\) [\#1052](https://github.com/elizaOS/eliza/pull/1052) ([odilitime](https://github.com/odilitime)) +- fix: add auto to clients in types to use client-auto [\#1050](https://github.com/elizaOS/eliza/pull/1050) ([HashWarlock](https://github.com/HashWarlock)) +- chore: improve smokeTests environment validation and logging [\#1046](https://github.com/elizaOS/eliza/pull/1046) ([aramxc](https://github.com/aramxc)) +- fix: Allow bot to post tweets with images generated by the imageGenerationPlugin [\#1040](https://github.com/elizaOS/eliza/pull/1040) ([tcm390](https://github.com/tcm390)) +- feat: add plugin-ton [\#1039](https://github.com/elizaOS/eliza/pull/1039) ([jinbangyi](https://github.com/jinbangyi)) +- chore: improving client typing [\#1036](https://github.com/elizaOS/eliza/pull/1036) ([BalanaguYashwanth](https://github.com/BalanaguYashwanth)) +- feat: add README\_TH.md in docs directory [\#1034](https://github.com/elizaOS/eliza/pull/1034) ([derRizzMeister](https://github.com/derRizzMeister)) +- feat: Add Telegram Team features [\#1033](https://github.com/elizaOS/eliza/pull/1033) ([azep-ninja](https://github.com/azep-ninja)) +- chore: Update package.json [\#1031](https://github.com/elizaOS/eliza/pull/1031) ([Freytes](https://github.com/Freytes)) +- feat: plugin-story [\#1030](https://github.com/elizaOS/eliza/pull/1030) ([jacob-tucker](https://github.com/jacob-tucker)) +- feat: Add plugin-nft-generation: create Solana NFT collections. [\#1011](https://github.com/elizaOS/eliza/pull/1011) ([xwxtwd](https://github.com/xwxtwd)) +- test: adding tests. changed files actions.test.ts, messages.test.ts, models.test.ts [\#998](https://github.com/elizaOS/eliza/pull/998) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- fix: Fix Parameter Parsing in plugin-evm TransferAction and Return Transaction Hash [\#965](https://github.com/elizaOS/eliza/pull/965) ([FWangZil](https://github.com/FWangZil)) +- feat: Updated characters types, Discord & Telegram enhancements [\#957](https://github.com/elizaOS/eliza/pull/957) ([azep-ninja](https://github.com/azep-ninja)) +- feat: add plugin-sui [\#934](https://github.com/elizaOS/eliza/pull/934) ([jnaulty](https://github.com/jnaulty)) +- Adding plugin for ZKsync Era [\#906](https://github.com/elizaOS/eliza/pull/906) ([arose00](https://github.com/arose00)) +- chore: improve formatting of .env.example for better readability [\#897](https://github.com/elizaOS/eliza/pull/897) ([guzus](https://github.com/guzus)) +- feat: multiversx plugin [\#860](https://github.com/elizaOS/eliza/pull/860) ([mgavrila](https://github.com/mgavrila)) +- Add slack plugin [\#859](https://github.com/elizaOS/eliza/pull/859) ([AIFlowML](https://github.com/AIFlowML)) +- feat: improve X/Twitter login with cookie validation and retry mechanism [\#856](https://github.com/elizaOS/eliza/pull/856) ([arslanaybars](https://github.com/arslanaybars)) +- Fix/charity [\#852](https://github.com/elizaOS/eliza/pull/852) ([awidearray](https://github.com/awidearray)) +- feat: Add NEAR Protocol plugin [\#847](https://github.com/elizaOS/eliza/pull/847) ([serrrfirat](https://github.com/serrrfirat)) +- fix: load image from diff endpoints [\#837](https://github.com/elizaOS/eliza/pull/837) ([qgpcybs](https://github.com/qgpcybs)) +- FAL image settings escape hatch [\#814](https://github.com/elizaOS/eliza/pull/814) ([daojonesceo](https://github.com/daojonesceo)) + +## [v0.1.6-alpha.1](https://github.com/elizaOS/eliza/tree/v0.1.6-alpha.1) (2024-12-13) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.5-alpha.5...v0.1.6-alpha.1) **Implemented enhancements:** -- Add Venice.ai Model Provider [\#1016](https://github.com/elizaos/eliza/issues/1016) -- Need to add media file upload for posting tweets with image from imageGenerationPlugin. Currently only discord has this implemented [\#969](https://github.com/elizaos/eliza/issues/969) -- Script to create core memories for the agent [\#967](https://github.com/elizaos/eliza/issues/967) -- feat: add hot-reloading for agent dependencies [\#930](https://github.com/elizaos/eliza/issues/930) -- Improve `dev.sh` Script to Enhance Plugin Development Workflow [\#888](https://github.com/elizaos/eliza/issues/888) +- Add Venice.ai Model Provider [\#1016](https://github.com/elizaOS/eliza/issues/1016) +- Need to add media file upload for posting tweets with image from imageGenerationPlugin. Currently only discord has this implemented [\#969](https://github.com/elizaOS/eliza/issues/969) +- Script to create core memories for the agent [\#967](https://github.com/elizaOS/eliza/issues/967) +- feat: add hot-reloading for agent dependencies [\#930](https://github.com/elizaOS/eliza/issues/930) +- Improve `dev.sh` Script to Enhance Plugin Development Workflow [\#888](https://github.com/elizaOS/eliza/issues/888) **Fixed bugs:** -- How to set the model class for Anthropic? [\#988](https://github.com/elizaos/eliza/issues/988) -- Twitter Search Client Broken [\#943](https://github.com/elizaos/eliza/issues/943) -- Stuck querying when @'ing it in Discord [\#921](https://github.com/elizaos/eliza/issues/921) -- Error pnpm start - Promise.withResolvers\(\): pdfjs-dist [\#902](https://github.com/elizaos/eliza/issues/902) -- Running tests on start and dev? [\#893](https://github.com/elizaos/eliza/issues/893) -- build: eliza docs build creates 130 files that want to be modified/added to git [\#849](https://github.com/elizaos/eliza/issues/849) -- EVM Plugin can't run any action [\#735](https://github.com/elizaos/eliza/issues/735) -- Bug: plugin-solana crash report [\#467](https://github.com/elizaos/eliza/issues/467) +- How to set the model class for Anthropic? [\#988](https://github.com/elizaOS/eliza/issues/988) +- Twitter Search Client Broken [\#943](https://github.com/elizaOS/eliza/issues/943) +- Stuck querying when @'ing it in Discord [\#921](https://github.com/elizaOS/eliza/issues/921) +- Error pnpm start - Promise.withResolvers\(\): pdfjs-dist [\#902](https://github.com/elizaOS/eliza/issues/902) +- Running tests on start and dev? [\#893](https://github.com/elizaOS/eliza/issues/893) +- build: eliza docs build creates 130 files that want to be modified/added to git [\#849](https://github.com/elizaOS/eliza/issues/849) +- EVM Plugin can't run any action [\#735](https://github.com/elizaOS/eliza/issues/735) +- Bug: plugin-solana crash report [\#467](https://github.com/elizaOS/eliza/issues/467) **Closed issues:** -- Issue: Unable to Post Tweets Using Eliza Integration with Twitter via Cookies or OAuth2 [\#901](https://github.com/elizaos/eliza/issues/901) +- Issue: Unable to Post Tweets Using Eliza Integration with Twitter via Cookies or OAuth2 [\#901](https://github.com/elizaOS/eliza/issues/901) **Merged pull requests:** -- chore: release develop into main [\#1045](https://github.com/elizaos/eliza/pull/1045) ([odilitime](https://github.com/odilitime)) -- fix: re-enable generateNewTweetLoop / lint fixes [\#1043](https://github.com/elizaos/eliza/pull/1043) ([odilitime](https://github.com/odilitime)) -- docs: characterfile.md docs outdated with latest eliza version [\#1042](https://github.com/elizaos/eliza/pull/1042) ([tqdpham96](https://github.com/tqdpham96)) -- feat: Add AI Agent Dev School Tutorial Link [\#1038](https://github.com/elizaos/eliza/pull/1038) ([lalalune](https://github.com/lalalune)) -- fix: use pull\_request\_target for integration tests [\#1035](https://github.com/elizaos/eliza/pull/1035) ([jnaulty](https://github.com/jnaulty)) -- feat: Add Discord Team features [\#1032](https://github.com/elizaos/eliza/pull/1032) ([azep-ninja](https://github.com/azep-ninja)) -- feat: client-discord stop implementation / agent improvements [\#1029](https://github.com/elizaos/eliza/pull/1029) ([odilitime](https://github.com/odilitime)) -- chore: Push Develop into Main [\#1028](https://github.com/elizaos/eliza/pull/1028) ([odilitime](https://github.com/odilitime)) -- feat: improve voice processing and add deepgram transcription option [\#1026](https://github.com/elizaos/eliza/pull/1026) ([tcm390](https://github.com/tcm390)) -- docs: Update README.md [\#1025](https://github.com/elizaos/eliza/pull/1025) ([sergical](https://github.com/sergical)) -- docs: Update README.md [\#1024](https://github.com/elizaos/eliza/pull/1024) ([sergical](https://github.com/sergical)) -- chore: Twitter fetchHomeTimeline rework [\#1021](https://github.com/elizaos/eliza/pull/1021) ([odilitime](https://github.com/odilitime)) -- chore: Update CI configuration to enable test coverage and add covera… [\#1019](https://github.com/elizaos/eliza/pull/1019) ([snobbee](https://github.com/snobbee)) -- docs: "AI Agent Dev School Part 4" livestream notes [\#1015](https://github.com/elizaos/eliza/pull/1015) ([YoungPhlo](https://github.com/YoungPhlo)) -- docs: Add templates documentation to the project [\#1013](https://github.com/elizaos/eliza/pull/1013) ([Lukapetro](https://github.com/Lukapetro)) -- feat: Add custom fetch logic for agent [\#1010](https://github.com/elizaos/eliza/pull/1010) ([v1xingyue](https://github.com/v1xingyue)) -- feat: Plugin evm multichain [\#1009](https://github.com/elizaos/eliza/pull/1009) ([nicky-ru](https://github.com/nicky-ru)) -- feat: add venice.ai api model provider [\#1008](https://github.com/elizaos/eliza/pull/1008) ([proteanx](https://github.com/proteanx)) -- feat: improve Twitter client with action processing [\#1007](https://github.com/elizaos/eliza/pull/1007) ([dorianjanezic](https://github.com/dorianjanezic)) -- chore: Bring Develop up to date with HEAD [\#1006](https://github.com/elizaos/eliza/pull/1006) ([odilitime](https://github.com/odilitime)) -- feat: create example folder with example plugin [\#1004](https://github.com/elizaos/eliza/pull/1004) ([monilpat](https://github.com/monilpat)) -- chore: Twitter search switch [\#1003](https://github.com/elizaos/eliza/pull/1003) ([odilitime](https://github.com/odilitime)) -- fix: add callback to action in farcaster client [\#1002](https://github.com/elizaos/eliza/pull/1002) ([sin-bufan](https://github.com/sin-bufan)) -- fix: typo initialize [\#1000](https://github.com/elizaos/eliza/pull/1000) ([cryptofish7](https://github.com/cryptofish7)) -- feat: allow users to configure models for openai and anthropic [\#999](https://github.com/elizaos/eliza/pull/999) ([oxSaturn](https://github.com/oxSaturn)) -- add echochambers [\#997](https://github.com/elizaos/eliza/pull/997) ([savageops](https://github.com/savageops)) -- test: adding parsing tests. changed files parsing.test.ts [\#996](https://github.com/elizaos/eliza/pull/996) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- feat: create README\_DE.md [\#995](https://github.com/elizaos/eliza/pull/995) ([GottliebFreudenreich](https://github.com/GottliebFreudenreich)) -- fix: Fix Twitter Search Logic and Add Galadriel Image Model [\#994](https://github.com/elizaos/eliza/pull/994) ([dontAskVI](https://github.com/dontAskVI)) -- test: Initial release of smoke/integration tests + testing framework [\#993](https://github.com/elizaos/eliza/pull/993) ([jzvikart](https://github.com/jzvikart)) -- fix: a typo in characterfile.md [\#986](https://github.com/elizaos/eliza/pull/986) ([oxSaturn](https://github.com/oxSaturn)) -- fix: Goat Plugin + AWS S3 Service error when env vars absent [\#985](https://github.com/elizaos/eliza/pull/985) ([jnaulty](https://github.com/jnaulty)) -- docs: add WSL Setup Guide to documentation [\#983](https://github.com/elizaos/eliza/pull/983) ([ileana-pr](https://github.com/ileana-pr)) -- fix: docker trying to filter out missing docs package [\#978](https://github.com/elizaos/eliza/pull/978) ([odilitime](https://github.com/odilitime)) -- chore: fix broken lockfile [\#977](https://github.com/elizaos/eliza/pull/977) ([shakkernerd](https://github.com/shakkernerd)) -- chore: add how to startup chat ui [\#976](https://github.com/elizaos/eliza/pull/976) ([yodamaster726](https://github.com/yodamaster726)) -- feat: Add hyperbolic env vars to override model class [\#974](https://github.com/elizaos/eliza/pull/974) ([meppsilon](https://github.com/meppsilon)) -- LinkedIn Client [\#973](https://github.com/elizaos/eliza/pull/973) ([bkellgren](https://github.com/bkellgren)) -- Fix farcaster client process action issue [\#963](https://github.com/elizaos/eliza/pull/963) ([sin-bufan](https://github.com/sin-bufan)) -- fix\(agent\): correct EVM plugin activation condition [\#962](https://github.com/elizaos/eliza/pull/962) ([0xAsten](https://github.com/0xAsten)) -- fix: use MAX\_TWEET\_LENGTH from setting [\#960](https://github.com/elizaos/eliza/pull/960) ([oxSaturn](https://github.com/oxSaturn)) -- fix: Revert "docs: add WSL installation guide" [\#959](https://github.com/elizaos/eliza/pull/959) ([monilpat](https://github.com/monilpat)) -- feat: add dev script to plugin-aptos [\#956](https://github.com/elizaos/eliza/pull/956) ([asianviking](https://github.com/asianviking)) -- chore: rename intiface plugin [\#955](https://github.com/elizaos/eliza/pull/955) ([odilitime](https://github.com/odilitime)) -- fix: revert llamacloud endpoint change [\#954](https://github.com/elizaos/eliza/pull/954) ([odilitime](https://github.com/odilitime)) -- feat: allow character.json settings models for open router [\#953](https://github.com/elizaos/eliza/pull/953) ([odilitime](https://github.com/odilitime)) -- chore: 947 add other evm chains to wallet [\#949](https://github.com/elizaos/eliza/pull/949) ([n00b21337](https://github.com/n00b21337)) -- fix: telegram response memory userId to agentId [\#948](https://github.com/elizaos/eliza/pull/948) ([bmgalego](https://github.com/bmgalego)) -- docs: add WSL installation guide [\#946](https://github.com/elizaos/eliza/pull/946) ([ileana-pr](https://github.com/ileana-pr)) -- feat: Supports upload files to AWS S3. [\#941](https://github.com/elizaos/eliza/pull/941) ([xwxtwd](https://github.com/xwxtwd)) -- feat: process all responses actions [\#940](https://github.com/elizaos/eliza/pull/940) ([bmgalego](https://github.com/bmgalego)) -- feat: add callback handler to runtime evaluate method [\#938](https://github.com/elizaos/eliza/pull/938) ([bmgalego](https://github.com/bmgalego)) -- fix: update package name in faq [\#937](https://github.com/elizaos/eliza/pull/937) ([oxSaturn](https://github.com/oxSaturn)) -- fix: update quickstart and .env.example [\#932](https://github.com/elizaos/eliza/pull/932) ([oxSaturn](https://github.com/oxSaturn)) -- feat: add dynamic watch paths for agent development [\#931](https://github.com/elizaos/eliza/pull/931) ([samuveth](https://github.com/samuveth)) -- feat: flow update generate object [\#929](https://github.com/elizaos/eliza/pull/929) ([btspoony](https://github.com/btspoony)) -- feat: Config eternalai model from env [\#927](https://github.com/elizaos/eliza/pull/927) ([genesis-0000](https://github.com/genesis-0000)) -- feat: Add NanoGPT provider [\#926](https://github.com/elizaos/eliza/pull/926) ([dylan1951](https://github.com/dylan1951)) -- fix: use of Heurist model env vars [\#924](https://github.com/elizaos/eliza/pull/924) ([boxhock](https://github.com/boxhock)) -- feat: add readContract / invokeContract functionality to Coinbase plugin [\#923](https://github.com/elizaos/eliza/pull/923) ([monilpat](https://github.com/monilpat)) -- chore: deprecate text based way of generating JSON [\#920](https://github.com/elizaos/eliza/pull/920) ([monilpat](https://github.com/monilpat)) -- feat: create README\_TH.md [\#918](https://github.com/elizaos/eliza/pull/918) ([asianviking](https://github.com/asianviking)) -- feat: update gaianet config [\#915](https://github.com/elizaos/eliza/pull/915) ([L-jasmine](https://github.com/L-jasmine)) -- fix: Farcater client cleanup and fixed response logic [\#914](https://github.com/elizaos/eliza/pull/914) ([sayangel](https://github.com/sayangel)) -- feat: twitter client enhancements [\#913](https://github.com/elizaos/eliza/pull/913) ([tharak123455](https://github.com/tharak123455)) -- feat: MAX\_TWEET\_LENGTH env implementation [\#912](https://github.com/elizaos/eliza/pull/912) ([onur-saf](https://github.com/onur-saf)) -- feat: allow users to configure models for groq [\#910](https://github.com/elizaos/eliza/pull/910) ([oxSaturn](https://github.com/oxSaturn)) -- fix: evaluation json parsing [\#907](https://github.com/elizaos/eliza/pull/907) ([cygaar](https://github.com/cygaar)) -- fix: twitter actions not triggering [\#903](https://github.com/elizaos/eliza/pull/903) ([cygaar](https://github.com/cygaar)) -- chore: Consistent language for Community & Contact link label [\#899](https://github.com/elizaos/eliza/pull/899) ([golryang](https://github.com/golryang)) -- chore: pass env variables when setting up GOAT and update GOAT readme [\#898](https://github.com/elizaos/eliza/pull/898) ([0xaguspunk](https://github.com/0xaguspunk)) -- docs: Add What Did You Get Done This Week \#4 summaries and timestamps [\#895](https://github.com/elizaos/eliza/pull/895) ([YoungPhlo](https://github.com/YoungPhlo)) -- chore: improved dev command [\#892](https://github.com/elizaos/eliza/pull/892) ([shakkernerd](https://github.com/shakkernerd)) -- chore: added more help message to the important notice text. [\#891](https://github.com/elizaos/eliza/pull/891) ([shakkernerd](https://github.com/shakkernerd)) -- chore: update models for groq [\#890](https://github.com/elizaos/eliza/pull/890) ([oxSaturn](https://github.com/oxSaturn)) -- feat : github image cicd [\#889](https://github.com/elizaos/eliza/pull/889) ([v1xingyue](https://github.com/v1xingyue)) -- chore: enhance dev script, performance improvement and add help message [\#887](https://github.com/elizaos/eliza/pull/887) ([shakkernerd](https://github.com/shakkernerd)) -- chore: disable building docs on build command [\#884](https://github.com/elizaos/eliza/pull/884) ([shakkernerd](https://github.com/shakkernerd)) -- fix: re-enable coverage report upload to Codecov in CI workflow [\#880](https://github.com/elizaos/eliza/pull/880) ([snobbee](https://github.com/snobbee)) -- feat: Add Flow Blockchain plugin [\#874](https://github.com/elizaos/eliza/pull/874) ([btspoony](https://github.com/btspoony)) -- feat: Add TEE Mode to Solana Plugin [\#835](https://github.com/elizaos/eliza/pull/835) ([HashWarlock](https://github.com/HashWarlock)) -- feat: add hyperbolic api to eliza [\#828](https://github.com/elizaos/eliza/pull/828) ([meppsilon](https://github.com/meppsilon)) -- loading indicator [\#827](https://github.com/elizaos/eliza/pull/827) ([tcm390](https://github.com/tcm390)) -- use github access token [\#825](https://github.com/elizaos/eliza/pull/825) ([tcm390](https://github.com/tcm390)) -- fix: refactor contributor page [\#809](https://github.com/elizaos/eliza/pull/809) ([tcm390](https://github.com/tcm390)) -- feat: implement advanced coinbase trading [\#725](https://github.com/elizaos/eliza/pull/725) ([monilpat](https://github.com/monilpat)) - -## [v0.1.5-alpha.5](https://github.com/elizaos/eliza/tree/v0.1.5-alpha.5) (2024-12-07) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.5-alpha.4...v0.1.5-alpha.5) +- chore: release develop into main [\#1045](https://github.com/elizaOS/eliza/pull/1045) ([odilitime](https://github.com/odilitime)) +- fix: re-enable generateNewTweetLoop / lint fixes [\#1043](https://github.com/elizaOS/eliza/pull/1043) ([odilitime](https://github.com/odilitime)) +- docs: characterfile.md docs outdated with latest eliza version [\#1042](https://github.com/elizaOS/eliza/pull/1042) ([tqdpham96](https://github.com/tqdpham96)) +- feat: Add AI Agent Dev School Tutorial Link [\#1038](https://github.com/elizaOS/eliza/pull/1038) ([lalalune](https://github.com/lalalune)) +- fix: use pull\_request\_target for integration tests [\#1035](https://github.com/elizaOS/eliza/pull/1035) ([jnaulty](https://github.com/jnaulty)) +- feat: Add Discord Team features [\#1032](https://github.com/elizaOS/eliza/pull/1032) ([azep-ninja](https://github.com/azep-ninja)) +- feat: client-discord stop implementation / agent improvements [\#1029](https://github.com/elizaOS/eliza/pull/1029) ([odilitime](https://github.com/odilitime)) +- chore: Push Develop into Main [\#1028](https://github.com/elizaOS/eliza/pull/1028) ([odilitime](https://github.com/odilitime)) +- feat: improve voice processing and add deepgram transcription option [\#1026](https://github.com/elizaOS/eliza/pull/1026) ([tcm390](https://github.com/tcm390)) +- docs: Update README.md [\#1025](https://github.com/elizaOS/eliza/pull/1025) ([sergical](https://github.com/sergical)) +- docs: Update README.md [\#1024](https://github.com/elizaOS/eliza/pull/1024) ([sergical](https://github.com/sergical)) +- chore: Twitter fetchHomeTimeline rework [\#1021](https://github.com/elizaOS/eliza/pull/1021) ([odilitime](https://github.com/odilitime)) +- chore: Update CI configuration to enable test coverage and add covera… [\#1019](https://github.com/elizaOS/eliza/pull/1019) ([snobbee](https://github.com/snobbee)) +- docs: "AI Agent Dev School Part 4" livestream notes [\#1015](https://github.com/elizaOS/eliza/pull/1015) ([YoungPhlo](https://github.com/YoungPhlo)) +- docs: Add templates documentation to the project [\#1013](https://github.com/elizaOS/eliza/pull/1013) ([Lukapetro](https://github.com/Lukapetro)) +- feat: Add custom fetch logic for agent [\#1010](https://github.com/elizaOS/eliza/pull/1010) ([v1xingyue](https://github.com/v1xingyue)) +- feat: Plugin evm multichain [\#1009](https://github.com/elizaOS/eliza/pull/1009) ([nicky-ru](https://github.com/nicky-ru)) +- feat: add venice.ai api model provider [\#1008](https://github.com/elizaOS/eliza/pull/1008) ([proteanx](https://github.com/proteanx)) +- feat: improve Twitter client with action processing [\#1007](https://github.com/elizaOS/eliza/pull/1007) ([dorianjanezic](https://github.com/dorianjanezic)) +- chore: Bring Develop up to date with HEAD [\#1006](https://github.com/elizaOS/eliza/pull/1006) ([odilitime](https://github.com/odilitime)) +- feat: create example folder with example plugin [\#1004](https://github.com/elizaOS/eliza/pull/1004) ([monilpat](https://github.com/monilpat)) +- chore: Twitter search switch [\#1003](https://github.com/elizaOS/eliza/pull/1003) ([odilitime](https://github.com/odilitime)) +- fix: add callback to action in farcaster client [\#1002](https://github.com/elizaOS/eliza/pull/1002) ([sin-bufan](https://github.com/sin-bufan)) +- fix: typo initialize [\#1000](https://github.com/elizaOS/eliza/pull/1000) ([cryptofish7](https://github.com/cryptofish7)) +- feat: allow users to configure models for openai and anthropic [\#999](https://github.com/elizaOS/eliza/pull/999) ([oxSaturn](https://github.com/oxSaturn)) +- add echochambers [\#997](https://github.com/elizaOS/eliza/pull/997) ([savageops](https://github.com/savageops)) +- test: adding parsing tests. changed files parsing.test.ts [\#996](https://github.com/elizaOS/eliza/pull/996) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- feat: create README\_DE.md [\#995](https://github.com/elizaOS/eliza/pull/995) ([GottliebFreudenreich](https://github.com/GottliebFreudenreich)) +- fix: Fix Twitter Search Logic and Add Galadriel Image Model [\#994](https://github.com/elizaOS/eliza/pull/994) ([dontAskVI](https://github.com/dontAskVI)) +- test: Initial release of smoke/integration tests + testing framework [\#993](https://github.com/elizaOS/eliza/pull/993) ([jzvikart](https://github.com/jzvikart)) +- fix: a typo in characterfile.md [\#986](https://github.com/elizaOS/eliza/pull/986) ([oxSaturn](https://github.com/oxSaturn)) +- fix: Goat Plugin + AWS S3 Service error when env vars absent [\#985](https://github.com/elizaOS/eliza/pull/985) ([jnaulty](https://github.com/jnaulty)) +- docs: add WSL Setup Guide to documentation [\#983](https://github.com/elizaOS/eliza/pull/983) ([ileana-pr](https://github.com/ileana-pr)) +- fix: docker trying to filter out missing docs package [\#978](https://github.com/elizaOS/eliza/pull/978) ([odilitime](https://github.com/odilitime)) +- chore: fix broken lockfile [\#977](https://github.com/elizaOS/eliza/pull/977) ([shakkernerd](https://github.com/shakkernerd)) +- chore: add how to startup chat ui [\#976](https://github.com/elizaOS/eliza/pull/976) ([yodamaster726](https://github.com/yodamaster726)) +- feat: Add hyperbolic env vars to override model class [\#974](https://github.com/elizaOS/eliza/pull/974) ([meppsilon](https://github.com/meppsilon)) +- LinkedIn Client [\#973](https://github.com/elizaOS/eliza/pull/973) ([bkellgren](https://github.com/bkellgren)) +- Fix farcaster client process action issue [\#963](https://github.com/elizaOS/eliza/pull/963) ([sin-bufan](https://github.com/sin-bufan)) +- fix\(agent\): correct EVM plugin activation condition [\#962](https://github.com/elizaOS/eliza/pull/962) ([0xAsten](https://github.com/0xAsten)) +- fix: use MAX\_TWEET\_LENGTH from setting [\#960](https://github.com/elizaOS/eliza/pull/960) ([oxSaturn](https://github.com/oxSaturn)) +- fix: Revert "docs: add WSL installation guide" [\#959](https://github.com/elizaOS/eliza/pull/959) ([monilpat](https://github.com/monilpat)) +- feat: add dev script to plugin-aptos [\#956](https://github.com/elizaOS/eliza/pull/956) ([asianviking](https://github.com/asianviking)) +- chore: rename intiface plugin [\#955](https://github.com/elizaOS/eliza/pull/955) ([odilitime](https://github.com/odilitime)) +- fix: revert llamacloud endpoint change [\#954](https://github.com/elizaOS/eliza/pull/954) ([odilitime](https://github.com/odilitime)) +- feat: allow character.json settings models for open router [\#953](https://github.com/elizaOS/eliza/pull/953) ([odilitime](https://github.com/odilitime)) +- chore: 947 add other evm chains to wallet [\#949](https://github.com/elizaOS/eliza/pull/949) ([n00b21337](https://github.com/n00b21337)) +- fix: telegram response memory userId to agentId [\#948](https://github.com/elizaOS/eliza/pull/948) ([bmgalego](https://github.com/bmgalego)) +- docs: add WSL installation guide [\#946](https://github.com/elizaOS/eliza/pull/946) ([ileana-pr](https://github.com/ileana-pr)) +- feat: Supports upload files to AWS S3. [\#941](https://github.com/elizaOS/eliza/pull/941) ([xwxtwd](https://github.com/xwxtwd)) +- feat: process all responses actions [\#940](https://github.com/elizaOS/eliza/pull/940) ([bmgalego](https://github.com/bmgalego)) +- feat: add callback handler to runtime evaluate method [\#938](https://github.com/elizaOS/eliza/pull/938) ([bmgalego](https://github.com/bmgalego)) +- fix: update package name in faq [\#937](https://github.com/elizaOS/eliza/pull/937) ([oxSaturn](https://github.com/oxSaturn)) +- fix: update quickstart and .env.example [\#932](https://github.com/elizaOS/eliza/pull/932) ([oxSaturn](https://github.com/oxSaturn)) +- feat: add dynamic watch paths for agent development [\#931](https://github.com/elizaOS/eliza/pull/931) ([samuveth](https://github.com/samuveth)) +- feat: flow update generate object [\#929](https://github.com/elizaOS/eliza/pull/929) ([btspoony](https://github.com/btspoony)) +- feat: Config eternalai model from env [\#927](https://github.com/elizaOS/eliza/pull/927) ([genesis-0000](https://github.com/genesis-0000)) +- feat: Add NanoGPT provider [\#926](https://github.com/elizaOS/eliza/pull/926) ([dylan1951](https://github.com/dylan1951)) +- fix: use of Heurist model env vars [\#924](https://github.com/elizaOS/eliza/pull/924) ([boxhock](https://github.com/boxhock)) +- feat: add readContract / invokeContract functionality to Coinbase plugin [\#923](https://github.com/elizaOS/eliza/pull/923) ([monilpat](https://github.com/monilpat)) +- chore: deprecate text based way of generating JSON [\#920](https://github.com/elizaOS/eliza/pull/920) ([monilpat](https://github.com/monilpat)) +- feat: create README\_TH.md [\#918](https://github.com/elizaOS/eliza/pull/918) ([asianviking](https://github.com/asianviking)) +- feat: update gaianet config [\#915](https://github.com/elizaOS/eliza/pull/915) ([L-jasmine](https://github.com/L-jasmine)) +- fix: Farcater client cleanup and fixed response logic [\#914](https://github.com/elizaOS/eliza/pull/914) ([sayangel](https://github.com/sayangel)) +- feat: twitter client enhancements [\#913](https://github.com/elizaOS/eliza/pull/913) ([tharak123455](https://github.com/tharak123455)) +- feat: MAX\_TWEET\_LENGTH env implementation [\#912](https://github.com/elizaOS/eliza/pull/912) ([onur-saf](https://github.com/onur-saf)) +- feat: allow users to configure models for groq [\#910](https://github.com/elizaOS/eliza/pull/910) ([oxSaturn](https://github.com/oxSaturn)) +- fix: evaluation json parsing [\#907](https://github.com/elizaOS/eliza/pull/907) ([cygaar](https://github.com/cygaar)) +- fix: twitter actions not triggering [\#903](https://github.com/elizaOS/eliza/pull/903) ([cygaar](https://github.com/cygaar)) +- chore: Consistent language for Community & Contact link label [\#899](https://github.com/elizaOS/eliza/pull/899) ([golryang](https://github.com/golryang)) +- chore: pass env variables when setting up GOAT and update GOAT readme [\#898](https://github.com/elizaOS/eliza/pull/898) ([0xaguspunk](https://github.com/0xaguspunk)) +- docs: Add What Did You Get Done This Week \#4 summaries and timestamps [\#895](https://github.com/elizaOS/eliza/pull/895) ([YoungPhlo](https://github.com/YoungPhlo)) +- chore: improved dev command [\#892](https://github.com/elizaOS/eliza/pull/892) ([shakkernerd](https://github.com/shakkernerd)) +- chore: added more help message to the important notice text. [\#891](https://github.com/elizaOS/eliza/pull/891) ([shakkernerd](https://github.com/shakkernerd)) +- chore: update models for groq [\#890](https://github.com/elizaOS/eliza/pull/890) ([oxSaturn](https://github.com/oxSaturn)) +- feat : github image cicd [\#889](https://github.com/elizaOS/eliza/pull/889) ([v1xingyue](https://github.com/v1xingyue)) +- chore: enhance dev script, performance improvement and add help message [\#887](https://github.com/elizaOS/eliza/pull/887) ([shakkernerd](https://github.com/shakkernerd)) +- chore: disable building docs on build command [\#884](https://github.com/elizaOS/eliza/pull/884) ([shakkernerd](https://github.com/shakkernerd)) +- fix: re-enable coverage report upload to Codecov in CI workflow [\#880](https://github.com/elizaOS/eliza/pull/880) ([snobbee](https://github.com/snobbee)) +- feat: Add Flow Blockchain plugin [\#874](https://github.com/elizaOS/eliza/pull/874) ([btspoony](https://github.com/btspoony)) +- feat: Add TEE Mode to Solana Plugin [\#835](https://github.com/elizaOS/eliza/pull/835) ([HashWarlock](https://github.com/HashWarlock)) +- feat: add hyperbolic api to eliza [\#828](https://github.com/elizaOS/eliza/pull/828) ([meppsilon](https://github.com/meppsilon)) +- loading indicator [\#827](https://github.com/elizaOS/eliza/pull/827) ([tcm390](https://github.com/tcm390)) +- use github access token [\#825](https://github.com/elizaOS/eliza/pull/825) ([tcm390](https://github.com/tcm390)) +- fix: refactor contributor page [\#809](https://github.com/elizaOS/eliza/pull/809) ([tcm390](https://github.com/tcm390)) +- feat: implement advanced coinbase trading [\#725](https://github.com/elizaOS/eliza/pull/725) ([monilpat](https://github.com/monilpat)) + +## [v0.1.5-alpha.5](https://github.com/elizaOS/eliza/tree/v0.1.5-alpha.5) (2024-12-07) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.5-alpha.4...v0.1.5-alpha.5) **Merged pull requests:** -- feat: working farcaster client with neynar [\#570](https://github.com/elizaos/eliza/pull/570) ([sayangel](https://github.com/sayangel)) +- feat: working farcaster client with neynar [\#570](https://github.com/elizaOS/eliza/pull/570) ([sayangel](https://github.com/sayangel)) -## [v0.1.5-alpha.4](https://github.com/elizaos/eliza/tree/v0.1.5-alpha.4) (2024-12-06) +## [v0.1.5-alpha.4](https://github.com/elizaOS/eliza/tree/v0.1.5-alpha.4) (2024-12-06) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.5-alpha.3...v0.1.5-alpha.4) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.5-alpha.3...v0.1.5-alpha.4) **Fixed bugs:** -- `pnpm start` crashes if there is too much data in knowledge [\#866](https://github.com/elizaos/eliza/issues/866) -- Twitter login some function not work. [\#857](https://github.com/elizaos/eliza/issues/857) +- `pnpm start` crashes if there is too much data in knowledge [\#866](https://github.com/elizaOS/eliza/issues/866) +- Twitter login some function not work. [\#857](https://github.com/elizaOS/eliza/issues/857) **Merged pull requests:** -- docs: Add AI Agent Dev School Parts 2 and 3 summaries and timestamps [\#877](https://github.com/elizaos/eliza/pull/877) ([YoungPhlo](https://github.com/YoungPhlo)) -- Add google model env vars [\#875](https://github.com/elizaos/eliza/pull/875) ([peersky](https://github.com/peersky)) -- Update quickstart.md [\#872](https://github.com/elizaos/eliza/pull/872) ([oxSaturn](https://github.com/oxSaturn)) -- Remove duplicated coinbase CDP options in .env.example [\#863](https://github.com/elizaos/eliza/pull/863) ([juntao](https://github.com/juntao)) -- test: adding environment and knowledge tests [\#862](https://github.com/elizaos/eliza/pull/862) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- Updated quickstart.md to contemplate common issue [\#861](https://github.com/elizaos/eliza/pull/861) ([fede2442](https://github.com/fede2442)) -- fix: Use LARGE models for responses [\#853](https://github.com/elizaos/eliza/pull/853) ([lalalune](https://github.com/lalalune)) -- Update Node version in local-development.md [\#850](https://github.com/elizaos/eliza/pull/850) ([oxSaturn](https://github.com/oxSaturn)) -- fix: plugins docs [\#848](https://github.com/elizaos/eliza/pull/848) ([cygaar](https://github.com/cygaar)) -- fix: run release workflow after a github release is created [\#846](https://github.com/elizaos/eliza/pull/846) ([cygaar](https://github.com/cygaar)) -- fix: Include scripts/postinstall.js in the final NPM package [\#843](https://github.com/elizaos/eliza/pull/843) ([martincik](https://github.com/martincik)) -- feat: add Aptos plugin [\#818](https://github.com/elizaos/eliza/pull/818) ([0xaptosj](https://github.com/0xaptosj)) -- feat: add coinbase ERC20, ERC721, and ERC1155 tokenContract deployment / invokement plugin [\#803](https://github.com/elizaos/eliza/pull/803) ([monilpat](https://github.com/monilpat)) -- feat: coinbase webhook + add more examples + testing [\#801](https://github.com/elizaos/eliza/pull/801) ([monilpat](https://github.com/monilpat)) - -## [v0.1.5-alpha.3](https://github.com/elizaos/eliza/tree/v0.1.5-alpha.3) (2024-12-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.5-alpha.2...v0.1.5-alpha.3) +- docs: Add AI Agent Dev School Parts 2 and 3 summaries and timestamps [\#877](https://github.com/elizaOS/eliza/pull/877) ([YoungPhlo](https://github.com/YoungPhlo)) +- Add google model env vars [\#875](https://github.com/elizaOS/eliza/pull/875) ([peersky](https://github.com/peersky)) +- Update quickstart.md [\#872](https://github.com/elizaOS/eliza/pull/872) ([oxSaturn](https://github.com/oxSaturn)) +- Remove duplicated coinbase CDP options in .env.example [\#863](https://github.com/elizaOS/eliza/pull/863) ([juntao](https://github.com/juntao)) +- test: adding environment and knowledge tests [\#862](https://github.com/elizaOS/eliza/pull/862) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- Updated quickstart.md to contemplate common issue [\#861](https://github.com/elizaOS/eliza/pull/861) ([fede2442](https://github.com/fede2442)) +- fix: Use LARGE models for responses [\#853](https://github.com/elizaOS/eliza/pull/853) ([lalalune](https://github.com/lalalune)) +- Update Node version in local-development.md [\#850](https://github.com/elizaOS/eliza/pull/850) ([oxSaturn](https://github.com/oxSaturn)) +- fix: plugins docs [\#848](https://github.com/elizaOS/eliza/pull/848) ([cygaar](https://github.com/cygaar)) +- fix: run release workflow after a github release is created [\#846](https://github.com/elizaOS/eliza/pull/846) ([cygaar](https://github.com/cygaar)) +- fix: Include scripts/postinstall.js in the final NPM package [\#843](https://github.com/elizaOS/eliza/pull/843) ([martincik](https://github.com/martincik)) +- feat: add Aptos plugin [\#818](https://github.com/elizaOS/eliza/pull/818) ([0xaptosj](https://github.com/0xaptosj)) +- feat: add coinbase ERC20, ERC721, and ERC1155 tokenContract deployment / invokement plugin [\#803](https://github.com/elizaOS/eliza/pull/803) ([monilpat](https://github.com/monilpat)) +- feat: coinbase webhook + add more examples + testing [\#801](https://github.com/elizaOS/eliza/pull/801) ([monilpat](https://github.com/monilpat)) + +## [v0.1.5-alpha.3](https://github.com/elizaOS/eliza/tree/v0.1.5-alpha.3) (2024-12-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.5-alpha.2...v0.1.5-alpha.3) **Merged pull requests:** -- chore: bump version to 0.1.5-alpha.3 [\#838](https://github.com/elizaos/eliza/pull/838) ([cygaar](https://github.com/cygaar)) -- chore: Revert/viem version and bump @goat-sdk/plugin-erc20 [\#836](https://github.com/elizaos/eliza/pull/836) ([shakkernerd](https://github.com/shakkernerd)) -- chore: revert viem package version [\#834](https://github.com/elizaos/eliza/pull/834) ([shakkernerd](https://github.com/shakkernerd)) +- chore: bump version to 0.1.5-alpha.3 [\#838](https://github.com/elizaOS/eliza/pull/838) ([cygaar](https://github.com/cygaar)) +- chore: Revert/viem version and bump @goat-sdk/plugin-erc20 [\#836](https://github.com/elizaOS/eliza/pull/836) ([shakkernerd](https://github.com/shakkernerd)) +- chore: revert viem package version [\#834](https://github.com/elizaOS/eliza/pull/834) ([shakkernerd](https://github.com/shakkernerd)) -## [v0.1.5-alpha.2](https://github.com/elizaos/eliza/tree/v0.1.5-alpha.2) (2024-12-04) +## [v0.1.5-alpha.2](https://github.com/elizaOS/eliza/tree/v0.1.5-alpha.2) (2024-12-04) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.5-alpha.0...v0.1.5-alpha.2) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.5-alpha.0...v0.1.5-alpha.2) **Implemented enhancements:** -- feat: Add circuit breaker pattern for database operations [\#712](https://github.com/elizaos/eliza/issues/712) +- feat: Add circuit breaker pattern for database operations [\#712](https://github.com/elizaOS/eliza/issues/712) **Fixed bugs:** -- 404 Localhost port 3000 [\#804](https://github.com/elizaos/eliza/issues/804) -- actions examples selection does not select things properly [\#798](https://github.com/elizaos/eliza/issues/798) -- recentPosts always empty [\#679](https://github.com/elizaos/eliza/issues/679) +- 404 Localhost port 3000 [\#804](https://github.com/elizaOS/eliza/issues/804) +- actions examples selection does not select things properly [\#798](https://github.com/elizaOS/eliza/issues/798) +- recentPosts always empty [\#679](https://github.com/elizaOS/eliza/issues/679) **Merged pull requests:** -- chore: bump version to 0.1.5-alpha.1 [\#833](https://github.com/elizaos/eliza/pull/833) ([cygaar](https://github.com/cygaar)) -- fix: pin all node dependencies + update @solana/web3.js to safe version [\#832](https://github.com/elizaos/eliza/pull/832) ([cygaar](https://github.com/cygaar)) -- fix: docker-setup.md [\#826](https://github.com/elizaos/eliza/pull/826) ([Freytes](https://github.com/Freytes)) -- fix: twitter cache expires [\#824](https://github.com/elizaos/eliza/pull/824) ([palsp](https://github.com/palsp)) -- feat: \(core\) Add circuit breaker pattern for database operations -… [\#812](https://github.com/elizaos/eliza/pull/812) ([augchan42](https://github.com/augchan42)) -- fix: lerna publish command [\#811](https://github.com/elizaos/eliza/pull/811) ([cygaar](https://github.com/cygaar)) +- chore: bump version to 0.1.5-alpha.1 [\#833](https://github.com/elizaOS/eliza/pull/833) ([cygaar](https://github.com/cygaar)) +- fix: pin all node dependencies + update @solana/web3.js to safe version [\#832](https://github.com/elizaOS/eliza/pull/832) ([cygaar](https://github.com/cygaar)) +- fix: docker-setup.md [\#826](https://github.com/elizaOS/eliza/pull/826) ([Freytes](https://github.com/Freytes)) +- fix: twitter cache expires [\#824](https://github.com/elizaOS/eliza/pull/824) ([palsp](https://github.com/palsp)) +- feat: \(core\) Add circuit breaker pattern for database operations -… [\#812](https://github.com/elizaOS/eliza/pull/812) ([augchan42](https://github.com/augchan42)) +- fix: lerna publish command [\#811](https://github.com/elizaOS/eliza/pull/811) ([cygaar](https://github.com/cygaar)) -## [v0.1.5-alpha.0](https://github.com/elizaos/eliza/tree/v0.1.5-alpha.0) (2024-12-03) +## [v0.1.5-alpha.0](https://github.com/elizaOS/eliza/tree/v0.1.5-alpha.0) (2024-12-03) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.5...v0.1.5-alpha.0) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.5...v0.1.5-alpha.0) **Fixed bugs:** -- Plugin system in character.plugins is not working [\#795](https://github.com/elizaos/eliza/issues/795) +- Plugin system in character.plugins is not working [\#795](https://github.com/elizaOS/eliza/issues/795) **Closed issues:** -- State should use a cosine similarity of messages in the DB [\#471](https://github.com/elizaos/eliza/issues/471) +- State should use a cosine similarity of messages in the DB [\#471](https://github.com/elizaOS/eliza/issues/471) **Merged pull requests:** -- fix: update package version to v0.1.5-alpha.0 [\#808](https://github.com/elizaos/eliza/pull/808) ([cygaar](https://github.com/cygaar)) -- fix: release workflow part 3 [\#807](https://github.com/elizaos/eliza/pull/807) ([cygaar](https://github.com/cygaar)) -- fix: part 2 of updating the npm publish workflow [\#806](https://github.com/elizaos/eliza/pull/806) ([cygaar](https://github.com/cygaar)) -- fix: update npm publication workflow [\#805](https://github.com/elizaos/eliza/pull/805) ([cygaar](https://github.com/cygaar)) -- fix: swap type error, create user trust on first message in telegram [\#800](https://github.com/elizaos/eliza/pull/800) ([MarcoMandar](https://github.com/MarcoMandar)) -- refactor: Improve actions samples random selection [\#799](https://github.com/elizaos/eliza/pull/799) ([dievardump](https://github.com/dievardump)) -- fix: Docker default non-interactive mode for Cloud instances [\#796](https://github.com/elizaos/eliza/pull/796) ([rarepepi](https://github.com/rarepepi)) -- fix: dev command [\#793](https://github.com/elizaos/eliza/pull/793) ([shakkernerd](https://github.com/shakkernerd)) -- chore: update README\_KOR.md to match latest README.md [\#789](https://github.com/elizaos/eliza/pull/789) ([mike0295](https://github.com/mike0295)) -- fix: enviroment -\> environment [\#787](https://github.com/elizaos/eliza/pull/787) ([tomguluson92](https://github.com/tomguluson92)) -- Update generation.ts to fix TOGETHER/LLAMACLOUD image generation [\#786](https://github.com/elizaos/eliza/pull/786) ([ProphetX10](https://github.com/ProphetX10)) -- fixs: uuid compatible for number [\#785](https://github.com/elizaos/eliza/pull/785) ([tomguluson92](https://github.com/tomguluson92)) -- fix: When the plugins field in the .character.json file is configured with plugin name. [\#784](https://github.com/elizaos/eliza/pull/784) ([xwxtwd](https://github.com/xwxtwd)) +- fix: update package version to v0.1.5-alpha.0 [\#808](https://github.com/elizaOS/eliza/pull/808) ([cygaar](https://github.com/cygaar)) +- fix: release workflow part 3 [\#807](https://github.com/elizaOS/eliza/pull/807) ([cygaar](https://github.com/cygaar)) +- fix: part 2 of updating the npm publish workflow [\#806](https://github.com/elizaOS/eliza/pull/806) ([cygaar](https://github.com/cygaar)) +- fix: update npm publication workflow [\#805](https://github.com/elizaOS/eliza/pull/805) ([cygaar](https://github.com/cygaar)) +- fix: swap type error, create user trust on first message in telegram [\#800](https://github.com/elizaOS/eliza/pull/800) ([MarcoMandar](https://github.com/MarcoMandar)) +- refactor: Improve actions samples random selection [\#799](https://github.com/elizaOS/eliza/pull/799) ([dievardump](https://github.com/dievardump)) +- fix: Docker default non-interactive mode for Cloud instances [\#796](https://github.com/elizaOS/eliza/pull/796) ([rarepepi](https://github.com/rarepepi)) +- fix: dev command [\#793](https://github.com/elizaOS/eliza/pull/793) ([shakkernerd](https://github.com/shakkernerd)) +- chore: update README\_KOR.md to match latest README.md [\#789](https://github.com/elizaOS/eliza/pull/789) ([mike0295](https://github.com/mike0295)) +- fix: enviroment -\> environment [\#787](https://github.com/elizaOS/eliza/pull/787) ([tomguluson92](https://github.com/tomguluson92)) +- Update generation.ts to fix TOGETHER/LLAMACLOUD image generation [\#786](https://github.com/elizaOS/eliza/pull/786) ([ProphetX10](https://github.com/ProphetX10)) +- fixs: uuid compatible for number [\#785](https://github.com/elizaOS/eliza/pull/785) ([tomguluson92](https://github.com/tomguluson92)) +- fix: When the plugins field in the .character.json file is configured with plugin name. [\#784](https://github.com/elizaOS/eliza/pull/784) ([xwxtwd](https://github.com/xwxtwd)) -## [v0.1.5](https://github.com/elizaos/eliza/tree/v0.1.5) (2024-12-02) +## [v0.1.5](https://github.com/elizaOS/eliza/tree/v0.1.5) (2024-12-02) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.4-alpha.3...v0.1.5) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.4-alpha.3...v0.1.5) **Implemented enhancements:** -- feat-Enhanced Voice Configuration Support in Character Cards [\#694](https://github.com/elizaos/eliza/issues/694) -- Optional image model provider to character and runtime [\#647](https://github.com/elizaos/eliza/issues/647) -- I have GROQ\_API\_KEY and telgram's robot token, How should I configure it so that I can interact with Telegram only by using the API without starting a model locally? [\#623](https://github.com/elizaos/eliza/issues/623) -- Add support for local embeddings BGE/384 [\#604](https://github.com/elizaos/eliza/issues/604) -- Need Discord or Telegram Group to Quickly Get Help For Developer [\#563](https://github.com/elizaos/eliza/issues/563) -- feat : whatsapp [\#626](https://github.com/elizaos/eliza/pull/626) ([awidearray](https://github.com/awidearray)) +- feat-Enhanced Voice Configuration Support in Character Cards [\#694](https://github.com/elizaOS/eliza/issues/694) +- Optional image model provider to character and runtime [\#647](https://github.com/elizaOS/eliza/issues/647) +- I have GROQ\_API\_KEY and telgram's robot token, How should I configure it so that I can interact with Telegram only by using the API without starting a model locally? [\#623](https://github.com/elizaOS/eliza/issues/623) +- Add support for local embeddings BGE/384 [\#604](https://github.com/elizaOS/eliza/issues/604) +- Need Discord or Telegram Group to Quickly Get Help For Developer [\#563](https://github.com/elizaOS/eliza/issues/563) +- feat : whatsapp [\#626](https://github.com/elizaOS/eliza/pull/626) ([awidearray](https://github.com/awidearray)) **Fixed bugs:** -- pnpm install error - ELIFECYCLE Exit code 1 [\#720](https://github.com/elizaos/eliza/issues/720) -- Debug/Verbose eliza logging is always shown [\#687](https://github.com/elizaos/eliza/issues/687) -- Failed codecov run [\#663](https://github.com/elizaos/eliza/issues/663) -- Discord Client - gives 0 permissions for invite link on logger [\#661](https://github.com/elizaos/eliza/issues/661) -- TypeError while generating a message response [\#657](https://github.com/elizaos/eliza/issues/657) -- Smol one; Matched fragment log not showing similarity score [\#615](https://github.com/elizaos/eliza/issues/615) -- New knowledge not being ingested into agent memory after first run [\#614](https://github.com/elizaos/eliza/issues/614) -- Tests failing - token.test.ts failing because it is commented out. Cache and goals tests are failing because jest is now switched with vitest [\#519](https://github.com/elizaos/eliza/issues/519) -- Non node.js environments have issues building \(workers for instance\) [\#506](https://github.com/elizaos/eliza/issues/506) -- Error when call `generateObjectV2` [\#469](https://github.com/elizaos/eliza/issues/469) -- Current token.test.ts and videoGeneration.test.ts are throwing errors [\#464](https://github.com/elizaos/eliza/issues/464) -- unable to run defaultcharacter with ModelProviderName.LLAMACLOUD local [\#271](https://github.com/elizaos/eliza/issues/271) -- Incorrect steps in readme for starting eliza [\#270](https://github.com/elizaos/eliza/issues/270) +- pnpm install error - ELIFECYCLE Exit code 1 [\#720](https://github.com/elizaOS/eliza/issues/720) +- Debug/Verbose eliza logging is always shown [\#687](https://github.com/elizaOS/eliza/issues/687) +- Failed codecov run [\#663](https://github.com/elizaOS/eliza/issues/663) +- Discord Client - gives 0 permissions for invite link on logger [\#661](https://github.com/elizaOS/eliza/issues/661) +- TypeError while generating a message response [\#657](https://github.com/elizaOS/eliza/issues/657) +- Smol one; Matched fragment log not showing similarity score [\#615](https://github.com/elizaOS/eliza/issues/615) +- New knowledge not being ingested into agent memory after first run [\#614](https://github.com/elizaOS/eliza/issues/614) +- Tests failing - token.test.ts failing because it is commented out. Cache and goals tests are failing because jest is now switched with vitest [\#519](https://github.com/elizaOS/eliza/issues/519) +- Non node.js environments have issues building \(workers for instance\) [\#506](https://github.com/elizaOS/eliza/issues/506) +- Error when call `generateObjectV2` [\#469](https://github.com/elizaOS/eliza/issues/469) +- Current token.test.ts and videoGeneration.test.ts are throwing errors [\#464](https://github.com/elizaOS/eliza/issues/464) +- unable to run defaultcharacter with ModelProviderName.LLAMACLOUD local [\#271](https://github.com/elizaOS/eliza/issues/271) +- Incorrect steps in readme for starting eliza [\#270](https://github.com/elizaOS/eliza/issues/270) **Merged pull requests:** -- refactor: refactor dockerfile to reduce image and build time [\#782](https://github.com/elizaos/eliza/pull/782) ([HashWarlock](https://github.com/HashWarlock)) -- feat: Update default character [\#781](https://github.com/elizaos/eliza/pull/781) ([lalalune](https://github.com/lalalune)) -- fix: Refactor image interface and update to move llama cloud -\> together provider [\#777](https://github.com/elizaos/eliza/pull/777) ([lalalune](https://github.com/lalalune)) -- Create docker-setup.md [\#776](https://github.com/elizaos/eliza/pull/776) ([Freytes](https://github.com/Freytes)) -- Merge more model providers and fix issues [\#775](https://github.com/elizaos/eliza/pull/775) ([lalalune](https://github.com/lalalune)) -- Integrate more LLMs, fix case issue in switch [\#774](https://github.com/elizaos/eliza/pull/774) ([lalalune](https://github.com/lalalune)) -- Integrate goat plugin [\#773](https://github.com/elizaos/eliza/pull/773) ([lalalune](https://github.com/lalalune)) -- fix: Integrate jin's docs changes and rebuild docs with a16z [\#772](https://github.com/elizaos/eliza/pull/772) ([lalalune](https://github.com/lalalune)) -- feat: more dependency updates [\#771](https://github.com/elizaos/eliza/pull/771) ([lalalune](https://github.com/lalalune)) -- chore\(deps\): update dependency @vitest/eslint-plugin to v1.1.13 [\#770](https://github.com/elizaos/eliza/pull/770) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency @eslint/js to v9.16.0 [\#769](https://github.com/elizaos/eliza/pull/769) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update sqlite related [\#768](https://github.com/elizaos/eliza/pull/768) ([renovate[bot]](https://github.com/apps/renovate)) -- feat: Pin dependencies and unify tsconfig [\#767](https://github.com/elizaos/eliza/pull/767) ([lalalune](https://github.com/lalalune)) -- Update dependency uuid to v11.0.3 [\#766](https://github.com/elizaos/eliza/pull/766) ([renovate[bot]](https://github.com/apps/renovate)) -- Update environment, add twitter quality of life updates [\#765](https://github.com/elizaos/eliza/pull/765) ([lalalune](https://github.com/lalalune)) -- fix: improve twitter post content quality [\#763](https://github.com/elizaos/eliza/pull/763) ([cygaar](https://github.com/cygaar)) -- Add decentralized GenAI backend [\#762](https://github.com/elizaos/eliza/pull/762) ([L-jasmine](https://github.com/L-jasmine)) -- fix\(deps\): update dependency tailwind-merge to v2.5.5 [\#761](https://github.com/elizaos/eliza/pull/761) ([renovate[bot]](https://github.com/apps/renovate)) -- Update dependency clsx to v2.1.1 [\#760](https://github.com/elizaos/eliza/pull/760) ([renovate[bot]](https://github.com/apps/renovate)) -- feat: donate 1% of coinbase transactions by default [\#759](https://github.com/elizaos/eliza/pull/759) ([monilpat](https://github.com/monilpat)) -- Add running with Gitpod [\#758](https://github.com/elizaos/eliza/pull/758) ([v1xingyue](https://github.com/v1xingyue)) -- fix: follow-up improvements for ICP token creation \(PR \#357\) [\#757](https://github.com/elizaos/eliza/pull/757) ([asDNSk](https://github.com/asDNSk)) -- fix: recentPosts always empty [\#756](https://github.com/elizaos/eliza/pull/756) ([tcm390](https://github.com/tcm390)) -- Update dependency @supabase/supabase-js to v2.46.2 [\#754](https://github.com/elizaos/eliza/pull/754) ([renovate[bot]](https://github.com/apps/renovate)) -- fix: packagejson updated to latest agent-client 0.0.16 [\#753](https://github.com/elizaos/eliza/pull/753) ([denizekiz](https://github.com/denizekiz)) -- fix: Text2Image interface refactored [\#752](https://github.com/elizaos/eliza/pull/752) ([tomguluson92](https://github.com/tomguluson92)) -- fix\(deps\): update dependency @ai-sdk/openai to v1.0.5 [\#751](https://github.com/elizaos/eliza/pull/751) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): replace dependency eslint-plugin-vitest with @vitest/eslint-plugin 1.0.1 [\#749](https://github.com/elizaos/eliza/pull/749) ([renovate[bot]](https://github.com/apps/renovate)) -- feat: Add two more providers: Ali Bailian\(Qwen\) and Volengine\(Doubao, Bytedance\) [\#747](https://github.com/elizaos/eliza/pull/747) ([btspoony](https://github.com/btspoony)) -- add simulator tutor for plugin-tee docs [\#746](https://github.com/elizaos/eliza/pull/746) ([shelvenzhou](https://github.com/shelvenzhou)) -- feat: Create community section [\#745](https://github.com/elizaos/eliza/pull/745) ([madjin](https://github.com/madjin)) -- fix\(deps\): pin dependencies [\#744](https://github.com/elizaos/eliza/pull/744) ([renovate[bot]](https://github.com/apps/renovate)) -- fix \(core\): message completion footer format [\#742](https://github.com/elizaos/eliza/pull/742) ([CodingTux](https://github.com/CodingTux)) -- chore: remove unused env var [\#737](https://github.com/elizaos/eliza/pull/737) ([2pmflow](https://github.com/2pmflow)) -- feat: add goat plugin [\#736](https://github.com/elizaos/eliza/pull/736) ([0xaguspunk](https://github.com/0xaguspunk)) -- feat: increase knowledge context [\#730](https://github.com/elizaos/eliza/pull/730) ([cygaar](https://github.com/cygaar)) -- fix: twitter recent interactions [\#729](https://github.com/elizaos/eliza/pull/729) ([cygaar](https://github.com/cygaar)) -- feat: add new pages, update sidebar [\#728](https://github.com/elizaos/eliza/pull/728) ([madjin](https://github.com/madjin)) -- refactor: ClientBase to use a map for managing multiple Twitter clients by account identifier [\#722](https://github.com/elizaos/eliza/pull/722) ([tcm390](https://github.com/tcm390)) -- fix: simplify linting dependencies [\#721](https://github.com/elizaos/eliza/pull/721) ([cygaar](https://github.com/cygaar)) -- fix: move `fastembed` import to the isnode condition check [\#709](https://github.com/elizaos/eliza/pull/709) ([antpb](https://github.com/antpb)) -- fix: Switch from tiktoken to js-tiktoken for worker compatibility [\#703](https://github.com/elizaos/eliza/pull/703) ([antpb](https://github.com/antpb)) -- fix: update docker image to support turbo and reduce build time [\#702](https://github.com/elizaos/eliza/pull/702) ([HashWarlock](https://github.com/HashWarlock)) -- chore: Remove web-agent folder - duplicate of client folder [\#699](https://github.com/elizaos/eliza/pull/699) ([shakkernerd](https://github.com/shakkernerd)) -- feat: \(voice\) enhance character card voice configuration support [\#698](https://github.com/elizaos/eliza/pull/698) ([augchan42](https://github.com/augchan42)) -- chore: remove unused packages introduced in \#677 [\#693](https://github.com/elizaos/eliza/pull/693) ([shakkernerd](https://github.com/shakkernerd)) -- Fix/logging issues [\#688](https://github.com/elizaos/eliza/pull/688) ([augchan42](https://github.com/augchan42)) -- feat: make twitter client polling configurable [\#683](https://github.com/elizaos/eliza/pull/683) ([cygaar](https://github.com/cygaar)) -- fix: getEmbeddingZeroVector calls [\#682](https://github.com/elizaos/eliza/pull/682) ([cygaar](https://github.com/cygaar)) -- fix: Make TEE Plugin available to launch agent & fix previous launch error [\#678](https://github.com/elizaos/eliza/pull/678) ([HashWarlock](https://github.com/HashWarlock)) -- feat: improve embeddings, models and connectivity [\#677](https://github.com/elizaos/eliza/pull/677) ([augchan42](https://github.com/augchan42)) -- Fix: run tests with coverage [\#676](https://github.com/elizaos/eliza/pull/676) ([pgoos](https://github.com/pgoos)) -- fix: add missing viem dependency [\#674](https://github.com/elizaos/eliza/pull/674) ([HashWarlock](https://github.com/HashWarlock)) -- fix: eslint not working [\#672](https://github.com/elizaos/eliza/pull/672) ([cygaar](https://github.com/cygaar)) -- fix: embeddings for messages with urls [\#671](https://github.com/elizaos/eliza/pull/671) ([cygaar](https://github.com/cygaar)) -- feat: add Turborepo [\#670](https://github.com/elizaos/eliza/pull/670) ([lalalune](https://github.com/lalalune)) -- incorrect package install location Update plugins.md [\#669](https://github.com/elizaos/eliza/pull/669) ([cryptoradagast](https://github.com/cryptoradagast)) -- redpill custom models [\#668](https://github.com/elizaos/eliza/pull/668) ([v1xingyue](https://github.com/v1xingyue)) -- feat: evm pubkey derivation [\#667](https://github.com/elizaos/eliza/pull/667) ([St4rgarden](https://github.com/St4rgarden)) -- fix: add missing commands to quickstart [\#665](https://github.com/elizaos/eliza/pull/665) ([0xaguspunk](https://github.com/0xaguspunk)) -- fix: pnpm-lock.yaml [\#664](https://github.com/elizaos/eliza/pull/664) ([monilpat](https://github.com/monilpat)) -- fix: discord permissions and duplicate reactions, new /joinchannel command [\#662](https://github.com/elizaos/eliza/pull/662) ([augchan42](https://github.com/augchan42)) -- fix: embedding search for non-openai models [\#660](https://github.com/elizaos/eliza/pull/660) ([cygaar](https://github.com/cygaar)) -- feat: add minimal config file for code cov [\#659](https://github.com/elizaos/eliza/pull/659) ([pgoos](https://github.com/pgoos)) -- feat: Add wallet history \(transactions, balances\) to coinbase providers [\#658](https://github.com/elizaos/eliza/pull/658) ([monilpat](https://github.com/monilpat)) -- CS - adding better errors and readme. [\#654](https://github.com/elizaos/eliza/pull/654) ([justabot](https://github.com/justabot)) -- feat: improve browser service [\#653](https://github.com/elizaos/eliza/pull/653) ([cygaar](https://github.com/cygaar)) -- Update ci.yaml [\#652](https://github.com/elizaos/eliza/pull/652) ([snobbee](https://github.com/snobbee)) -- Add Galadriel LLM Inference Provider [\#651](https://github.com/elizaos/eliza/pull/651) ([dontAskVI](https://github.com/dontAskVI)) -- feat: add image text model provider separation and fal.ai integration [\#650](https://github.com/elizaos/eliza/pull/650) ([yoniebans](https://github.com/yoniebans)) -- added support for LlamaLocal's path outside plugin-node/dist [\#649](https://github.com/elizaos/eliza/pull/649) ([dr-fusion](https://github.com/dr-fusion)) -- updates postgres setup instructions in docs [\#645](https://github.com/elizaos/eliza/pull/645) ([DataRelic](https://github.com/DataRelic)) -- feat: Merge EVM and add character override [\#643](https://github.com/elizaos/eliza/pull/643) ([lalalune](https://github.com/lalalune)) -- Feat/simulation sell types [\#642](https://github.com/elizaos/eliza/pull/642) ([MarcoMandar](https://github.com/MarcoMandar)) -- add connection instruction for connecting with X [\#641](https://github.com/elizaos/eliza/pull/641) ([zjasper666](https://github.com/zjasper666)) -- fix: Add docs, update providers for TEE Plugin [\#640](https://github.com/elizaos/eliza/pull/640) ([HashWarlock](https://github.com/HashWarlock)) -- Notes for AI Agent Dev School \#1 [\#638](https://github.com/elizaos/eliza/pull/638) ([YoungPhlo](https://github.com/YoungPhlo)) -- fix: node package builds [\#636](https://github.com/elizaos/eliza/pull/636) ([cygaar](https://github.com/cygaar)) -- refactor: better db connection handling [\#635](https://github.com/elizaos/eliza/pull/635) ([cygaar](https://github.com/cygaar)) -- dicord bot voice [\#633](https://github.com/elizaos/eliza/pull/633) ([tcm390](https://github.com/tcm390)) -- feat: Initial TEE Plugin [\#632](https://github.com/elizaos/eliza/pull/632) ([HashWarlock](https://github.com/HashWarlock)) -- feat: support starkname [\#628](https://github.com/elizaos/eliza/pull/628) ([irisdv](https://github.com/irisdv)) -- Feat/sell simulation [\#627](https://github.com/elizaos/eliza/pull/627) ([MarcoMandar](https://github.com/MarcoMandar)) -- fix: small improvements to agent process exits [\#625](https://github.com/elizaos/eliza/pull/625) ([cygaar](https://github.com/cygaar)) -- fix: running a character.json fails when running per docs [\#624](https://github.com/elizaos/eliza/pull/624) ([yodamaster726](https://github.com/yodamaster726)) -- fix: Add Tweet Response Deduplication Check [\#622](https://github.com/elizaos/eliza/pull/622) ([tsubasakong](https://github.com/tsubasakong)) -- fix: handle when tweet\_results is empty better [\#620](https://github.com/elizaos/eliza/pull/620) ([odilitime](https://github.com/odilitime)) -- fix: memory similarity log & new knowledge ingestion [\#616](https://github.com/elizaos/eliza/pull/616) ([yoniebans](https://github.com/yoniebans)) -- fix: Update and add Conflux [\#613](https://github.com/elizaos/eliza/pull/613) ([lalalune](https://github.com/lalalune)) -- fix: Fix buttplug.io integration and merge [\#612](https://github.com/elizaos/eliza/pull/612) ([lalalune](https://github.com/lalalune)) -- chore\(nvmrc\): update Node.js version from v23.1.0 to v23.3.0 [\#611](https://github.com/elizaos/eliza/pull/611) ([wolfcito](https://github.com/wolfcito)) -- fix: add client farcaster templates to character type [\#610](https://github.com/elizaos/eliza/pull/610) ([bmgalego](https://github.com/bmgalego)) -- fix: knowledge module exporting process [\#609](https://github.com/elizaos/eliza/pull/609) ([bmgalego](https://github.com/bmgalego)) -- feat: implement coinbase trading [\#608](https://github.com/elizaos/eliza/pull/608) ([monilpat](https://github.com/monilpat)) -- fix: use correct getCachedEmbeddings query\_field\_sub\_name [\#607](https://github.com/elizaos/eliza/pull/607) ([bmgalego](https://github.com/bmgalego)) -- fix: db queries in sqljs database adapter not using agentId [\#606](https://github.com/elizaos/eliza/pull/606) ([bmgalego](https://github.com/bmgalego)) -- fix: agent DirectClient is not a type [\#605](https://github.com/elizaos/eliza/pull/605) ([odilitime](https://github.com/odilitime)) -- fix: time prompt to include UTC, convert to verbose english to help prompting [\#603](https://github.com/elizaos/eliza/pull/603) ([odilitime](https://github.com/odilitime)) -- fix: add Memory Manager getMemoriesByRoomIds missing tableName param [\#602](https://github.com/elizaos/eliza/pull/602) ([bmgalego](https://github.com/bmgalego)) -- feat: add knowledge to state [\#600](https://github.com/elizaos/eliza/pull/600) ([bmgalego](https://github.com/bmgalego)) -- feat: make node-plugin lazy-loaded for faster boot times [\#599](https://github.com/elizaos/eliza/pull/599) ([bmgalego](https://github.com/bmgalego)) -- fix: discord crash on sending message to null channel [\#598](https://github.com/elizaos/eliza/pull/598) ([odilitime](https://github.com/odilitime)) -- feat: sell simulation service [\#597](https://github.com/elizaos/eliza/pull/597) ([MarcoMandar](https://github.com/MarcoMandar)) -- Pr 33 [\#596](https://github.com/elizaos/eliza/pull/596) ([MarcoMandar](https://github.com/MarcoMandar)) -- feat: starknet portfolio provider [\#595](https://github.com/elizaos/eliza/pull/595) ([milancermak](https://github.com/milancermak)) -- Download updates [\#594](https://github.com/elizaos/eliza/pull/594) ([justabot](https://github.com/justabot)) -- feat: update sidebars [\#593](https://github.com/elizaos/eliza/pull/593) ([madjin](https://github.com/madjin)) -- feat: Adding tests for actions and generation. Skiping test step in defaultCharacters [\#591](https://github.com/elizaos/eliza/pull/591) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- fix: enable test run in CI for core package [\#590](https://github.com/elizaos/eliza/pull/590) ([pgoos](https://github.com/pgoos)) -- fix: Shaw/fix zerog [\#589](https://github.com/elizaos/eliza/pull/589) ([lalalune](https://github.com/lalalune)) -- fix: React Client fixes [\#588](https://github.com/elizaos/eliza/pull/588) ([lalalune](https://github.com/lalalune)) -- Shaw/logger fixes [\#587](https://github.com/elizaos/eliza/pull/587) ([lalalune](https://github.com/lalalune)) -- feat: Shaw/realityspiral/coinbase fixes [\#586](https://github.com/elizaos/eliza/pull/586) ([lalalune](https://github.com/lalalune)) -- feat: More package updates [\#585](https://github.com/elizaos/eliza/pull/585) ([lalalune](https://github.com/lalalune)) -- feat: Update packages [\#584](https://github.com/elizaos/eliza/pull/584) ([lalalune](https://github.com/lalalune)) -- fix: Devex Fixes [\#583](https://github.com/elizaos/eliza/pull/583) ([lalalune](https://github.com/lalalune)) -- feat: update api docs [\#582](https://github.com/elizaos/eliza/pull/582) ([madjin](https://github.com/madjin)) -- feat: add new pages [\#581](https://github.com/elizaos/eliza/pull/581) ([madjin](https://github.com/madjin)) -- Add community stream notes for WDYGDTW 2 [\#580](https://github.com/elizaos/eliza/pull/580) ([YoungPhlo](https://github.com/YoungPhlo)) -- fix: remove postinstall script from plugin-coinbase [\#573](https://github.com/elizaos/eliza/pull/573) ([bmgalego](https://github.com/bmgalego)) -- fix: add missing documents and knowledge memory managers to runtime interface [\#572](https://github.com/elizaos/eliza/pull/572) ([bmgalego](https://github.com/bmgalego)) -- fix: remove db adapters depencies from core and remove plugin-node from telegram [\#571](https://github.com/elizaos/eliza/pull/571) ([bmgalego](https://github.com/bmgalego)) -- feat: implement coinbase mass payments across base/sol/eth/pol/arb [\#569](https://github.com/elizaos/eliza/pull/569) ([monilpat](https://github.com/monilpat)) -- CS - first api hookups. [\#564](https://github.com/elizaos/eliza/pull/564) ([justabot](https://github.com/justabot)) -- fix: bump echogarden to fix case sensitive issue [\#561](https://github.com/elizaos/eliza/pull/561) ([0xFlicker](https://github.com/0xFlicker)) -- fix: sql command [\#560](https://github.com/elizaos/eliza/pull/560) ([0xFlicker](https://github.com/0xFlicker)) -- Improved Twitter Documentation [\#559](https://github.com/elizaos/eliza/pull/559) ([grallc](https://github.com/grallc)) -- fix: postgres [\#557](https://github.com/elizaos/eliza/pull/557) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: Use BigInt for tweet IDs in client-twitter [\#552](https://github.com/elizaos/eliza/pull/552) ([wraitii](https://github.com/wraitii)) -- fix: generateText format consistency [\#550](https://github.com/elizaos/eliza/pull/550) ([tomguluson92](https://github.com/tomguluson92)) -- Update dependency dompurify to v3.2.2 [\#548](https://github.com/elizaos/eliza/pull/548) ([renovate[bot]](https://github.com/apps/renovate)) -- fix: Token provider getHighestLiquidityPair [\#547](https://github.com/elizaos/eliza/pull/547) ([bmgalego](https://github.com/bmgalego)) -- fix: add try catch to process action [\#546](https://github.com/elizaos/eliza/pull/546) ([bmgalego](https://github.com/bmgalego)) -- fix: error in getGoals and remove coinbase package-lock.json [\#545](https://github.com/elizaos/eliza/pull/545) ([bmgalego](https://github.com/bmgalego)) -- Update dependency clsx to v2.1.1 [\#544](https://github.com/elizaos/eliza/pull/544) ([renovate[bot]](https://github.com/apps/renovate)) -- Update docusaurus monorepo to v3.6.3 [\#543](https://github.com/elizaos/eliza/pull/543) ([renovate[bot]](https://github.com/apps/renovate)) -- Update dependency agent-twitter-client to v0.0.14 [\#542](https://github.com/elizaos/eliza/pull/542) ([renovate[bot]](https://github.com/apps/renovate)) -- fix: discord voice memory id not unique [\#540](https://github.com/elizaos/eliza/pull/540) ([bmgalego](https://github.com/bmgalego)) -- fix: db queries not using agentId in all memory queries [\#539](https://github.com/elizaos/eliza/pull/539) ([bmgalego](https://github.com/bmgalego)) -- Update dependency @opendocsg/pdf2md to v0.1.32 [\#538](https://github.com/elizaos/eliza/pull/538) ([renovate[bot]](https://github.com/apps/renovate)) -- Update dependency @echogarden/espeak-ng-emscripten to v0.3.3 [\#537](https://github.com/elizaos/eliza/pull/537) ([renovate[bot]](https://github.com/apps/renovate)) -- feat: add agent selection, router and sidebar layout in React client [\#536](https://github.com/elizaos/eliza/pull/536) ([vivoidos](https://github.com/vivoidos)) -- fix: pass runtime to video service [\#535](https://github.com/elizaos/eliza/pull/535) ([0xFlicker](https://github.com/0xFlicker)) -- fix\(deps\): update dependency @ai-sdk/openai to v1.0.4 [\#533](https://github.com/elizaos/eliza/pull/533) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @ai-sdk/google-vertex to ^0.0.43 [\#532](https://github.com/elizaos/eliza/pull/532) ([renovate[bot]](https://github.com/apps/renovate)) -- fix: Fix/telegram [\#530](https://github.com/elizaos/eliza/pull/530) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix\(deps\): pin dependencies [\#529](https://github.com/elizaos/eliza/pull/529) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @ai-sdk/anthropic to ^0.0.56 [\#528](https://github.com/elizaos/eliza/pull/528) ([renovate[bot]](https://github.com/apps/renovate)) -- Pin dependency vue to 3.5.13 [\#527](https://github.com/elizaos/eliza/pull/527) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): pin dependencies [\#526](https://github.com/elizaos/eliza/pull/526) ([renovate[bot]](https://github.com/apps/renovate)) -- fix: missing updates for logger.ts [\#525](https://github.com/elizaos/eliza/pull/525) ([yodamaster726](https://github.com/yodamaster726)) -- fix: Ollama fix [\#524](https://github.com/elizaos/eliza/pull/524) ([yodamaster726](https://github.com/yodamaster726)) -- fix: fixing failing goals, cache and token tests [\#522](https://github.com/elizaos/eliza/pull/522) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- fix: ollama local and llama local [\#521](https://github.com/elizaos/eliza/pull/521) ([yodamaster726](https://github.com/yodamaster726)) -- integrate tavily [\#518](https://github.com/elizaos/eliza/pull/518) ([tcm390](https://github.com/tcm390)) -- feat: Add buttplug.io integration [\#517](https://github.com/elizaos/eliza/pull/517) ([8times4](https://github.com/8times4)) -- feat: Add decentralized inferencing for Eliza \(LLAMA, Hermes, Flux\) [\#516](https://github.com/elizaos/eliza/pull/516) ([genesis-0000](https://github.com/genesis-0000)) -- fix: lint [\#515](https://github.com/elizaos/eliza/pull/515) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: husky and pre-commit [\#514](https://github.com/elizaos/eliza/pull/514) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- feat: add coinbase plugin starting with cb commerce functionality [\#513](https://github.com/elizaos/eliza/pull/513) ([monilpat](https://github.com/monilpat)) -- docs: add template and client configuration guide [\#510](https://github.com/elizaos/eliza/pull/510) ([oguzserdar](https://github.com/oguzserdar)) -- Wrap `fastembed` in try catch to allow non node environments to build [\#508](https://github.com/elizaos/eliza/pull/508) ([antpb](https://github.com/antpb)) -- fix: Gracefully Handle Add Participants Unique Constraint Error in Postgres [\#495](https://github.com/elizaos/eliza/pull/495) ([VarKrishin](https://github.com/VarKrishin)) -- test: add linter to all packages and enable vitest [\#490](https://github.com/elizaos/eliza/pull/490) ([snobbee](https://github.com/snobbee)) -- feat: add Conflux plugin [\#481](https://github.com/elizaos/eliza/pull/481) ([darwintree](https://github.com/darwintree)) -- bugfix: Modify docker run error after agent folder move [\#458](https://github.com/elizaos/eliza/pull/458) ([THtianhao](https://github.com/THtianhao)) -- feat: Add 0G plugin for file storage [\#416](https://github.com/elizaos/eliza/pull/416) ([Wilbert957](https://github.com/Wilbert957)) -- feat: Farcaster Client [\#386](https://github.com/elizaos/eliza/pull/386) ([bmgalego](https://github.com/bmgalego)) -- feat: add ICP token creation support [\#357](https://github.com/elizaos/eliza/pull/357) ([asDNSk](https://github.com/asDNSk)) - -## [v0.1.4-alpha.3](https://github.com/elizaos/eliza/tree/v0.1.4-alpha.3) (2024-11-22) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.4-alpha.2...v0.1.4-alpha.3) +- refactor: refactor dockerfile to reduce image and build time [\#782](https://github.com/elizaOS/eliza/pull/782) ([HashWarlock](https://github.com/HashWarlock)) +- feat: Update default character [\#781](https://github.com/elizaOS/eliza/pull/781) ([lalalune](https://github.com/lalalune)) +- fix: Refactor image interface and update to move llama cloud -\> together provider [\#777](https://github.com/elizaOS/eliza/pull/777) ([lalalune](https://github.com/lalalune)) +- Create docker-setup.md [\#776](https://github.com/elizaOS/eliza/pull/776) ([Freytes](https://github.com/Freytes)) +- Merge more model providers and fix issues [\#775](https://github.com/elizaOS/eliza/pull/775) ([lalalune](https://github.com/lalalune)) +- Integrate more LLMs, fix case issue in switch [\#774](https://github.com/elizaOS/eliza/pull/774) ([lalalune](https://github.com/lalalune)) +- Integrate goat plugin [\#773](https://github.com/elizaOS/eliza/pull/773) ([lalalune](https://github.com/lalalune)) +- fix: Integrate jin's docs changes and rebuild docs with a16z [\#772](https://github.com/elizaOS/eliza/pull/772) ([lalalune](https://github.com/lalalune)) +- feat: more dependency updates [\#771](https://github.com/elizaOS/eliza/pull/771) ([lalalune](https://github.com/lalalune)) +- chore\(deps\): update dependency @vitest/eslint-plugin to v1.1.13 [\#770](https://github.com/elizaOS/eliza/pull/770) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency @eslint/js to v9.16.0 [\#769](https://github.com/elizaOS/eliza/pull/769) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update sqlite related [\#768](https://github.com/elizaOS/eliza/pull/768) ([renovate[bot]](https://github.com/apps/renovate)) +- feat: Pin dependencies and unify tsconfig [\#767](https://github.com/elizaOS/eliza/pull/767) ([lalalune](https://github.com/lalalune)) +- Update dependency uuid to v11.0.3 [\#766](https://github.com/elizaOS/eliza/pull/766) ([renovate[bot]](https://github.com/apps/renovate)) +- Update environment, add twitter quality of life updates [\#765](https://github.com/elizaOS/eliza/pull/765) ([lalalune](https://github.com/lalalune)) +- fix: improve twitter post content quality [\#763](https://github.com/elizaOS/eliza/pull/763) ([cygaar](https://github.com/cygaar)) +- Add decentralized GenAI backend [\#762](https://github.com/elizaOS/eliza/pull/762) ([L-jasmine](https://github.com/L-jasmine)) +- fix\(deps\): update dependency tailwind-merge to v2.5.5 [\#761](https://github.com/elizaOS/eliza/pull/761) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency clsx to v2.1.1 [\#760](https://github.com/elizaOS/eliza/pull/760) ([renovate[bot]](https://github.com/apps/renovate)) +- feat: donate 1% of coinbase transactions by default [\#759](https://github.com/elizaOS/eliza/pull/759) ([monilpat](https://github.com/monilpat)) +- Add running with Gitpod [\#758](https://github.com/elizaOS/eliza/pull/758) ([v1xingyue](https://github.com/v1xingyue)) +- fix: follow-up improvements for ICP token creation \(PR \#357\) [\#757](https://github.com/elizaOS/eliza/pull/757) ([asDNSk](https://github.com/asDNSk)) +- fix: recentPosts always empty [\#756](https://github.com/elizaOS/eliza/pull/756) ([tcm390](https://github.com/tcm390)) +- Update dependency @supabase/supabase-js to v2.46.2 [\#754](https://github.com/elizaOS/eliza/pull/754) ([renovate[bot]](https://github.com/apps/renovate)) +- fix: packagejson updated to latest agent-client 0.0.16 [\#753](https://github.com/elizaOS/eliza/pull/753) ([denizekiz](https://github.com/denizekiz)) +- fix: Text2Image interface refactored [\#752](https://github.com/elizaOS/eliza/pull/752) ([tomguluson92](https://github.com/tomguluson92)) +- fix\(deps\): update dependency @ai-sdk/openai to v1.0.5 [\#751](https://github.com/elizaOS/eliza/pull/751) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): replace dependency eslint-plugin-vitest with @vitest/eslint-plugin 1.0.1 [\#749](https://github.com/elizaOS/eliza/pull/749) ([renovate[bot]](https://github.com/apps/renovate)) +- feat: Add two more providers: Ali Bailian\(Qwen\) and Volengine\(Doubao, Bytedance\) [\#747](https://github.com/elizaOS/eliza/pull/747) ([btspoony](https://github.com/btspoony)) +- add simulator tutor for plugin-tee docs [\#746](https://github.com/elizaOS/eliza/pull/746) ([shelvenzhou](https://github.com/shelvenzhou)) +- feat: Create community section [\#745](https://github.com/elizaOS/eliza/pull/745) ([madjin](https://github.com/madjin)) +- fix\(deps\): pin dependencies [\#744](https://github.com/elizaOS/eliza/pull/744) ([renovate[bot]](https://github.com/apps/renovate)) +- fix \(core\): message completion footer format [\#742](https://github.com/elizaOS/eliza/pull/742) ([CodingTux](https://github.com/CodingTux)) +- chore: remove unused env var [\#737](https://github.com/elizaOS/eliza/pull/737) ([2pmflow](https://github.com/2pmflow)) +- feat: add goat plugin [\#736](https://github.com/elizaOS/eliza/pull/736) ([0xaguspunk](https://github.com/0xaguspunk)) +- feat: increase knowledge context [\#730](https://github.com/elizaOS/eliza/pull/730) ([cygaar](https://github.com/cygaar)) +- fix: twitter recent interactions [\#729](https://github.com/elizaOS/eliza/pull/729) ([cygaar](https://github.com/cygaar)) +- feat: add new pages, update sidebar [\#728](https://github.com/elizaOS/eliza/pull/728) ([madjin](https://github.com/madjin)) +- refactor: ClientBase to use a map for managing multiple Twitter clients by account identifier [\#722](https://github.com/elizaOS/eliza/pull/722) ([tcm390](https://github.com/tcm390)) +- fix: simplify linting dependencies [\#721](https://github.com/elizaOS/eliza/pull/721) ([cygaar](https://github.com/cygaar)) +- fix: move `fastembed` import to the isnode condition check [\#709](https://github.com/elizaOS/eliza/pull/709) ([antpb](https://github.com/antpb)) +- fix: Switch from tiktoken to js-tiktoken for worker compatibility [\#703](https://github.com/elizaOS/eliza/pull/703) ([antpb](https://github.com/antpb)) +- fix: update docker image to support turbo and reduce build time [\#702](https://github.com/elizaOS/eliza/pull/702) ([HashWarlock](https://github.com/HashWarlock)) +- chore: Remove web-agent folder - duplicate of client folder [\#699](https://github.com/elizaOS/eliza/pull/699) ([shakkernerd](https://github.com/shakkernerd)) +- feat: \(voice\) enhance character card voice configuration support [\#698](https://github.com/elizaOS/eliza/pull/698) ([augchan42](https://github.com/augchan42)) +- chore: remove unused packages introduced in \#677 [\#693](https://github.com/elizaOS/eliza/pull/693) ([shakkernerd](https://github.com/shakkernerd)) +- Fix/logging issues [\#688](https://github.com/elizaOS/eliza/pull/688) ([augchan42](https://github.com/augchan42)) +- feat: make twitter client polling configurable [\#683](https://github.com/elizaOS/eliza/pull/683) ([cygaar](https://github.com/cygaar)) +- fix: getEmbeddingZeroVector calls [\#682](https://github.com/elizaOS/eliza/pull/682) ([cygaar](https://github.com/cygaar)) +- fix: Make TEE Plugin available to launch agent & fix previous launch error [\#678](https://github.com/elizaOS/eliza/pull/678) ([HashWarlock](https://github.com/HashWarlock)) +- feat: improve embeddings, models and connectivity [\#677](https://github.com/elizaOS/eliza/pull/677) ([augchan42](https://github.com/augchan42)) +- Fix: run tests with coverage [\#676](https://github.com/elizaOS/eliza/pull/676) ([pgoos](https://github.com/pgoos)) +- fix: add missing viem dependency [\#674](https://github.com/elizaOS/eliza/pull/674) ([HashWarlock](https://github.com/HashWarlock)) +- fix: eslint not working [\#672](https://github.com/elizaOS/eliza/pull/672) ([cygaar](https://github.com/cygaar)) +- fix: embeddings for messages with urls [\#671](https://github.com/elizaOS/eliza/pull/671) ([cygaar](https://github.com/cygaar)) +- feat: add Turborepo [\#670](https://github.com/elizaOS/eliza/pull/670) ([lalalune](https://github.com/lalalune)) +- incorrect package install location Update plugins.md [\#669](https://github.com/elizaOS/eliza/pull/669) ([cryptoradagast](https://github.com/cryptoradagast)) +- redpill custom models [\#668](https://github.com/elizaOS/eliza/pull/668) ([v1xingyue](https://github.com/v1xingyue)) +- feat: evm pubkey derivation [\#667](https://github.com/elizaOS/eliza/pull/667) ([St4rgarden](https://github.com/St4rgarden)) +- fix: add missing commands to quickstart [\#665](https://github.com/elizaOS/eliza/pull/665) ([0xaguspunk](https://github.com/0xaguspunk)) +- fix: pnpm-lock.yaml [\#664](https://github.com/elizaOS/eliza/pull/664) ([monilpat](https://github.com/monilpat)) +- fix: discord permissions and duplicate reactions, new /joinchannel command [\#662](https://github.com/elizaOS/eliza/pull/662) ([augchan42](https://github.com/augchan42)) +- fix: embedding search for non-openai models [\#660](https://github.com/elizaOS/eliza/pull/660) ([cygaar](https://github.com/cygaar)) +- feat: add minimal config file for code cov [\#659](https://github.com/elizaOS/eliza/pull/659) ([pgoos](https://github.com/pgoos)) +- feat: Add wallet history \(transactions, balances\) to coinbase providers [\#658](https://github.com/elizaOS/eliza/pull/658) ([monilpat](https://github.com/monilpat)) +- CS - adding better errors and readme. [\#654](https://github.com/elizaOS/eliza/pull/654) ([justabot](https://github.com/justabot)) +- feat: improve browser service [\#653](https://github.com/elizaOS/eliza/pull/653) ([cygaar](https://github.com/cygaar)) +- Update ci.yaml [\#652](https://github.com/elizaOS/eliza/pull/652) ([snobbee](https://github.com/snobbee)) +- Add Galadriel LLM Inference Provider [\#651](https://github.com/elizaOS/eliza/pull/651) ([dontAskVI](https://github.com/dontAskVI)) +- feat: add image text model provider separation and fal.ai integration [\#650](https://github.com/elizaOS/eliza/pull/650) ([yoniebans](https://github.com/yoniebans)) +- added support for LlamaLocal's path outside plugin-node/dist [\#649](https://github.com/elizaOS/eliza/pull/649) ([dr-fusion](https://github.com/dr-fusion)) +- updates postgres setup instructions in docs [\#645](https://github.com/elizaOS/eliza/pull/645) ([DataRelic](https://github.com/DataRelic)) +- feat: Merge EVM and add character override [\#643](https://github.com/elizaOS/eliza/pull/643) ([lalalune](https://github.com/lalalune)) +- Feat/simulation sell types [\#642](https://github.com/elizaOS/eliza/pull/642) ([MarcoMandar](https://github.com/MarcoMandar)) +- add connection instruction for connecting with X [\#641](https://github.com/elizaOS/eliza/pull/641) ([zjasper666](https://github.com/zjasper666)) +- fix: Add docs, update providers for TEE Plugin [\#640](https://github.com/elizaOS/eliza/pull/640) ([HashWarlock](https://github.com/HashWarlock)) +- Notes for AI Agent Dev School \#1 [\#638](https://github.com/elizaOS/eliza/pull/638) ([YoungPhlo](https://github.com/YoungPhlo)) +- fix: node package builds [\#636](https://github.com/elizaOS/eliza/pull/636) ([cygaar](https://github.com/cygaar)) +- refactor: better db connection handling [\#635](https://github.com/elizaOS/eliza/pull/635) ([cygaar](https://github.com/cygaar)) +- dicord bot voice [\#633](https://github.com/elizaOS/eliza/pull/633) ([tcm390](https://github.com/tcm390)) +- feat: Initial TEE Plugin [\#632](https://github.com/elizaOS/eliza/pull/632) ([HashWarlock](https://github.com/HashWarlock)) +- feat: support starkname [\#628](https://github.com/elizaOS/eliza/pull/628) ([irisdv](https://github.com/irisdv)) +- Feat/sell simulation [\#627](https://github.com/elizaOS/eliza/pull/627) ([MarcoMandar](https://github.com/MarcoMandar)) +- fix: small improvements to agent process exits [\#625](https://github.com/elizaOS/eliza/pull/625) ([cygaar](https://github.com/cygaar)) +- fix: running a character.json fails when running per docs [\#624](https://github.com/elizaOS/eliza/pull/624) ([yodamaster726](https://github.com/yodamaster726)) +- fix: Add Tweet Response Deduplication Check [\#622](https://github.com/elizaOS/eliza/pull/622) ([tsubasakong](https://github.com/tsubasakong)) +- fix: handle when tweet\_results is empty better [\#620](https://github.com/elizaOS/eliza/pull/620) ([odilitime](https://github.com/odilitime)) +- fix: memory similarity log & new knowledge ingestion [\#616](https://github.com/elizaOS/eliza/pull/616) ([yoniebans](https://github.com/yoniebans)) +- fix: Update and add Conflux [\#613](https://github.com/elizaOS/eliza/pull/613) ([lalalune](https://github.com/lalalune)) +- fix: Fix buttplug.io integration and merge [\#612](https://github.com/elizaOS/eliza/pull/612) ([lalalune](https://github.com/lalalune)) +- chore\(nvmrc\): update Node.js version from v23.1.0 to v23.3.0 [\#611](https://github.com/elizaOS/eliza/pull/611) ([wolfcito](https://github.com/wolfcito)) +- fix: add client farcaster templates to character type [\#610](https://github.com/elizaOS/eliza/pull/610) ([bmgalego](https://github.com/bmgalego)) +- fix: knowledge module exporting process [\#609](https://github.com/elizaOS/eliza/pull/609) ([bmgalego](https://github.com/bmgalego)) +- feat: implement coinbase trading [\#608](https://github.com/elizaOS/eliza/pull/608) ([monilpat](https://github.com/monilpat)) +- fix: use correct getCachedEmbeddings query\_field\_sub\_name [\#607](https://github.com/elizaOS/eliza/pull/607) ([bmgalego](https://github.com/bmgalego)) +- fix: db queries in sqljs database adapter not using agentId [\#606](https://github.com/elizaOS/eliza/pull/606) ([bmgalego](https://github.com/bmgalego)) +- fix: agent DirectClient is not a type [\#605](https://github.com/elizaOS/eliza/pull/605) ([odilitime](https://github.com/odilitime)) +- fix: time prompt to include UTC, convert to verbose english to help prompting [\#603](https://github.com/elizaOS/eliza/pull/603) ([odilitime](https://github.com/odilitime)) +- fix: add Memory Manager getMemoriesByRoomIds missing tableName param [\#602](https://github.com/elizaOS/eliza/pull/602) ([bmgalego](https://github.com/bmgalego)) +- feat: add knowledge to state [\#600](https://github.com/elizaOS/eliza/pull/600) ([bmgalego](https://github.com/bmgalego)) +- feat: make node-plugin lazy-loaded for faster boot times [\#599](https://github.com/elizaOS/eliza/pull/599) ([bmgalego](https://github.com/bmgalego)) +- fix: discord crash on sending message to null channel [\#598](https://github.com/elizaOS/eliza/pull/598) ([odilitime](https://github.com/odilitime)) +- feat: sell simulation service [\#597](https://github.com/elizaOS/eliza/pull/597) ([MarcoMandar](https://github.com/MarcoMandar)) +- Pr 33 [\#596](https://github.com/elizaOS/eliza/pull/596) ([MarcoMandar](https://github.com/MarcoMandar)) +- feat: starknet portfolio provider [\#595](https://github.com/elizaOS/eliza/pull/595) ([milancermak](https://github.com/milancermak)) +- Download updates [\#594](https://github.com/elizaOS/eliza/pull/594) ([justabot](https://github.com/justabot)) +- feat: update sidebars [\#593](https://github.com/elizaOS/eliza/pull/593) ([madjin](https://github.com/madjin)) +- feat: Adding tests for actions and generation. Skiping test step in defaultCharacters [\#591](https://github.com/elizaOS/eliza/pull/591) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- fix: enable test run in CI for core package [\#590](https://github.com/elizaOS/eliza/pull/590) ([pgoos](https://github.com/pgoos)) +- fix: Shaw/fix zerog [\#589](https://github.com/elizaOS/eliza/pull/589) ([lalalune](https://github.com/lalalune)) +- fix: React Client fixes [\#588](https://github.com/elizaOS/eliza/pull/588) ([lalalune](https://github.com/lalalune)) +- Shaw/logger fixes [\#587](https://github.com/elizaOS/eliza/pull/587) ([lalalune](https://github.com/lalalune)) +- feat: Shaw/realityspiral/coinbase fixes [\#586](https://github.com/elizaOS/eliza/pull/586) ([lalalune](https://github.com/lalalune)) +- feat: More package updates [\#585](https://github.com/elizaOS/eliza/pull/585) ([lalalune](https://github.com/lalalune)) +- feat: Update packages [\#584](https://github.com/elizaOS/eliza/pull/584) ([lalalune](https://github.com/lalalune)) +- fix: Devex Fixes [\#583](https://github.com/elizaOS/eliza/pull/583) ([lalalune](https://github.com/lalalune)) +- feat: update api docs [\#582](https://github.com/elizaOS/eliza/pull/582) ([madjin](https://github.com/madjin)) +- feat: add new pages [\#581](https://github.com/elizaOS/eliza/pull/581) ([madjin](https://github.com/madjin)) +- Add community stream notes for WDYGDTW 2 [\#580](https://github.com/elizaOS/eliza/pull/580) ([YoungPhlo](https://github.com/YoungPhlo)) +- fix: remove postinstall script from plugin-coinbase [\#573](https://github.com/elizaOS/eliza/pull/573) ([bmgalego](https://github.com/bmgalego)) +- fix: add missing documents and knowledge memory managers to runtime interface [\#572](https://github.com/elizaOS/eliza/pull/572) ([bmgalego](https://github.com/bmgalego)) +- fix: remove db adapters depencies from core and remove plugin-node from telegram [\#571](https://github.com/elizaOS/eliza/pull/571) ([bmgalego](https://github.com/bmgalego)) +- feat: implement coinbase mass payments across base/sol/eth/pol/arb [\#569](https://github.com/elizaOS/eliza/pull/569) ([monilpat](https://github.com/monilpat)) +- CS - first api hookups. [\#564](https://github.com/elizaOS/eliza/pull/564) ([justabot](https://github.com/justabot)) +- fix: bump echogarden to fix case sensitive issue [\#561](https://github.com/elizaOS/eliza/pull/561) ([0xFlicker](https://github.com/0xFlicker)) +- fix: sql command [\#560](https://github.com/elizaOS/eliza/pull/560) ([0xFlicker](https://github.com/0xFlicker)) +- Improved Twitter Documentation [\#559](https://github.com/elizaOS/eliza/pull/559) ([grallc](https://github.com/grallc)) +- fix: postgres [\#557](https://github.com/elizaOS/eliza/pull/557) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: Use BigInt for tweet IDs in client-twitter [\#552](https://github.com/elizaOS/eliza/pull/552) ([wraitii](https://github.com/wraitii)) +- fix: generateText format consistency [\#550](https://github.com/elizaOS/eliza/pull/550) ([tomguluson92](https://github.com/tomguluson92)) +- Update dependency dompurify to v3.2.2 [\#548](https://github.com/elizaOS/eliza/pull/548) ([renovate[bot]](https://github.com/apps/renovate)) +- fix: Token provider getHighestLiquidityPair [\#547](https://github.com/elizaOS/eliza/pull/547) ([bmgalego](https://github.com/bmgalego)) +- fix: add try catch to process action [\#546](https://github.com/elizaOS/eliza/pull/546) ([bmgalego](https://github.com/bmgalego)) +- fix: error in getGoals and remove coinbase package-lock.json [\#545](https://github.com/elizaOS/eliza/pull/545) ([bmgalego](https://github.com/bmgalego)) +- Update dependency clsx to v2.1.1 [\#544](https://github.com/elizaOS/eliza/pull/544) ([renovate[bot]](https://github.com/apps/renovate)) +- Update docusaurus monorepo to v3.6.3 [\#543](https://github.com/elizaOS/eliza/pull/543) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency agent-twitter-client to v0.0.14 [\#542](https://github.com/elizaOS/eliza/pull/542) ([renovate[bot]](https://github.com/apps/renovate)) +- fix: discord voice memory id not unique [\#540](https://github.com/elizaOS/eliza/pull/540) ([bmgalego](https://github.com/bmgalego)) +- fix: db queries not using agentId in all memory queries [\#539](https://github.com/elizaOS/eliza/pull/539) ([bmgalego](https://github.com/bmgalego)) +- Update dependency @opendocsg/pdf2md to v0.1.32 [\#538](https://github.com/elizaOS/eliza/pull/538) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency @echogarden/espeak-ng-emscripten to v0.3.3 [\#537](https://github.com/elizaOS/eliza/pull/537) ([renovate[bot]](https://github.com/apps/renovate)) +- feat: add agent selection, router and sidebar layout in React client [\#536](https://github.com/elizaOS/eliza/pull/536) ([vivoidos](https://github.com/vivoidos)) +- fix: pass runtime to video service [\#535](https://github.com/elizaOS/eliza/pull/535) ([0xFlicker](https://github.com/0xFlicker)) +- fix\(deps\): update dependency @ai-sdk/openai to v1.0.4 [\#533](https://github.com/elizaOS/eliza/pull/533) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @ai-sdk/google-vertex to ^0.0.43 [\#532](https://github.com/elizaOS/eliza/pull/532) ([renovate[bot]](https://github.com/apps/renovate)) +- fix: Fix/telegram [\#530](https://github.com/elizaOS/eliza/pull/530) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix\(deps\): pin dependencies [\#529](https://github.com/elizaOS/eliza/pull/529) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @ai-sdk/anthropic to ^0.0.56 [\#528](https://github.com/elizaOS/eliza/pull/528) ([renovate[bot]](https://github.com/apps/renovate)) +- Pin dependency vue to 3.5.13 [\#527](https://github.com/elizaOS/eliza/pull/527) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): pin dependencies [\#526](https://github.com/elizaOS/eliza/pull/526) ([renovate[bot]](https://github.com/apps/renovate)) +- fix: missing updates for logger.ts [\#525](https://github.com/elizaOS/eliza/pull/525) ([yodamaster726](https://github.com/yodamaster726)) +- fix: Ollama fix [\#524](https://github.com/elizaOS/eliza/pull/524) ([yodamaster726](https://github.com/yodamaster726)) +- fix: fixing failing goals, cache and token tests [\#522](https://github.com/elizaOS/eliza/pull/522) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- fix: ollama local and llama local [\#521](https://github.com/elizaOS/eliza/pull/521) ([yodamaster726](https://github.com/yodamaster726)) +- integrate tavily [\#518](https://github.com/elizaOS/eliza/pull/518) ([tcm390](https://github.com/tcm390)) +- feat: Add buttplug.io integration [\#517](https://github.com/elizaOS/eliza/pull/517) ([8times4](https://github.com/8times4)) +- feat: Add decentralized inferencing for Eliza \(LLAMA, Hermes, Flux\) [\#516](https://github.com/elizaOS/eliza/pull/516) ([genesis-0000](https://github.com/genesis-0000)) +- fix: lint [\#515](https://github.com/elizaOS/eliza/pull/515) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: husky and pre-commit [\#514](https://github.com/elizaOS/eliza/pull/514) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- feat: add coinbase plugin starting with cb commerce functionality [\#513](https://github.com/elizaOS/eliza/pull/513) ([monilpat](https://github.com/monilpat)) +- docs: add template and client configuration guide [\#510](https://github.com/elizaOS/eliza/pull/510) ([oguzserdar](https://github.com/oguzserdar)) +- Wrap `fastembed` in try catch to allow non node environments to build [\#508](https://github.com/elizaOS/eliza/pull/508) ([antpb](https://github.com/antpb)) +- fix: Gracefully Handle Add Participants Unique Constraint Error in Postgres [\#495](https://github.com/elizaOS/eliza/pull/495) ([VarKrishin](https://github.com/VarKrishin)) +- test: add linter to all packages and enable vitest [\#490](https://github.com/elizaOS/eliza/pull/490) ([snobbee](https://github.com/snobbee)) +- feat: add Conflux plugin [\#481](https://github.com/elizaOS/eliza/pull/481) ([darwintree](https://github.com/darwintree)) +- bugfix: Modify docker run error after agent folder move [\#458](https://github.com/elizaOS/eliza/pull/458) ([THtianhao](https://github.com/THtianhao)) +- feat: Add 0G plugin for file storage [\#416](https://github.com/elizaOS/eliza/pull/416) ([Wilbert957](https://github.com/Wilbert957)) +- feat: Farcaster Client [\#386](https://github.com/elizaOS/eliza/pull/386) ([bmgalego](https://github.com/bmgalego)) +- feat: add ICP token creation support [\#357](https://github.com/elizaOS/eliza/pull/357) ([asDNSk](https://github.com/asDNSk)) + +## [v0.1.4-alpha.3](https://github.com/elizaOS/eliza/tree/v0.1.4-alpha.3) (2024-11-22) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.4-alpha.2...v0.1.4-alpha.3) **Merged pull requests:** -- fix: speech service fix [\#512](https://github.com/elizaos/eliza/pull/512) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: speech service fix [\#512](https://github.com/elizaOS/eliza/pull/512) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -## [v0.1.4-alpha.2](https://github.com/elizaos/eliza/tree/v0.1.4-alpha.2) (2024-11-22) +## [v0.1.4-alpha.2](https://github.com/elizaOS/eliza/tree/v0.1.4-alpha.2) (2024-11-22) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.4-alpha.1...v0.1.4-alpha.2) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.4-alpha.1...v0.1.4-alpha.2) **Merged pull requests:** -- fix: services fix [\#509](https://github.com/elizaos/eliza/pull/509) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: services fix [\#509](https://github.com/elizaOS/eliza/pull/509) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -## [v0.1.4-alpha.1](https://github.com/elizaos/eliza/tree/v0.1.4-alpha.1) (2024-11-22) +## [v0.1.4-alpha.1](https://github.com/elizaOS/eliza/tree/v0.1.4-alpha.1) (2024-11-22) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.4-alpha.0...v0.1.4-alpha.1) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.4-alpha.0...v0.1.4-alpha.1) **Merged pull requests:** -- fix: issue with npm [\#505](https://github.com/elizaos/eliza/pull/505) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: issue with npm [\#505](https://github.com/elizaOS/eliza/pull/505) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -## [v0.1.4-alpha.0](https://github.com/elizaos/eliza/tree/v0.1.4-alpha.0) (2024-11-22) +## [v0.1.4-alpha.0](https://github.com/elizaOS/eliza/tree/v0.1.4-alpha.0) (2024-11-22) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.3...v0.1.4-alpha.0) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.3...v0.1.4-alpha.0) **Implemented enhancements:** -- Run using Bun.sh [\#492](https://github.com/elizaos/eliza/issues/492) -- Move Trust DB into package [\#342](https://github.com/elizaos/eliza/issues/342) -- Core Unit Tests [\#340](https://github.com/elizaos/eliza/issues/340) +- Run using Bun.sh [\#492](https://github.com/elizaOS/eliza/issues/492) +- Move Trust DB into package [\#342](https://github.com/elizaOS/eliza/issues/342) +- Core Unit Tests [\#340](https://github.com/elizaOS/eliza/issues/340) **Fixed bugs:** -- Twitter Dry Run not working [\#451](https://github.com/elizaos/eliza/issues/451) -- getCachedEmbeddings broken for sqlite adapter [\#251](https://github.com/elizaos/eliza/issues/251) +- Twitter Dry Run not working [\#451](https://github.com/elizaOS/eliza/issues/451) +- getCachedEmbeddings broken for sqlite adapter [\#251](https://github.com/elizaOS/eliza/issues/251) **Merged pull requests:** -- fix: remove sol dep [\#504](https://github.com/elizaos/eliza/pull/504) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: deps [\#503](https://github.com/elizaos/eliza/pull/503) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- chore: add contributor license [\#502](https://github.com/elizaos/eliza/pull/502) ([awidearray](https://github.com/awidearray)) -- node-v [\#501](https://github.com/elizaos/eliza/pull/501) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: improve embeddings [\#496](https://github.com/elizaos/eliza/pull/496) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- feat: improve type saftey [\#494](https://github.com/elizaos/eliza/pull/494) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: added missing packages to tsup configs' externals [\#488](https://github.com/elizaos/eliza/pull/488) ([massivefermion](https://github.com/massivefermion)) -- fix: fix character path loading [\#487](https://github.com/elizaos/eliza/pull/487) ([bmgalego](https://github.com/bmgalego)) -- fix: agent loadCharacters file resolver [\#486](https://github.com/elizaos/eliza/pull/486) ([bmgalego](https://github.com/bmgalego)) -- fix: agent type error and sqlite file env [\#484](https://github.com/elizaos/eliza/pull/484) ([bmgalego](https://github.com/bmgalego)) -- feat: Improvements [\#482](https://github.com/elizaos/eliza/pull/482) ([bmgalego](https://github.com/bmgalego)) -- refactor: add template types [\#479](https://github.com/elizaos/eliza/pull/479) ([vivoidos](https://github.com/vivoidos)) -- feat: Twitter Refactor [\#478](https://github.com/elizaos/eliza/pull/478) ([bmgalego](https://github.com/bmgalego)) -- feat: Added TWITTER\_COOKIE example on quickstart.md [\#476](https://github.com/elizaos/eliza/pull/476) ([haeunchin](https://github.com/haeunchin)) -- fix: ci [\#475](https://github.com/elizaos/eliza/pull/475) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- ollama generate case was using console.debug. [\#474](https://github.com/elizaos/eliza/pull/474) ([drew-royster](https://github.com/drew-royster)) -- feat: Improve knowledge embeddings [\#472](https://github.com/elizaos/eliza/pull/472) ([tarrencev](https://github.com/tarrencev)) -- docs: Update Contributors to bring inline with PR468 [\#470](https://github.com/elizaos/eliza/pull/470) ([odilitime](https://github.com/odilitime)) -- docs: Add Discord username question [\#468](https://github.com/elizaos/eliza/pull/468) ([odilitime](https://github.com/odilitime)) -- feat: adds check [\#466](https://github.com/elizaos/eliza/pull/466) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: Fixing failling tests token.test.ts and videoGeneration.test.ts [\#465](https://github.com/elizaos/eliza/pull/465) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- docs: Create best-practices.md documentation [\#463](https://github.com/elizaos/eliza/pull/463) ([snobbee](https://github.com/snobbee)) -- feat: create-eliza-app [\#462](https://github.com/elizaos/eliza/pull/462) ([coffeeorgreentea](https://github.com/coffeeorgreentea)) -- fix: Add missing fuzzystrmatch extension for levenshtein\(\) method to postgresql schema.sql definition [\#460](https://github.com/elizaos/eliza/pull/460) ([martincik](https://github.com/martincik)) -- Add npm install instructions to homepage header [\#459](https://github.com/elizaos/eliza/pull/459) ([null-hax](https://github.com/null-hax)) -- feat: init github client [\#456](https://github.com/elizaos/eliza/pull/456) ([tarrencev](https://github.com/tarrencev)) -- fix: X dry run [\#452](https://github.com/elizaos/eliza/pull/452) ([laser-riot](https://github.com/laser-riot)) -- feat: readme and linting [\#449](https://github.com/elizaos/eliza/pull/449) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: ignored modelEndpointOverride in generation [\#446](https://github.com/elizaos/eliza/pull/446) ([darwintree](https://github.com/darwintree)) -- docs: Fix my name in stream notes [\#442](https://github.com/elizaos/eliza/pull/442) ([odilitime](https://github.com/odilitime)) -- fix: postgres embedding issues [\#425](https://github.com/elizaos/eliza/pull/425) ([tarrencev](https://github.com/tarrencev)) -- feat: Cache Manager [\#378](https://github.com/elizaos/eliza/pull/378) ([bmgalego](https://github.com/bmgalego)) -- feat: adding back the renovate file for automated security scanning [\#358](https://github.com/elizaos/eliza/pull/358) ([sirkitree](https://github.com/sirkitree)) - -## [v0.1.3](https://github.com/elizaos/eliza/tree/v0.1.3) (2024-11-20) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.3-alpha.2...v0.1.3) +- fix: remove sol dep [\#504](https://github.com/elizaOS/eliza/pull/504) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: deps [\#503](https://github.com/elizaOS/eliza/pull/503) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- chore: add contributor license [\#502](https://github.com/elizaOS/eliza/pull/502) ([awidearray](https://github.com/awidearray)) +- node-v [\#501](https://github.com/elizaOS/eliza/pull/501) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: improve embeddings [\#496](https://github.com/elizaOS/eliza/pull/496) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- feat: improve type saftey [\#494](https://github.com/elizaOS/eliza/pull/494) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: added missing packages to tsup configs' externals [\#488](https://github.com/elizaOS/eliza/pull/488) ([massivefermion](https://github.com/massivefermion)) +- fix: fix character path loading [\#487](https://github.com/elizaOS/eliza/pull/487) ([bmgalego](https://github.com/bmgalego)) +- fix: agent loadCharacters file resolver [\#486](https://github.com/elizaOS/eliza/pull/486) ([bmgalego](https://github.com/bmgalego)) +- fix: agent type error and sqlite file env [\#484](https://github.com/elizaOS/eliza/pull/484) ([bmgalego](https://github.com/bmgalego)) +- feat: Improvements [\#482](https://github.com/elizaOS/eliza/pull/482) ([bmgalego](https://github.com/bmgalego)) +- refactor: add template types [\#479](https://github.com/elizaOS/eliza/pull/479) ([vivoidos](https://github.com/vivoidos)) +- feat: Twitter Refactor [\#478](https://github.com/elizaOS/eliza/pull/478) ([bmgalego](https://github.com/bmgalego)) +- feat: Added TWITTER\_COOKIE example on quickstart.md [\#476](https://github.com/elizaOS/eliza/pull/476) ([haeunchin](https://github.com/haeunchin)) +- fix: ci [\#475](https://github.com/elizaOS/eliza/pull/475) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- ollama generate case was using console.debug. [\#474](https://github.com/elizaOS/eliza/pull/474) ([drew-royster](https://github.com/drew-royster)) +- feat: Improve knowledge embeddings [\#472](https://github.com/elizaOS/eliza/pull/472) ([tarrencev](https://github.com/tarrencev)) +- docs: Update Contributors to bring inline with PR468 [\#470](https://github.com/elizaOS/eliza/pull/470) ([odilitime](https://github.com/odilitime)) +- docs: Add Discord username question [\#468](https://github.com/elizaOS/eliza/pull/468) ([odilitime](https://github.com/odilitime)) +- feat: adds check [\#466](https://github.com/elizaOS/eliza/pull/466) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: Fixing failling tests token.test.ts and videoGeneration.test.ts [\#465](https://github.com/elizaOS/eliza/pull/465) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- docs: Create best-practices.md documentation [\#463](https://github.com/elizaOS/eliza/pull/463) ([snobbee](https://github.com/snobbee)) +- feat: create-eliza-app [\#462](https://github.com/elizaOS/eliza/pull/462) ([coffeeorgreentea](https://github.com/coffeeorgreentea)) +- fix: Add missing fuzzystrmatch extension for levenshtein\(\) method to postgresql schema.sql definition [\#460](https://github.com/elizaOS/eliza/pull/460) ([martincik](https://github.com/martincik)) +- Add npm install instructions to homepage header [\#459](https://github.com/elizaOS/eliza/pull/459) ([null-hax](https://github.com/null-hax)) +- feat: init github client [\#456](https://github.com/elizaOS/eliza/pull/456) ([tarrencev](https://github.com/tarrencev)) +- fix: X dry run [\#452](https://github.com/elizaOS/eliza/pull/452) ([laser-riot](https://github.com/laser-riot)) +- feat: readme and linting [\#449](https://github.com/elizaOS/eliza/pull/449) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: ignored modelEndpointOverride in generation [\#446](https://github.com/elizaOS/eliza/pull/446) ([darwintree](https://github.com/darwintree)) +- docs: Fix my name in stream notes [\#442](https://github.com/elizaOS/eliza/pull/442) ([odilitime](https://github.com/odilitime)) +- fix: postgres embedding issues [\#425](https://github.com/elizaOS/eliza/pull/425) ([tarrencev](https://github.com/tarrencev)) +- feat: Cache Manager [\#378](https://github.com/elizaOS/eliza/pull/378) ([bmgalego](https://github.com/bmgalego)) +- feat: adding back the renovate file for automated security scanning [\#358](https://github.com/elizaOS/eliza/pull/358) ([sirkitree](https://github.com/sirkitree)) + +## [v0.1.3](https://github.com/elizaOS/eliza/tree/v0.1.3) (2024-11-20) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.3-alpha.2...v0.1.3) **Implemented enhancements:** -- ⚙️Take Order Action Integration [\#53](https://github.com/elizaos/eliza/issues/53) -- 🔍 Trust Score Calculator [\#52](https://github.com/elizaos/eliza/issues/52) -- 📊 Order Book System [\#49](https://github.com/elizaos/eliza/issues/49) -- daos.fun integration [\#33](https://github.com/elizaos/eliza/issues/33) +- ⚙️Take Order Action Integration [\#53](https://github.com/elizaOS/eliza/issues/53) +- 🔍 Trust Score Calculator [\#52](https://github.com/elizaOS/eliza/issues/52) +- 📊 Order Book System [\#49](https://github.com/elizaOS/eliza/issues/49) +- daos.fun integration [\#33](https://github.com/elizaOS/eliza/issues/33) **Merged pull requests:** -- fix: voice perms [\#447](https://github.com/elizaos/eliza/pull/447) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: unrug [\#444](https://github.com/elizaos/eliza/pull/444) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- feat: add all the style guidelines to the context [\#441](https://github.com/elizaos/eliza/pull/441) ([o-on-x](https://github.com/o-on-x)) -- fix: fixes some console logs [\#440](https://github.com/elizaos/eliza/pull/440) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: The bot is by default deafened and we don't want that [\#437](https://github.com/elizaos/eliza/pull/437) ([martincik](https://github.com/martincik)) -- fix: path [\#436](https://github.com/elizaos/eliza/pull/436) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: since agent is moved out of packages, adjust default path [\#432](https://github.com/elizaos/eliza/pull/432) ([odilitime](https://github.com/odilitime)) -- fix: Fix linter issues [\#397](https://github.com/elizaos/eliza/pull/397) ([martincik](https://github.com/martincik)) +- fix: voice perms [\#447](https://github.com/elizaOS/eliza/pull/447) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: unrug [\#444](https://github.com/elizaOS/eliza/pull/444) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- feat: add all the style guidelines to the context [\#441](https://github.com/elizaOS/eliza/pull/441) ([o-on-x](https://github.com/o-on-x)) +- fix: fixes some console logs [\#440](https://github.com/elizaOS/eliza/pull/440) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: The bot is by default deafened and we don't want that [\#437](https://github.com/elizaOS/eliza/pull/437) ([martincik](https://github.com/martincik)) +- fix: path [\#436](https://github.com/elizaOS/eliza/pull/436) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: since agent is moved out of packages, adjust default path [\#432](https://github.com/elizaOS/eliza/pull/432) ([odilitime](https://github.com/odilitime)) +- fix: Fix linter issues [\#397](https://github.com/elizaOS/eliza/pull/397) ([martincik](https://github.com/martincik)) -## [v0.1.3-alpha.2](https://github.com/elizaos/eliza/tree/v0.1.3-alpha.2) (2024-11-20) +## [v0.1.3-alpha.2](https://github.com/elizaOS/eliza/tree/v0.1.3-alpha.2) (2024-11-20) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.3-alpha.1...v0.1.3-alpha.2) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.3-alpha.1...v0.1.3-alpha.2) **Merged pull requests:** -- fix: imports [\#435](https://github.com/elizaos/eliza/pull/435) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: imports [\#435](https://github.com/elizaOS/eliza/pull/435) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -## [v0.1.3-alpha.1](https://github.com/elizaos/eliza/tree/v0.1.3-alpha.1) (2024-11-20) +## [v0.1.3-alpha.1](https://github.com/elizaOS/eliza/tree/v0.1.3-alpha.1) (2024-11-20) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.3-alpha.0...v0.1.3-alpha.1) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.3-alpha.0...v0.1.3-alpha.1) **Merged pull requests:** -- chore: Update pr.yaml to show actual condition so easier to follow [\#429](https://github.com/elizaos/eliza/pull/429) ([monilpat](https://github.com/monilpat)) -- feat: don't require .env to exist [\#427](https://github.com/elizaos/eliza/pull/427) ([odilitime](https://github.com/odilitime)) +- chore: Update pr.yaml to show actual condition so easier to follow [\#429](https://github.com/elizaOS/eliza/pull/429) ([monilpat](https://github.com/monilpat)) +- feat: don't require .env to exist [\#427](https://github.com/elizaOS/eliza/pull/427) ([odilitime](https://github.com/odilitime)) -## [v0.1.3-alpha.0](https://github.com/elizaos/eliza/tree/v0.1.3-alpha.0) (2024-11-20) +## [v0.1.3-alpha.0](https://github.com/elizaOS/eliza/tree/v0.1.3-alpha.0) (2024-11-20) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.2...v0.1.3-alpha.0) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.2...v0.1.3-alpha.0) **Merged pull requests:** -- fix: linting and imports ready for npm [\#433](https://github.com/elizaos/eliza/pull/433) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- docs: Update contributing.md to incorporate Contribution Guidelines [\#430](https://github.com/elizaos/eliza/pull/430) ([monilpat](https://github.com/monilpat)) +- fix: linting and imports ready for npm [\#433](https://github.com/elizaOS/eliza/pull/433) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- docs: Update contributing.md to incorporate Contribution Guidelines [\#430](https://github.com/elizaOS/eliza/pull/430) ([monilpat](https://github.com/monilpat)) -## [v0.1.2](https://github.com/elizaos/eliza/tree/v0.1.2) (2024-11-20) +## [v0.1.2](https://github.com/elizaOS/eliza/tree/v0.1.2) (2024-11-20) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.1.1...v0.1.2) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.1.1...v0.1.2) **Merged pull requests:** -- fix: configs [\#431](https://github.com/elizaos/eliza/pull/431) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: configs [\#431](https://github.com/elizaOS/eliza/pull/431) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -## [v0.1.1](https://github.com/elizaos/eliza/tree/v0.1.1) (2024-11-20) +## [v0.1.1](https://github.com/elizaOS/eliza/tree/v0.1.1) (2024-11-20) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.10...v0.1.1) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.10...v0.1.1) **Implemented enhancements:** -- توکن های داگز ناتکویین تتر کتوز کویین به حسام واریز شود [\#420](https://github.com/elizaos/eliza/issues/420) -- New Plugin Idea: log discord and summarize channels [\#318](https://github.com/elizaos/eliza/issues/318) -- Add GROK Model Provider Key Support in `getTokenForProvider` Function [\#295](https://github.com/elizaos/eliza/issues/295) -- Feature Request: Automated Bot Registry and Private Communication Protocol [\#291](https://github.com/elizaos/eliza/issues/291) -- Unify ImageGen into ModelClass.IMAGE [\#223](https://github.com/elizaos/eliza/issues/223) -- Move services to plugins [\#222](https://github.com/elizaos/eliza/issues/222) -- Make sure system directive passed to vercel sdk [\#217](https://github.com/elizaos/eliza/issues/217) -- .env not loading? [\#213](https://github.com/elizaos/eliza/issues/213) -- Anthropic API key not loading correctly [\#212](https://github.com/elizaos/eliza/issues/212) -- Templates are wrong [\#209](https://github.com/elizaos/eliza/issues/209) -- Changelog generator [\#181](https://github.com/elizaos/eliza/issues/181) -- Prompt template overrides [\#166](https://github.com/elizaos/eliza/issues/166) -- Plugin System [\#159](https://github.com/elizaos/eliza/issues/159) -- Chattiness Slider/Respond to Bots setting in Discord [\#157](https://github.com/elizaos/eliza/issues/157) -- Abstract transcript provider [\#73](https://github.com/elizaos/eliza/issues/73) -- 🤖 Confidence Level Implementation [\#50](https://github.com/elizaos/eliza/issues/50) -- 📈 Trading Assistant Implementation [\#48](https://github.com/elizaos/eliza/issues/48) -- swap Dao action initital [\#196](https://github.com/elizaos/eliza/pull/196) ([MarcoMandar](https://github.com/MarcoMandar)) +- توکن های داگز ناتکویین تتر کتوز کویین به حسام واریز شود [\#420](https://github.com/elizaOS/eliza/issues/420) +- New Plugin Idea: log discord and summarize channels [\#318](https://github.com/elizaOS/eliza/issues/318) +- Add GROK Model Provider Key Support in `getTokenForProvider` Function [\#295](https://github.com/elizaOS/eliza/issues/295) +- Feature Request: Automated Bot Registry and Private Communication Protocol [\#291](https://github.com/elizaOS/eliza/issues/291) +- Unify ImageGen into ModelClass.IMAGE [\#223](https://github.com/elizaOS/eliza/issues/223) +- Move services to plugins [\#222](https://github.com/elizaOS/eliza/issues/222) +- Make sure system directive passed to vercel sdk [\#217](https://github.com/elizaOS/eliza/issues/217) +- .env not loading? [\#213](https://github.com/elizaOS/eliza/issues/213) +- Anthropic API key not loading correctly [\#212](https://github.com/elizaOS/eliza/issues/212) +- Templates are wrong [\#209](https://github.com/elizaOS/eliza/issues/209) +- Changelog generator [\#181](https://github.com/elizaOS/eliza/issues/181) +- Prompt template overrides [\#166](https://github.com/elizaOS/eliza/issues/166) +- Plugin System [\#159](https://github.com/elizaOS/eliza/issues/159) +- Chattiness Slider/Respond to Bots setting in Discord [\#157](https://github.com/elizaOS/eliza/issues/157) +- Abstract transcript provider [\#73](https://github.com/elizaOS/eliza/issues/73) +- 🤖 Confidence Level Implementation [\#50](https://github.com/elizaOS/eliza/issues/50) +- 📈 Trading Assistant Implementation [\#48](https://github.com/elizaOS/eliza/issues/48) +- swap Dao action initital [\#196](https://github.com/elizaOS/eliza/pull/196) ([MarcoMandar](https://github.com/MarcoMandar)) **Fixed bugs:** -- DTS Build error [\#401](https://github.com/elizaos/eliza/issues/401) -- build.sh crash [\#379](https://github.com/elizaos/eliza/issues/379) -- Node module version 127 vs 131 sqlite issue [\#337](https://github.com/elizaos/eliza/issues/337) -- Severe Bug - The program fails to start with the command 'pnpm start', urgent fix required [\#326](https://github.com/elizaos/eliza/issues/326) -- pnpm start reports an error and cannot be started. Why is this? I installed it according to the documentation steps. [\#288](https://github.com/elizaos/eliza/issues/288) -- Qucikstart guide doesn [\#283](https://github.com/elizaos/eliza/issues/283) -- inconsistent version of node [\#269](https://github.com/elizaos/eliza/issues/269) -- elizaos.github.io/eliza page doesn't display properly in darkmode [\#268](https://github.com/elizaos/eliza/issues/268) -- Fresh install from main will not start with a characterfile [\#265](https://github.com/elizaos/eliza/issues/265) -- Issue with "cannot read properties of undefined" [\#238](https://github.com/elizaos/eliza/issues/238) -- .env is not being loaded or picked up in settings [\#229](https://github.com/elizaos/eliza/issues/229) -- agent & plugin-image-generation failed to build [\#227](https://github.com/elizaos/eliza/issues/227) -- Model provider loaded from char file should force lowercase, claude or anthropic should both work [\#211](https://github.com/elizaos/eliza/issues/211) -- AI provider API keys should work from character files [\#210](https://github.com/elizaos/eliza/issues/210) -- build docs locally gives errors [\#202](https://github.com/elizaos/eliza/issues/202) -- Telegram bot not returning responses [\#178](https://github.com/elizaos/eliza/issues/178) -- build docs doesn't seem to be working [\#176](https://github.com/elizaos/eliza/issues/176) -- Can't Update Character Personality After Modifications in defaultCharacter.ts [\#95](https://github.com/elizaos/eliza/issues/95) -- Time Interval of generateNewTweetLoop is not consistent with the comment [\#92](https://github.com/elizaos/eliza/issues/92) -- Execution gets stuck in a loop [\#70](https://github.com/elizaos/eliza/issues/70) -- Voice is not working, "null" from incoming messages [\#55](https://github.com/elizaos/eliza/issues/55) -- Fix name confusion [\#32](https://github.com/elizaos/eliza/issues/32) -- Fix memory mixing in Twitter generate [\#23](https://github.com/elizaos/eliza/issues/23) +- DTS Build error [\#401](https://github.com/elizaOS/eliza/issues/401) +- build.sh crash [\#379](https://github.com/elizaOS/eliza/issues/379) +- Node module version 127 vs 131 sqlite issue [\#337](https://github.com/elizaOS/eliza/issues/337) +- Severe Bug - The program fails to start with the command 'pnpm start', urgent fix required [\#326](https://github.com/elizaOS/eliza/issues/326) +- pnpm start reports an error and cannot be started. Why is this? I installed it according to the documentation steps. [\#288](https://github.com/elizaOS/eliza/issues/288) +- Qucikstart guide doesn [\#283](https://github.com/elizaOS/eliza/issues/283) +- inconsistent version of node [\#269](https://github.com/elizaOS/eliza/issues/269) +- ai16z.github.io/eliza page doesn't display properly in darkmode [\#268](https://github.com/elizaOS/eliza/issues/268) +- Fresh install from main will not start with a characterfile [\#265](https://github.com/elizaOS/eliza/issues/265) +- Issue with "cannot read properties of undefined" [\#238](https://github.com/elizaOS/eliza/issues/238) +- .env is not being loaded or picked up in settings [\#229](https://github.com/elizaOS/eliza/issues/229) +- agent & plugin-image-generation failed to build [\#227](https://github.com/elizaOS/eliza/issues/227) +- Model provider loaded from char file should force lowercase, claude or anthropic should both work [\#211](https://github.com/elizaOS/eliza/issues/211) +- AI provider API keys should work from character files [\#210](https://github.com/elizaOS/eliza/issues/210) +- build docs locally gives errors [\#202](https://github.com/elizaOS/eliza/issues/202) +- Telegram bot not returning responses [\#178](https://github.com/elizaOS/eliza/issues/178) +- build docs doesn't seem to be working [\#176](https://github.com/elizaOS/eliza/issues/176) +- Can't Update Character Personality After Modifications in defaultCharacter.ts [\#95](https://github.com/elizaOS/eliza/issues/95) +- Time Interval of generateNewTweetLoop is not consistent with the comment [\#92](https://github.com/elizaOS/eliza/issues/92) +- Execution gets stuck in a loop [\#70](https://github.com/elizaOS/eliza/issues/70) +- Voice is not working, "null" from incoming messages [\#55](https://github.com/elizaOS/eliza/issues/55) +- Fix name confusion [\#32](https://github.com/elizaOS/eliza/issues/32) +- Fix memory mixing in Twitter generate [\#23](https://github.com/elizaOS/eliza/issues/23) **Closed issues:** -- Move cache into DB [\#403](https://github.com/elizaos/eliza/issues/403) -- Docs review [\#201](https://github.com/elizaos/eliza/issues/201) -- Commands for starting agents without character profiles [\#47](https://github.com/elizaos/eliza/issues/47) +- Move cache into DB [\#403](https://github.com/elizaOS/eliza/issues/403) +- Docs review [\#201](https://github.com/elizaOS/eliza/issues/201) +- Commands for starting agents without character profiles [\#47](https://github.com/elizaOS/eliza/issues/47) **Merged pull requests:** -- feat: lerna an npm [\#428](https://github.com/elizaos/eliza/pull/428) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: don't continue to load if a specified file is not found [\#426](https://github.com/elizaos/eliza/pull/426) ([odilitime](https://github.com/odilitime)) -- fix: Update adapters.md psql schema [\#424](https://github.com/elizaos/eliza/pull/424) ([tarrencev](https://github.com/tarrencev)) -- Readme update WSL 2 link added. [\#419](https://github.com/elizaos/eliza/pull/419) ([denizekiz](https://github.com/denizekiz)) -- feat: unruggable on starknet [\#418](https://github.com/elizaos/eliza/pull/418) ([RedBeardEth](https://github.com/RedBeardEth)) -- fix: removed ollama embeddings. fastembeddings or openai only [\#413](https://github.com/elizaos/eliza/pull/413) ([o-on-x](https://github.com/o-on-x)) -- feat: services [\#412](https://github.com/elizaos/eliza/pull/412) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Add italian README.md translation [\#411](https://github.com/elizaos/eliza/pull/411) ([fabrizioff](https://github.com/fabrizioff)) -- docs: add GROK\_API\_KEY [\#409](https://github.com/elizaos/eliza/pull/409) ([whalelephant](https://github.com/whalelephant)) -- fix: Fixes [\#407](https://github.com/elizaos/eliza/pull/407) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: console [\#405](https://github.com/elizaos/eliza/pull/405) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: Lint [\#404](https://github.com/elizaos/eliza/pull/404) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: tsup build error \(client-twitter\) [\#402](https://github.com/elizaos/eliza/pull/402) ([leomercier](https://github.com/leomercier)) -- feat: Create README\_ES.md [\#400](https://github.com/elizaos/eliza/pull/400) ([metadiver](https://github.com/metadiver)) -- feat: unruggable [\#398](https://github.com/elizaos/eliza/pull/398) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Register memory managers if passed to runtime [\#396](https://github.com/elizaos/eliza/pull/396) ([martincik](https://github.com/martincik)) -- feat: video generation plugin [\#394](https://github.com/elizaos/eliza/pull/394) ([dorianjanezic](https://github.com/dorianjanezic)) -- feat: Logging improvements [\#393](https://github.com/elizaos/eliza/pull/393) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: client null [\#390](https://github.com/elizaos/eliza/pull/390) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- docs: refresh eliza's tagline, fix broken links, unify formatting for core concepts [\#389](https://github.com/elizaos/eliza/pull/389) ([wahndo](https://github.com/wahndo)) -- Fix tweet truncation issue by truncating at complete sentences [\#388](https://github.com/elizaos/eliza/pull/388) ([boyaloxer](https://github.com/boyaloxer)) -- feat: Contextual Twitter Threads + Spam Reduction [\#383](https://github.com/elizaos/eliza/pull/383) ([ropresearch](https://github.com/ropresearch)) -- feat: client [\#382](https://github.com/elizaos/eliza/pull/382) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: adds Groq to getTokenForProvider [\#381](https://github.com/elizaos/eliza/pull/381) ([bmgalego](https://github.com/bmgalego)) -- docs: add Russian\(RU\) translation of README [\#380](https://github.com/elizaos/eliza/pull/380) ([whonion](https://github.com/whonion)) -- docs: Update README\_FR.md [\#377](https://github.com/elizaos/eliza/pull/377) ([xclicx](https://github.com/xclicx)) -- docs: add Turkish \(TR\) translation of README [\#376](https://github.com/elizaos/eliza/pull/376) ([oguzserdar](https://github.com/oguzserdar)) -- feat: Enhance Heurist Image Generation Settings and Image Handling [\#375](https://github.com/elizaos/eliza/pull/375) ([tsubasakong](https://github.com/tsubasakong)) -- fix: ca for btc was spam/fake [\#374](https://github.com/elizaos/eliza/pull/374) ([thearyanag](https://github.com/thearyanag)) -- feat: starknet token transfer [\#373](https://github.com/elizaos/eliza/pull/373) ([enitrat](https://github.com/enitrat)) -- feat: install clients from plugin [\#371](https://github.com/elizaos/eliza/pull/371) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- feat: readme [\#370](https://github.com/elizaos/eliza/pull/370) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- default set to new standard post time 90-180 type: post time [\#369](https://github.com/elizaos/eliza/pull/369) ([o-on-x](https://github.com/o-on-x)) -- post time set in env [\#368](https://github.com/elizaos/eliza/pull/368) ([o-on-x](https://github.com/o-on-x)) -- feat: Adding unit tests for start - Covering goals, defaultCharacters, relationships, evaulators, posts, database, messages [\#367](https://github.com/elizaos/eliza/pull/367) ([elizaos-demirix](https://github.com/elizaos-demirix)) -- fix: bug in getRecentMessageInteractions not awating for promisses before formating [\#366](https://github.com/elizaos/eliza/pull/366) ([bmgalego](https://github.com/bmgalego)) -- feat: \[Issue-185\] Token Provider Tests [\#365](https://github.com/elizaos/eliza/pull/365) ([normand1](https://github.com/normand1)) -- feat: update docs with new stream notes [\#364](https://github.com/elizaos/eliza/pull/364) ([madjin](https://github.com/madjin)) -- update tweet interval to 90-180 mins [\#360](https://github.com/elizaos/eliza/pull/360) ([oguzserdar](https://github.com/oguzserdar)) -- fix: openrouter 70b don't support 128000, changed to 405b in model.ts [\#356](https://github.com/elizaos/eliza/pull/356) ([denizekiz](https://github.com/denizekiz)) -- feat: Complete Starknet DB Trust [\#355](https://github.com/elizaos/eliza/pull/355) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: solana [\#354](https://github.com/elizaos/eliza/pull/354) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Add Community & contact and Star History [\#353](https://github.com/elizaos/eliza/pull/353) ([thejoven](https://github.com/thejoven)) -- feat: trust db [\#349](https://github.com/elizaos/eliza/pull/349) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- change default configuration of Heurist [\#348](https://github.com/elizaos/eliza/pull/348) ([wjw12](https://github.com/wjw12)) -- trust fixes [\#347](https://github.com/elizaos/eliza/pull/347) ([MarcoMandar](https://github.com/MarcoMandar)) -- fix: some trust fixes [\#346](https://github.com/elizaos/eliza/pull/346) ([lalalune](https://github.com/lalalune)) -- getOrCreateRecommenderWithTelegramId [\#345](https://github.com/elizaos/eliza/pull/345) ([MarcoMandar](https://github.com/MarcoMandar)) -- fix: imports and cleanups [\#344](https://github.com/elizaos/eliza/pull/344) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- fix: dev build [\#343](https://github.com/elizaos/eliza/pull/343) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Update Heurist Integration Documentation and Examples [\#339](https://github.com/elizaos/eliza/pull/339) ([tsubasakong](https://github.com/tsubasakong)) -- added clientConfig to optionally ignore bots and DMs [\#336](https://github.com/elizaos/eliza/pull/336) ([vivoidos](https://github.com/vivoidos)) -- feat: Add Heurist API Integration as New Model Provider [\#335](https://github.com/elizaos/eliza/pull/335) ([tsubasakong](https://github.com/tsubasakong)) -- Docs: additional Quickstart clarification and improvements [\#334](https://github.com/elizaos/eliza/pull/334) ([odilitime](https://github.com/odilitime)) -- Docs: README.md improvements: clarify testing, add additional docker information [\#333](https://github.com/elizaos/eliza/pull/333) ([odilitime](https://github.com/odilitime)) -- fix: Build error for packages requiring @elizaos/core [\#331](https://github.com/elizaos/eliza/pull/331) ([shakkernerd](https://github.com/shakkernerd)) -- claude vertex configs added to generation.ts \(was missing\) [\#330](https://github.com/elizaos/eliza/pull/330) ([denizekiz](https://github.com/denizekiz)) -- README\_KOR.md Korean version edited by a Korean [\#329](https://github.com/elizaos/eliza/pull/329) ([zo-eth](https://github.com/zo-eth)) -- Save Trade on creation to the backend [\#328](https://github.com/elizaos/eliza/pull/328) ([MarcoMandar](https://github.com/MarcoMandar)) -- Update Quickstart Guide [\#325](https://github.com/elizaos/eliza/pull/325) ([odilitime](https://github.com/odilitime)) -- utils.ts example tweet splitting [\#323](https://github.com/elizaos/eliza/pull/323) ([o-on-x](https://github.com/o-on-x)) -- Fix broken docs [\#321](https://github.com/elizaos/eliza/pull/321) ([madjin](https://github.com/madjin)) -- docs: add a new Portuguese README version [\#320](https://github.com/elizaos/eliza/pull/320) ([gabrielsants](https://github.com/gabrielsants)) -- added working pumpfun.ts [\#313](https://github.com/elizaos/eliza/pull/313) ([o-on-x](https://github.com/o-on-x)) -- Add Korean and French README [\#312](https://github.com/elizaos/eliza/pull/312) ([BugByClaude](https://github.com/BugByClaude)) -- fix service call patterns but needs testing [\#311](https://github.com/elizaos/eliza/pull/311) ([lalalune](https://github.com/lalalune)) -- Increased llama and llama based model temperatures [\#310](https://github.com/elizaos/eliza/pull/310) ([alanneary17](https://github.com/alanneary17)) -- \[LLM Object Generation\]\[1/2\] Leverage AI Lib's Generate Object instead of parsing strings [\#309](https://github.com/elizaos/eliza/pull/309) ([monilpat](https://github.com/monilpat)) -- Telegram client refactor for bot info availability [\#308](https://github.com/elizaos/eliza/pull/308) ([ropresearch](https://github.com/ropresearch)) -- docs: add a new Japanese README [\#307](https://github.com/elizaos/eliza/pull/307) ([eltociear](https://github.com/eltociear)) -- telegram: start agent after client initialization [\#304](https://github.com/elizaos/eliza/pull/304) ([o-on-x](https://github.com/o-on-x)) -- add node version check [\#299](https://github.com/elizaos/eliza/pull/299) ([thearyanag](https://github.com/thearyanag)) -- Added Transfer / Send Token Action [\#297](https://github.com/elizaos/eliza/pull/297) ([o-on-x](https://github.com/o-on-x)) -- Added missing GROK model provider key initialization [\#296](https://github.com/elizaos/eliza/pull/296) ([FabriceIRANKUNDA](https://github.com/FabriceIRANKUNDA)) -- Dockerized application for local development, testing and deployment [\#293](https://github.com/elizaos/eliza/pull/293) ([pindaroso](https://github.com/pindaroso)) -- feat: Starknet plugin [\#287](https://github.com/elizaos/eliza/pull/287) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Loaf stuff [\#286](https://github.com/elizaos/eliza/pull/286) ([lalalune](https://github.com/lalalune)) -- Bundles [\#285](https://github.com/elizaos/eliza/pull/285) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Don't blow up if the wallet is missing [\#281](https://github.com/elizaos/eliza/pull/281) ([ferric-sol](https://github.com/ferric-sol)) -- docs homepage rework [\#280](https://github.com/elizaos/eliza/pull/280) ([mrpspring](https://github.com/mrpspring)) -- fix docs: add python as a prerequisite \(needed for node-gyp\) [\#277](https://github.com/elizaos/eliza/pull/277) ([metadiver](https://github.com/metadiver)) -- Fix: compute unit increasein swapts, default is too low to make trans… [\#276](https://github.com/elizaos/eliza/pull/276) ([denizekiz](https://github.com/denizekiz)) -- add modelProvider to json to resolve embeddings error [\#274](https://github.com/elizaos/eliza/pull/274) ([twilwa](https://github.com/twilwa)) -- Improve Docs [\#273](https://github.com/elizaos/eliza/pull/273) ([madjin](https://github.com/madjin)) -- fix: docs features darkmode color [\#266](https://github.com/elizaos/eliza/pull/266) ([fabianhug](https://github.com/fabianhug)) -- twitter-profile-remake [\#263](https://github.com/elizaos/eliza/pull/263) ([alextitonis](https://github.com/alextitonis)) -- cachedEmbeddings fix [\#262](https://github.com/elizaos/eliza/pull/262) ([dorianjanezic](https://github.com/dorianjanezic)) -- Fix embedding calculation for sqlite [\#261](https://github.com/elizaos/eliza/pull/261) ([ferric-sol](https://github.com/ferric-sol)) -- Fix: changed claude-3-5-haiku to claude-3-5-haiku-20241022 for fixing… [\#257](https://github.com/elizaos/eliza/pull/257) ([denizekiz](https://github.com/denizekiz)) -- bigint support in logger [\#256](https://github.com/elizaos/eliza/pull/256) ([o-on-x](https://github.com/o-on-x)) -- embedding set to use openai endpoint when using openai embeddings [\#255](https://github.com/elizaos/eliza/pull/255) ([o-on-x](https://github.com/o-on-x)) -- refactor embeddings [\#254](https://github.com/elizaos/eliza/pull/254) ([o-on-x](https://github.com/o-on-x)) -- Update docs [\#253](https://github.com/elizaos/eliza/pull/253) ([madjin](https://github.com/madjin)) -- use openai embeddings setting [\#252](https://github.com/elizaos/eliza/pull/252) ([o-on-x](https://github.com/o-on-x)) -- recommendations, token info, client auto [\#250](https://github.com/elizaos/eliza/pull/250) ([MarcoMandar](https://github.com/MarcoMandar)) -- add verbose config with logger [\#249](https://github.com/elizaos/eliza/pull/249) ([v1xingyue](https://github.com/v1xingyue)) -- trust integration [\#248](https://github.com/elizaos/eliza/pull/248) ([MarcoMandar](https://github.com/MarcoMandar)) -- Working PostGres Adapter [\#247](https://github.com/elizaos/eliza/pull/247) ([cvartanian](https://github.com/cvartanian)) -- Support google models in generation [\#246](https://github.com/elizaos/eliza/pull/246) ([parzival418](https://github.com/parzival418)) -- Added OpenRouter model provider [\#245](https://github.com/elizaos/eliza/pull/245) ([o-on-x](https://github.com/o-on-x)) -- update docs [\#233](https://github.com/elizaos/eliza/pull/233) ([madjin](https://github.com/madjin)) -- Update Docs [\#231](https://github.com/elizaos/eliza/pull/231) ([madjin](https://github.com/madjin)) -- plugin-image-generation tsconfig.json fix & ollama error handling [\#228](https://github.com/elizaos/eliza/pull/228) ([o-on-x](https://github.com/o-on-x)) -- move code out to plugins, adapters and clients [\#225](https://github.com/elizaos/eliza/pull/225) ([lalalune](https://github.com/lalalune)) -- models.gguf stored in models file, & tsconfig changes for ref @eliza/core & other things [\#224](https://github.com/elizaos/eliza/pull/224) ([o-on-x](https://github.com/o-on-x)) -- Add OLLAMA as Model Provider [\#221](https://github.com/elizaos/eliza/pull/221) ([o-on-x](https://github.com/o-on-x)) -- lazy load llama [\#220](https://github.com/elizaos/eliza/pull/220) ([lalalune](https://github.com/lalalune)) -- Implement grok beta [\#216](https://github.com/elizaos/eliza/pull/216) ([MeDott29](https://github.com/MeDott29)) -- Abstracts Eliza into a Package to enble publishing onto NPM along with plugin system [\#214](https://github.com/elizaos/eliza/pull/214) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- add the template overrides [\#207](https://github.com/elizaos/eliza/pull/207) ([lalalune](https://github.com/lalalune)) -- Shaw fix characters paths, .ts requirement and missings args [\#204](https://github.com/elizaos/eliza/pull/204) ([lalalune](https://github.com/lalalune)) -- Fix Discord Voice and DMs [\#203](https://github.com/elizaos/eliza/pull/203) ([lalalune](https://github.com/lalalune)) -- Major documentation updates [\#199](https://github.com/elizaos/eliza/pull/199) ([madjin](https://github.com/madjin)) -- Add RedPill API Support [\#198](https://github.com/elizaos/eliza/pull/198) ([HashWarlock](https://github.com/HashWarlock)) -- Swap functionality [\#197](https://github.com/elizaos/eliza/pull/197) ([lalalune](https://github.com/lalalune)) -- Updated documentation [\#195](https://github.com/elizaos/eliza/pull/195) ([atvonsc](https://github.com/atvonsc)) -- Groq api integration [\#194](https://github.com/elizaos/eliza/pull/194) ([juke](https://github.com/juke)) - -## [v0.0.10](https://github.com/elizaos/eliza/tree/v0.0.10) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.9...v0.0.10) - -## [v0.0.9](https://github.com/elizaos/eliza/tree/v0.0.9) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.8...v0.0.9) - -## [v0.0.8](https://github.com/elizaos/eliza/tree/v0.0.8) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.7...v0.0.8) - -## [v0.0.7](https://github.com/elizaos/eliza/tree/v0.0.7) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.6...v0.0.7) - -## [v0.0.6](https://github.com/elizaos/eliza/tree/v0.0.6) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.5...v0.0.6) - -## [v0.0.5](https://github.com/elizaos/eliza/tree/v0.0.5) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.4...v0.0.5) - -## [v0.0.4](https://github.com/elizaos/eliza/tree/v0.0.4) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.3...v0.0.4) - -## [v0.0.3](https://github.com/elizaos/eliza/tree/v0.0.3) (2024-11-04) - -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.2...v0.0.3) +- feat: lerna an npm [\#428](https://github.com/elizaOS/eliza/pull/428) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: don't continue to load if a specified file is not found [\#426](https://github.com/elizaOS/eliza/pull/426) ([odilitime](https://github.com/odilitime)) +- fix: Update adapters.md psql schema [\#424](https://github.com/elizaOS/eliza/pull/424) ([tarrencev](https://github.com/tarrencev)) +- Readme update WSL 2 link added. [\#419](https://github.com/elizaOS/eliza/pull/419) ([denizekiz](https://github.com/denizekiz)) +- feat: unruggable on starknet [\#418](https://github.com/elizaOS/eliza/pull/418) ([RedBeardEth](https://github.com/RedBeardEth)) +- fix: removed ollama embeddings. fastembeddings or openai only [\#413](https://github.com/elizaOS/eliza/pull/413) ([o-on-x](https://github.com/o-on-x)) +- feat: services [\#412](https://github.com/elizaOS/eliza/pull/412) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Add italian README.md translation [\#411](https://github.com/elizaOS/eliza/pull/411) ([fabrizioff](https://github.com/fabrizioff)) +- docs: add GROK\_API\_KEY [\#409](https://github.com/elizaOS/eliza/pull/409) ([whalelephant](https://github.com/whalelephant)) +- fix: Fixes [\#407](https://github.com/elizaOS/eliza/pull/407) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: console [\#405](https://github.com/elizaOS/eliza/pull/405) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: Lint [\#404](https://github.com/elizaOS/eliza/pull/404) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: tsup build error \(client-twitter\) [\#402](https://github.com/elizaOS/eliza/pull/402) ([leomercier](https://github.com/leomercier)) +- feat: Create README\_ES.md [\#400](https://github.com/elizaOS/eliza/pull/400) ([metadiver](https://github.com/metadiver)) +- feat: unruggable [\#398](https://github.com/elizaOS/eliza/pull/398) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Register memory managers if passed to runtime [\#396](https://github.com/elizaOS/eliza/pull/396) ([martincik](https://github.com/martincik)) +- feat: video generation plugin [\#394](https://github.com/elizaOS/eliza/pull/394) ([dorianjanezic](https://github.com/dorianjanezic)) +- feat: Logging improvements [\#393](https://github.com/elizaOS/eliza/pull/393) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: client null [\#390](https://github.com/elizaOS/eliza/pull/390) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- docs: refresh eliza's tagline, fix broken links, unify formatting for core concepts [\#389](https://github.com/elizaOS/eliza/pull/389) ([wahndo](https://github.com/wahndo)) +- Fix tweet truncation issue by truncating at complete sentences [\#388](https://github.com/elizaOS/eliza/pull/388) ([boyaloxer](https://github.com/boyaloxer)) +- feat: Contextual Twitter Threads + Spam Reduction [\#383](https://github.com/elizaOS/eliza/pull/383) ([ropresearch](https://github.com/ropresearch)) +- feat: client [\#382](https://github.com/elizaOS/eliza/pull/382) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: adds Groq to getTokenForProvider [\#381](https://github.com/elizaOS/eliza/pull/381) ([bmgalego](https://github.com/bmgalego)) +- docs: add Russian\(RU\) translation of README [\#380](https://github.com/elizaOS/eliza/pull/380) ([whonion](https://github.com/whonion)) +- docs: Update README\_FR.md [\#377](https://github.com/elizaOS/eliza/pull/377) ([xclicx](https://github.com/xclicx)) +- docs: add Turkish \(TR\) translation of README [\#376](https://github.com/elizaOS/eliza/pull/376) ([oguzserdar](https://github.com/oguzserdar)) +- feat: Enhance Heurist Image Generation Settings and Image Handling [\#375](https://github.com/elizaOS/eliza/pull/375) ([tsubasakong](https://github.com/tsubasakong)) +- fix: ca for btc was spam/fake [\#374](https://github.com/elizaOS/eliza/pull/374) ([thearyanag](https://github.com/thearyanag)) +- feat: starknet token transfer [\#373](https://github.com/elizaOS/eliza/pull/373) ([enitrat](https://github.com/enitrat)) +- feat: install clients from plugin [\#371](https://github.com/elizaOS/eliza/pull/371) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- feat: readme [\#370](https://github.com/elizaOS/eliza/pull/370) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- default set to new standard post time 90-180 type: post time [\#369](https://github.com/elizaOS/eliza/pull/369) ([o-on-x](https://github.com/o-on-x)) +- post time set in env [\#368](https://github.com/elizaOS/eliza/pull/368) ([o-on-x](https://github.com/o-on-x)) +- feat: Adding unit tests for start - Covering goals, defaultCharacters, relationships, evaulators, posts, database, messages [\#367](https://github.com/elizaOS/eliza/pull/367) ([ai16z-demirix](https://github.com/ai16z-demirix)) +- fix: bug in getRecentMessageInteractions not awating for promisses before formating [\#366](https://github.com/elizaOS/eliza/pull/366) ([bmgalego](https://github.com/bmgalego)) +- feat: \[Issue-185\] Token Provider Tests [\#365](https://github.com/elizaOS/eliza/pull/365) ([normand1](https://github.com/normand1)) +- feat: update docs with new stream notes [\#364](https://github.com/elizaOS/eliza/pull/364) ([madjin](https://github.com/madjin)) +- update tweet interval to 90-180 mins [\#360](https://github.com/elizaOS/eliza/pull/360) ([oguzserdar](https://github.com/oguzserdar)) +- fix: openrouter 70b don't support 128000, changed to 405b in model.ts [\#356](https://github.com/elizaOS/eliza/pull/356) ([denizekiz](https://github.com/denizekiz)) +- feat: Complete Starknet DB Trust [\#355](https://github.com/elizaOS/eliza/pull/355) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: solana [\#354](https://github.com/elizaOS/eliza/pull/354) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Add Community & contact and Star History [\#353](https://github.com/elizaOS/eliza/pull/353) ([thejoven](https://github.com/thejoven)) +- feat: trust db [\#349](https://github.com/elizaOS/eliza/pull/349) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- change default configuration of Heurist [\#348](https://github.com/elizaOS/eliza/pull/348) ([wjw12](https://github.com/wjw12)) +- trust fixes [\#347](https://github.com/elizaOS/eliza/pull/347) ([MarcoMandar](https://github.com/MarcoMandar)) +- fix: some trust fixes [\#346](https://github.com/elizaOS/eliza/pull/346) ([lalalune](https://github.com/lalalune)) +- getOrCreateRecommenderWithTelegramId [\#345](https://github.com/elizaOS/eliza/pull/345) ([MarcoMandar](https://github.com/MarcoMandar)) +- fix: imports and cleanups [\#344](https://github.com/elizaOS/eliza/pull/344) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- fix: dev build [\#343](https://github.com/elizaOS/eliza/pull/343) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Update Heurist Integration Documentation and Examples [\#339](https://github.com/elizaOS/eliza/pull/339) ([tsubasakong](https://github.com/tsubasakong)) +- added clientConfig to optionally ignore bots and DMs [\#336](https://github.com/elizaOS/eliza/pull/336) ([vivoidos](https://github.com/vivoidos)) +- feat: Add Heurist API Integration as New Model Provider [\#335](https://github.com/elizaOS/eliza/pull/335) ([tsubasakong](https://github.com/tsubasakong)) +- Docs: additional Quickstart clarification and improvements [\#334](https://github.com/elizaOS/eliza/pull/334) ([odilitime](https://github.com/odilitime)) +- Docs: README.md improvements: clarify testing, add additional docker information [\#333](https://github.com/elizaOS/eliza/pull/333) ([odilitime](https://github.com/odilitime)) +- fix: Build error for packages requiring @ai16z/eliza [\#331](https://github.com/elizaOS/eliza/pull/331) ([shakkernerd](https://github.com/shakkernerd)) +- claude vertex configs added to generation.ts \(was missing\) [\#330](https://github.com/elizaOS/eliza/pull/330) ([denizekiz](https://github.com/denizekiz)) +- README\_KOR.md Korean version edited by a Korean [\#329](https://github.com/elizaOS/eliza/pull/329) ([zo-eth](https://github.com/zo-eth)) +- Save Trade on creation to the backend [\#328](https://github.com/elizaOS/eliza/pull/328) ([MarcoMandar](https://github.com/MarcoMandar)) +- Update Quickstart Guide [\#325](https://github.com/elizaOS/eliza/pull/325) ([odilitime](https://github.com/odilitime)) +- utils.ts example tweet splitting [\#323](https://github.com/elizaOS/eliza/pull/323) ([o-on-x](https://github.com/o-on-x)) +- Fix broken docs [\#321](https://github.com/elizaOS/eliza/pull/321) ([madjin](https://github.com/madjin)) +- docs: add a new Portuguese README version [\#320](https://github.com/elizaOS/eliza/pull/320) ([gabrielsants](https://github.com/gabrielsants)) +- added working pumpfun.ts [\#313](https://github.com/elizaOS/eliza/pull/313) ([o-on-x](https://github.com/o-on-x)) +- Add Korean and French README [\#312](https://github.com/elizaOS/eliza/pull/312) ([BugByClaude](https://github.com/BugByClaude)) +- fix service call patterns but needs testing [\#311](https://github.com/elizaOS/eliza/pull/311) ([lalalune](https://github.com/lalalune)) +- Increased llama and llama based model temperatures [\#310](https://github.com/elizaOS/eliza/pull/310) ([alanneary17](https://github.com/alanneary17)) +- \[LLM Object Generation\]\[1/2\] Leverage AI Lib's Generate Object instead of parsing strings [\#309](https://github.com/elizaOS/eliza/pull/309) ([monilpat](https://github.com/monilpat)) +- Telegram client refactor for bot info availability [\#308](https://github.com/elizaOS/eliza/pull/308) ([ropresearch](https://github.com/ropresearch)) +- docs: add a new Japanese README [\#307](https://github.com/elizaOS/eliza/pull/307) ([eltociear](https://github.com/eltociear)) +- telegram: start agent after client initialization [\#304](https://github.com/elizaOS/eliza/pull/304) ([o-on-x](https://github.com/o-on-x)) +- add node version check [\#299](https://github.com/elizaOS/eliza/pull/299) ([thearyanag](https://github.com/thearyanag)) +- Added Transfer / Send Token Action [\#297](https://github.com/elizaOS/eliza/pull/297) ([o-on-x](https://github.com/o-on-x)) +- Added missing GROK model provider key initialization [\#296](https://github.com/elizaOS/eliza/pull/296) ([FabriceIRANKUNDA](https://github.com/FabriceIRANKUNDA)) +- Dockerized application for local development, testing and deployment [\#293](https://github.com/elizaOS/eliza/pull/293) ([pindaroso](https://github.com/pindaroso)) +- feat: Starknet plugin [\#287](https://github.com/elizaOS/eliza/pull/287) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Loaf stuff [\#286](https://github.com/elizaOS/eliza/pull/286) ([lalalune](https://github.com/lalalune)) +- Bundles [\#285](https://github.com/elizaOS/eliza/pull/285) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Don't blow up if the wallet is missing [\#281](https://github.com/elizaOS/eliza/pull/281) ([ferric-sol](https://github.com/ferric-sol)) +- docs homepage rework [\#280](https://github.com/elizaOS/eliza/pull/280) ([mrpspring](https://github.com/mrpspring)) +- fix docs: add python as a prerequisite \(needed for node-gyp\) [\#277](https://github.com/elizaOS/eliza/pull/277) ([metadiver](https://github.com/metadiver)) +- Fix: compute unit increasein swapts, default is too low to make trans… [\#276](https://github.com/elizaOS/eliza/pull/276) ([denizekiz](https://github.com/denizekiz)) +- add modelProvider to json to resolve embeddings error [\#274](https://github.com/elizaOS/eliza/pull/274) ([twilwa](https://github.com/twilwa)) +- Improve Docs [\#273](https://github.com/elizaOS/eliza/pull/273) ([madjin](https://github.com/madjin)) +- fix: docs features darkmode color [\#266](https://github.com/elizaOS/eliza/pull/266) ([fabianhug](https://github.com/fabianhug)) +- twitter-profile-remake [\#263](https://github.com/elizaOS/eliza/pull/263) ([alextitonis](https://github.com/alextitonis)) +- cachedEmbeddings fix [\#262](https://github.com/elizaOS/eliza/pull/262) ([dorianjanezic](https://github.com/dorianjanezic)) +- Fix embedding calculation for sqlite [\#261](https://github.com/elizaOS/eliza/pull/261) ([ferric-sol](https://github.com/ferric-sol)) +- Fix: changed claude-3-5-haiku to claude-3-5-haiku-20241022 for fixing… [\#257](https://github.com/elizaOS/eliza/pull/257) ([denizekiz](https://github.com/denizekiz)) +- bigint support in logger [\#256](https://github.com/elizaOS/eliza/pull/256) ([o-on-x](https://github.com/o-on-x)) +- embedding set to use openai endpoint when using openai embeddings [\#255](https://github.com/elizaOS/eliza/pull/255) ([o-on-x](https://github.com/o-on-x)) +- refactor embeddings [\#254](https://github.com/elizaOS/eliza/pull/254) ([o-on-x](https://github.com/o-on-x)) +- Update docs [\#253](https://github.com/elizaOS/eliza/pull/253) ([madjin](https://github.com/madjin)) +- use openai embeddings setting [\#252](https://github.com/elizaOS/eliza/pull/252) ([o-on-x](https://github.com/o-on-x)) +- recommendations, token info, client auto [\#250](https://github.com/elizaOS/eliza/pull/250) ([MarcoMandar](https://github.com/MarcoMandar)) +- add verbose config with logger [\#249](https://github.com/elizaOS/eliza/pull/249) ([v1xingyue](https://github.com/v1xingyue)) +- trust integration [\#248](https://github.com/elizaOS/eliza/pull/248) ([MarcoMandar](https://github.com/MarcoMandar)) +- Working PostGres Adapter [\#247](https://github.com/elizaOS/eliza/pull/247) ([cvartanian](https://github.com/cvartanian)) +- Support google models in generation [\#246](https://github.com/elizaOS/eliza/pull/246) ([parzival418](https://github.com/parzival418)) +- Added OpenRouter model provider [\#245](https://github.com/elizaOS/eliza/pull/245) ([o-on-x](https://github.com/o-on-x)) +- update docs [\#233](https://github.com/elizaOS/eliza/pull/233) ([madjin](https://github.com/madjin)) +- Update Docs [\#231](https://github.com/elizaOS/eliza/pull/231) ([madjin](https://github.com/madjin)) +- plugin-image-generation tsconfig.json fix & ollama error handling [\#228](https://github.com/elizaOS/eliza/pull/228) ([o-on-x](https://github.com/o-on-x)) +- move code out to plugins, adapters and clients [\#225](https://github.com/elizaOS/eliza/pull/225) ([lalalune](https://github.com/lalalune)) +- models.gguf stored in models file, & tsconfig changes for ref @eliza/core & other things [\#224](https://github.com/elizaOS/eliza/pull/224) ([o-on-x](https://github.com/o-on-x)) +- Add OLLAMA as Model Provider [\#221](https://github.com/elizaOS/eliza/pull/221) ([o-on-x](https://github.com/o-on-x)) +- lazy load llama [\#220](https://github.com/elizaOS/eliza/pull/220) ([lalalune](https://github.com/lalalune)) +- Implement grok beta [\#216](https://github.com/elizaOS/eliza/pull/216) ([MeDott29](https://github.com/MeDott29)) +- Abstracts Eliza into a Package to enble publishing onto NPM along with plugin system [\#214](https://github.com/elizaOS/eliza/pull/214) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- add the template overrides [\#207](https://github.com/elizaOS/eliza/pull/207) ([lalalune](https://github.com/lalalune)) +- Shaw fix characters paths, .ts requirement and missings args [\#204](https://github.com/elizaOS/eliza/pull/204) ([lalalune](https://github.com/lalalune)) +- Fix Discord Voice and DMs [\#203](https://github.com/elizaOS/eliza/pull/203) ([lalalune](https://github.com/lalalune)) +- Major documentation updates [\#199](https://github.com/elizaOS/eliza/pull/199) ([madjin](https://github.com/madjin)) +- Add RedPill API Support [\#198](https://github.com/elizaOS/eliza/pull/198) ([HashWarlock](https://github.com/HashWarlock)) +- Swap functionality [\#197](https://github.com/elizaOS/eliza/pull/197) ([lalalune](https://github.com/lalalune)) +- Updated documentation [\#195](https://github.com/elizaOS/eliza/pull/195) ([atvonsc](https://github.com/atvonsc)) +- Groq api integration [\#194](https://github.com/elizaOS/eliza/pull/194) ([juke](https://github.com/juke)) + +## [v0.0.10](https://github.com/elizaOS/eliza/tree/v0.0.10) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.9...v0.0.10) + +## [v0.0.9](https://github.com/elizaOS/eliza/tree/v0.0.9) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.8...v0.0.9) + +## [v0.0.8](https://github.com/elizaOS/eliza/tree/v0.0.8) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.7...v0.0.8) + +## [v0.0.7](https://github.com/elizaOS/eliza/tree/v0.0.7) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.6...v0.0.7) + +## [v0.0.6](https://github.com/elizaOS/eliza/tree/v0.0.6) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.5...v0.0.6) + +## [v0.0.5](https://github.com/elizaOS/eliza/tree/v0.0.5) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.4...v0.0.5) + +## [v0.0.4](https://github.com/elizaOS/eliza/tree/v0.0.4) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.3...v0.0.4) + +## [v0.0.3](https://github.com/elizaOS/eliza/tree/v0.0.3) (2024-11-04) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.2...v0.0.3) **Closed issues:** -- Get CI/CD working [\#174](https://github.com/elizaos/eliza/issues/174) +- Get CI/CD working [\#174](https://github.com/elizaOS/eliza/issues/174) **Merged pull requests:** -- Update generate-changelog.yml [\#192](https://github.com/elizaos/eliza/pull/192) ([sirkitree](https://github.com/sirkitree)) +- Update generate-changelog.yml [\#192](https://github.com/elizaOS/eliza/pull/192) ([sirkitree](https://github.com/sirkitree)) -## [v0.0.2](https://github.com/elizaos/eliza/tree/v0.0.2) (2024-11-03) +## [v0.0.2](https://github.com/elizaOS/eliza/tree/v0.0.2) (2024-11-03) -[Full Changelog](https://github.com/elizaos/eliza/compare/v0.0.1...v0.0.2) +[Full Changelog](https://github.com/elizaOS/eliza/compare/v0.0.1...v0.0.2) **Implemented enhancements:** -- Set Port Number in Env to Run Multiple Instances [\#156](https://github.com/elizaos/eliza/issues/156) -- Renovate bot for automated updates on dependencies [\#58](https://github.com/elizaos/eliza/issues/58) -- How to chat directly with agent [\#40](https://github.com/elizaos/eliza/issues/40) -- Telegram Improvements [\#35](https://github.com/elizaos/eliza/issues/35) -- Make sure app runs purely on char files, no process.env, and vice versa [\#30](https://github.com/elizaos/eliza/issues/30) -- Image Generation [\#22](https://github.com/elizaos/eliza/issues/22) -- Telegram Bot [\#21](https://github.com/elizaos/eliza/issues/21) -- Multi-model abstraction [\#19](https://github.com/elizaos/eliza/issues/19) -- updates to order book and trust score, virtual confidence, last active, decay score, validation trust, multiple recommenders [\#175](https://github.com/elizaos/eliza/pull/175) ([MarcoMandar](https://github.com/MarcoMandar)) -- Trustscore, token-performance, token performance simulation [\#101](https://github.com/elizaos/eliza/pull/101) ([MarcoMandar](https://github.com/MarcoMandar)) +- Set Port Number in Env to Run Multiple Instances [\#156](https://github.com/elizaOS/eliza/issues/156) +- Renovate bot for automated updates on dependencies [\#58](https://github.com/elizaOS/eliza/issues/58) +- How to chat directly with agent [\#40](https://github.com/elizaOS/eliza/issues/40) +- Telegram Improvements [\#35](https://github.com/elizaOS/eliza/issues/35) +- Make sure app runs purely on char files, no process.env, and vice versa [\#30](https://github.com/elizaOS/eliza/issues/30) +- Image Generation [\#22](https://github.com/elizaOS/eliza/issues/22) +- Telegram Bot [\#21](https://github.com/elizaOS/eliza/issues/21) +- Multi-model abstraction [\#19](https://github.com/elizaOS/eliza/issues/19) +- updates to order book and trust score, virtual confidence, last active, decay score, validation trust, multiple recommenders [\#175](https://github.com/elizaOS/eliza/pull/175) ([MarcoMandar](https://github.com/MarcoMandar)) +- Trustscore, token-performance, token performance simulation [\#101](https://github.com/elizaOS/eliza/pull/101) ([MarcoMandar](https://github.com/MarcoMandar)) **Fixed bugs:** -- TypeError: Cannot read properties of null \(reading 'queueTextCompletion'\) [\#168](https://github.com/elizaos/eliza/issues/168) -- TypeError: Promise.withResolvers is not a function [\#76](https://github.com/elizaos/eliza/issues/76) -- sqlite\_vss unsupported on win32-x64 [\#37](https://github.com/elizaos/eliza/issues/37) +- TypeError: Cannot read properties of null \(reading 'queueTextCompletion'\) [\#168](https://github.com/elizaOS/eliza/issues/168) +- TypeError: Promise.withResolvers is not a function [\#76](https://github.com/elizaOS/eliza/issues/76) +- sqlite\_vss unsupported on win32-x64 [\#37](https://github.com/elizaOS/eliza/issues/37) **Closed issues:** -- Make sure 100% works with local models [\#69](https://github.com/elizaos/eliza/issues/69) -- shouldRespond handler for twitter interactions [\#68](https://github.com/elizaos/eliza/issues/68) -- docs [\#34](https://github.com/elizaos/eliza/issues/34) +- Make sure 100% works with local models [\#69](https://github.com/elizaOS/eliza/issues/69) +- shouldRespond handler for twitter interactions [\#68](https://github.com/elizaOS/eliza/issues/68) +- docs [\#34](https://github.com/elizaOS/eliza/issues/34) **Merged pull requests:** -- 181 generate changelog [\#182](https://github.com/elizaos/eliza/pull/182) ([sirkitree](https://github.com/sirkitree)) -- server port in env [\#179](https://github.com/elizaos/eliza/pull/179) ([alextitonis](https://github.com/alextitonis)) -- prettier log setup, minor cleanups [\#177](https://github.com/elizaos/eliza/pull/177) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- postgres updates [\#173](https://github.com/elizaos/eliza/pull/173) ([minghinmatthewlam](https://github.com/minghinmatthewlam)) -- adjusting test setup and adding a basic test [\#172](https://github.com/elizaos/eliza/pull/172) ([sirkitree](https://github.com/sirkitree)) -- feat: Shorten response verbosity [\#170](https://github.com/elizaos/eliza/pull/170) ([bigsky77](https://github.com/bigsky77)) -- clean up index [\#163](https://github.com/elizaos/eliza/pull/163) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Import work and cleanup [\#162](https://github.com/elizaos/eliza/pull/162) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- type export structure [\#160](https://github.com/elizaos/eliza/pull/160) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- Update ci.yaml [\#155](https://github.com/elizaos/eliza/pull/155) ([sirkitree](https://github.com/sirkitree)) -- Create pull\_request\_template.md [\#154](https://github.com/elizaos/eliza/pull/154) ([sirkitree](https://github.com/sirkitree)) -- fixed issue with openai [\#153](https://github.com/elizaos/eliza/pull/153) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- update docs [\#152](https://github.com/elizaos/eliza/pull/152) ([madjin](https://github.com/madjin)) -- fix name of ImageGeneration.ts [\#151](https://github.com/elizaos/eliza/pull/151) ([twilwa](https://github.com/twilwa)) -- Feat/mono [\#150](https://github.com/elizaos/eliza/pull/150) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) -- update docs [\#149](https://github.com/elizaos/eliza/pull/149) ([madjin](https://github.com/madjin)) -- Dependency update testing [\#147](https://github.com/elizaos/eliza/pull/147) ([sirkitree](https://github.com/sirkitree)) -- chore\(deps\): Upgrade uuid to v11 and TypeScript to v8 [\#143](https://github.com/elizaos/eliza/pull/143) ([5c0](https://github.com/5c0)) -- fix\(deps\): update dependency uuid to v11 [\#142](https://github.com/elizaos/eliza/pull/142) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update typescript and related to v8 \(major\) [\#141](https://github.com/elizaos/eliza/pull/141) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update eslint and formatting \(major\) [\#139](https://github.com/elizaos/eliza/pull/139) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency typedoc-plugin-markdown to v4 [\#138](https://github.com/elizaos/eliza/pull/138) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency rimraf to v6 - autoclosed [\#137](https://github.com/elizaos/eliza/pull/137) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency npm-run-all2 to v7 [\#136](https://github.com/elizaos/eliza/pull/136) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency itty-router to v5 [\#135](https://github.com/elizaos/eliza/pull/135) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency docusaurus-plugin-typedoc to v1 [\#134](https://github.com/elizaos/eliza/pull/134) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency @types/node to v22 [\#133](https://github.com/elizaos/eliza/pull/133) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency @types/jest to v29 [\#132](https://github.com/elizaos/eliza/pull/132) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update react monorepo to v18.3.1 [\#131](https://github.com/elizaos/eliza/pull/131) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update docusaurus monorepo to v3.5.2 [\#130](https://github.com/elizaos/eliza/pull/130) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency sql.js to v1.12.0 [\#129](https://github.com/elizaos/eliza/pull/129) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency react-router-dom to v6.27.0 [\#128](https://github.com/elizaos/eliza/pull/128) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency prism-react-renderer to v2.4.0 [\#127](https://github.com/elizaos/eliza/pull/127) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency playwright to v1.48.2 [\#126](https://github.com/elizaos/eliza/pull/126) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency pdfjs-dist to v4.7.76 [\#125](https://github.com/elizaos/eliza/pull/125) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency onnxruntime-node to v1.20.0 - autoclosed [\#124](https://github.com/elizaos/eliza/pull/124) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency node-llama-cpp to v3.1.1 [\#123](https://github.com/elizaos/eliza/pull/123) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency jieba-wasm to v2.2.0 [\#122](https://github.com/elizaos/eliza/pull/122) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency figlet to v1.8.0 [\#121](https://github.com/elizaos/eliza/pull/121) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency better-sqlite3 to v11.5.0 [\#120](https://github.com/elizaos/eliza/pull/120) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @supabase/supabase-js to v2.46.1 [\#119](https://github.com/elizaos/eliza/pull/119) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @mdx-js/react to v3.1.0 [\#118](https://github.com/elizaos/eliza/pull/118) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @echogarden/speex-resampler-wasm to v0.2.1 [\#117](https://github.com/elizaos/eliza/pull/117) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @echogarden/kissfft-wasm to v0.2.0 [\#116](https://github.com/elizaos/eliza/pull/116) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @echogarden/espeak-ng-emscripten to v0.3.0 [\#115](https://github.com/elizaos/eliza/pull/115) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @cliqz/adblocker-playwright to v1.34.0 [\#114](https://github.com/elizaos/eliza/pull/114) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): pin dependencies [\#113](https://github.com/elizaos/eliza/pull/113) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency @rollup/plugin-terser to v0.4.4 [\#112](https://github.com/elizaos/eliza/pull/112) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency wrangler to v3.84.0 [\#111](https://github.com/elizaos/eliza/pull/111) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency typedoc to v0.26.10 [\#110](https://github.com/elizaos/eliza/pull/110) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency @types/node to v20.17.3 [\#109](https://github.com/elizaos/eliza/pull/109) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency socket.io to v4.8.1 [\#108](https://github.com/elizaos/eliza/pull/108) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency nodemon to v3.1.7 [\#107](https://github.com/elizaos/eliza/pull/107) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency clsx to v2.1.1 [\#106](https://github.com/elizaos/eliza/pull/106) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency @diffusionstudio/vits-web to v1.0.3 [\#105](https://github.com/elizaos/eliza/pull/105) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency npm-run-all2 to v5.0.2 [\#104](https://github.com/elizaos/eliza/pull/104) ([renovate[bot]](https://github.com/apps/renovate)) -- Postgres DB Adapter [\#102](https://github.com/elizaos/eliza/pull/102) ([leomercier](https://github.com/leomercier)) -- chore\(deps\): update dependency @types/fluent-ffmpeg to v2.1.27 [\#100](https://github.com/elizaos/eliza/pull/100) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): pin dependency socket.io to 4.8.0 [\#99](https://github.com/elizaos/eliza/pull/99) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): pin dependencies [\#98](https://github.com/elizaos/eliza/pull/98) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency discord.js to v14.16.3 [\#97](https://github.com/elizaos/eliza/pull/97) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency eslint to v8.57.1 [\#96](https://github.com/elizaos/eliza/pull/96) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): pin dependencies [\#94](https://github.com/elizaos/eliza/pull/94) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): pin dependencies [\#93](https://github.com/elizaos/eliza/pull/93) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): pin dependencies [\#90](https://github.com/elizaos/eliza/pull/90) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency tslib to v2.8.0 [\#89](https://github.com/elizaos/eliza/pull/89) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): pin dependencies [\#88](https://github.com/elizaos/eliza/pull/88) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): pin dependencies [\#87](https://github.com/elizaos/eliza/pull/87) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): pin dependencies [\#86](https://github.com/elizaos/eliza/pull/86) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update rollup and plugins [\#85](https://github.com/elizaos/eliza/pull/85) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): pin dependencies [\#84](https://github.com/elizaos/eliza/pull/84) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): pin dependencies [\#83](https://github.com/elizaos/eliza/pull/83) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): replace dependency npm-run-all with npm-run-all2 5.0.0 [\#82](https://github.com/elizaos/eliza/pull/82) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(config\): migrate renovate config [\#80](https://github.com/elizaos/eliza/pull/80) ([renovate[bot]](https://github.com/apps/renovate)) -- fix\(deps\): update dependency pdfjs-dist to v4.2.67 \[security\] [\#78](https://github.com/elizaos/eliza/pull/78) ([renovate[bot]](https://github.com/apps/renovate)) -- chore\(deps\): update dependency rollup to v2.79.2 \[security\] [\#77](https://github.com/elizaos/eliza/pull/77) ([renovate[bot]](https://github.com/apps/renovate)) -- Model provider abstraction [\#74](https://github.com/elizaos/eliza/pull/74) ([lalalune](https://github.com/lalalune)) -- Image gen [\#44](https://github.com/elizaos/eliza/pull/44) ([alextitonis](https://github.com/alextitonis)) - -## [v0.0.1](https://github.com/elizaos/eliza/tree/v0.0.1) (2024-10-29) - -[Full Changelog](https://github.com/elizaos/eliza/compare/e5a15663d7d083f4c9b82634a0696b80b9ecd0b2...v0.0.1) +- 181 generate changelog [\#182](https://github.com/elizaOS/eliza/pull/182) ([sirkitree](https://github.com/sirkitree)) +- server port in env [\#179](https://github.com/elizaOS/eliza/pull/179) ([alextitonis](https://github.com/alextitonis)) +- prettier log setup, minor cleanups [\#177](https://github.com/elizaOS/eliza/pull/177) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- postgres updates [\#173](https://github.com/elizaOS/eliza/pull/173) ([minghinmatthewlam](https://github.com/minghinmatthewlam)) +- adjusting test setup and adding a basic test [\#172](https://github.com/elizaOS/eliza/pull/172) ([sirkitree](https://github.com/sirkitree)) +- feat: Shorten response verbosity [\#170](https://github.com/elizaOS/eliza/pull/170) ([bigsky77](https://github.com/bigsky77)) +- clean up index [\#163](https://github.com/elizaOS/eliza/pull/163) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Import work and cleanup [\#162](https://github.com/elizaOS/eliza/pull/162) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- type export structure [\#160](https://github.com/elizaOS/eliza/pull/160) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- Update ci.yaml [\#155](https://github.com/elizaOS/eliza/pull/155) ([sirkitree](https://github.com/sirkitree)) +- Create pull\_request\_template.md [\#154](https://github.com/elizaOS/eliza/pull/154) ([sirkitree](https://github.com/sirkitree)) +- fixed issue with openai [\#153](https://github.com/elizaOS/eliza/pull/153) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- update docs [\#152](https://github.com/elizaOS/eliza/pull/152) ([madjin](https://github.com/madjin)) +- fix name of ImageGeneration.ts [\#151](https://github.com/elizaOS/eliza/pull/151) ([twilwa](https://github.com/twilwa)) +- Feat/mono [\#150](https://github.com/elizaOS/eliza/pull/150) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) +- update docs [\#149](https://github.com/elizaOS/eliza/pull/149) ([madjin](https://github.com/madjin)) +- Dependency update testing [\#147](https://github.com/elizaOS/eliza/pull/147) ([sirkitree](https://github.com/sirkitree)) +- chore\(deps\): Upgrade uuid to v11 and TypeScript to v8 [\#143](https://github.com/elizaOS/eliza/pull/143) ([5c0](https://github.com/5c0)) +- fix\(deps\): update dependency uuid to v11 [\#142](https://github.com/elizaOS/eliza/pull/142) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update typescript and related to v8 \(major\) [\#141](https://github.com/elizaOS/eliza/pull/141) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update eslint and formatting \(major\) [\#139](https://github.com/elizaOS/eliza/pull/139) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency typedoc-plugin-markdown to v4 [\#138](https://github.com/elizaOS/eliza/pull/138) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency rimraf to v6 - autoclosed [\#137](https://github.com/elizaOS/eliza/pull/137) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency npm-run-all2 to v7 [\#136](https://github.com/elizaOS/eliza/pull/136) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency itty-router to v5 [\#135](https://github.com/elizaOS/eliza/pull/135) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency docusaurus-plugin-typedoc to v1 [\#134](https://github.com/elizaOS/eliza/pull/134) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency @types/node to v22 [\#133](https://github.com/elizaOS/eliza/pull/133) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency @types/jest to v29 [\#132](https://github.com/elizaOS/eliza/pull/132) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update react monorepo to v18.3.1 [\#131](https://github.com/elizaOS/eliza/pull/131) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update docusaurus monorepo to v3.5.2 [\#130](https://github.com/elizaOS/eliza/pull/130) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency sql.js to v1.12.0 [\#129](https://github.com/elizaOS/eliza/pull/129) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency react-router-dom to v6.27.0 [\#128](https://github.com/elizaOS/eliza/pull/128) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency prism-react-renderer to v2.4.0 [\#127](https://github.com/elizaOS/eliza/pull/127) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency playwright to v1.48.2 [\#126](https://github.com/elizaOS/eliza/pull/126) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency pdfjs-dist to v4.7.76 [\#125](https://github.com/elizaOS/eliza/pull/125) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency onnxruntime-node to v1.20.0 - autoclosed [\#124](https://github.com/elizaOS/eliza/pull/124) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency node-llama-cpp to v3.1.1 [\#123](https://github.com/elizaOS/eliza/pull/123) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency jieba-wasm to v2.2.0 [\#122](https://github.com/elizaOS/eliza/pull/122) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency figlet to v1.8.0 [\#121](https://github.com/elizaOS/eliza/pull/121) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency better-sqlite3 to v11.5.0 [\#120](https://github.com/elizaOS/eliza/pull/120) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @supabase/supabase-js to v2.46.1 [\#119](https://github.com/elizaOS/eliza/pull/119) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @mdx-js/react to v3.1.0 [\#118](https://github.com/elizaOS/eliza/pull/118) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @echogarden/speex-resampler-wasm to v0.2.1 [\#117](https://github.com/elizaOS/eliza/pull/117) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @echogarden/kissfft-wasm to v0.2.0 [\#116](https://github.com/elizaOS/eliza/pull/116) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @echogarden/espeak-ng-emscripten to v0.3.0 [\#115](https://github.com/elizaOS/eliza/pull/115) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @cliqz/adblocker-playwright to v1.34.0 [\#114](https://github.com/elizaOS/eliza/pull/114) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): pin dependencies [\#113](https://github.com/elizaOS/eliza/pull/113) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency @rollup/plugin-terser to v0.4.4 [\#112](https://github.com/elizaOS/eliza/pull/112) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency wrangler to v3.84.0 [\#111](https://github.com/elizaOS/eliza/pull/111) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency typedoc to v0.26.10 [\#110](https://github.com/elizaOS/eliza/pull/110) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency @types/node to v20.17.3 [\#109](https://github.com/elizaOS/eliza/pull/109) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency socket.io to v4.8.1 [\#108](https://github.com/elizaOS/eliza/pull/108) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency nodemon to v3.1.7 [\#107](https://github.com/elizaOS/eliza/pull/107) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency clsx to v2.1.1 [\#106](https://github.com/elizaOS/eliza/pull/106) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency @diffusionstudio/vits-web to v1.0.3 [\#105](https://github.com/elizaOS/eliza/pull/105) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency npm-run-all2 to v5.0.2 [\#104](https://github.com/elizaOS/eliza/pull/104) ([renovate[bot]](https://github.com/apps/renovate)) +- Postgres DB Adapter [\#102](https://github.com/elizaOS/eliza/pull/102) ([leomercier](https://github.com/leomercier)) +- chore\(deps\): update dependency @types/fluent-ffmpeg to v2.1.27 [\#100](https://github.com/elizaOS/eliza/pull/100) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): pin dependency socket.io to 4.8.0 [\#99](https://github.com/elizaOS/eliza/pull/99) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): pin dependencies [\#98](https://github.com/elizaOS/eliza/pull/98) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency discord.js to v14.16.3 [\#97](https://github.com/elizaOS/eliza/pull/97) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency eslint to v8.57.1 [\#96](https://github.com/elizaOS/eliza/pull/96) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): pin dependencies [\#94](https://github.com/elizaOS/eliza/pull/94) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): pin dependencies [\#93](https://github.com/elizaOS/eliza/pull/93) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): pin dependencies [\#90](https://github.com/elizaOS/eliza/pull/90) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency tslib to v2.8.0 [\#89](https://github.com/elizaOS/eliza/pull/89) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): pin dependencies [\#88](https://github.com/elizaOS/eliza/pull/88) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): pin dependencies [\#87](https://github.com/elizaOS/eliza/pull/87) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): pin dependencies [\#86](https://github.com/elizaOS/eliza/pull/86) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update rollup and plugins [\#85](https://github.com/elizaOS/eliza/pull/85) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): pin dependencies [\#84](https://github.com/elizaOS/eliza/pull/84) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): pin dependencies [\#83](https://github.com/elizaOS/eliza/pull/83) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): replace dependency npm-run-all with npm-run-all2 5.0.0 [\#82](https://github.com/elizaOS/eliza/pull/82) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(config\): migrate renovate config [\#80](https://github.com/elizaOS/eliza/pull/80) ([renovate[bot]](https://github.com/apps/renovate)) +- fix\(deps\): update dependency pdfjs-dist to v4.2.67 \[security\] [\#78](https://github.com/elizaOS/eliza/pull/78) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency rollup to v2.79.2 \[security\] [\#77](https://github.com/elizaOS/eliza/pull/77) ([renovate[bot]](https://github.com/apps/renovate)) +- Model provider abstraction [\#74](https://github.com/elizaOS/eliza/pull/74) ([lalalune](https://github.com/lalalune)) +- Image gen [\#44](https://github.com/elizaOS/eliza/pull/44) ([alextitonis](https://github.com/alextitonis)) + +## [v0.0.1](https://github.com/elizaOS/eliza/tree/v0.0.1) (2024-10-29) + +[Full Changelog](https://github.com/elizaOS/eliza/compare/e5a15663d7d083f4c9b82634a0696b80b9ecd0b2...v0.0.1) **Closed issues:** -- cleanup remnants of sqlite\_vss [\#66](https://github.com/elizaos/eliza/issues/66) -- Create issue templates [\#61](https://github.com/elizaos/eliza/issues/61) -- Contributing [\#45](https://github.com/elizaos/eliza/issues/45) -- How to specify a character file [\#39](https://github.com/elizaos/eliza/issues/39) -- Easy switching between openai and llama [\#15](https://github.com/elizaos/eliza/issues/15) -- Get image media from Discord and describe it [\#14](https://github.com/elizaos/eliza/issues/14) -- Summarize links from Discord and Twitter [\#13](https://github.com/elizaos/eliza/issues/13) -- Get image media from tweets and describe it [\#11](https://github.com/elizaos/eliza/issues/11) -- Feed Twitter Client [\#10](https://github.com/elizaos/eliza/issues/10) -- Replace Elevenlabs with faster TTS [\#6](https://github.com/elizaos/eliza/issues/6) -- Integrate Moondream into Twitter and Discord [\#5](https://github.com/elizaos/eliza/issues/5) -- Replace GPT-3.5 with Node Llama3 [\#3](https://github.com/elizaos/eliza/issues/3) -- Replace OpenAI Whisper with Whisper Turbo [\#2](https://github.com/elizaos/eliza/issues/2) -- Integrate agent-twitter-client [\#1](https://github.com/elizaos/eliza/issues/1) +- cleanup remnants of sqlite\_vss [\#66](https://github.com/elizaOS/eliza/issues/66) +- Create issue templates [\#61](https://github.com/elizaOS/eliza/issues/61) +- Contributing [\#45](https://github.com/elizaOS/eliza/issues/45) +- How to specify a character file [\#39](https://github.com/elizaOS/eliza/issues/39) +- Easy switching between openai and llama [\#15](https://github.com/elizaOS/eliza/issues/15) +- Get image media from Discord and describe it [\#14](https://github.com/elizaOS/eliza/issues/14) +- Summarize links from Discord and Twitter [\#13](https://github.com/elizaOS/eliza/issues/13) +- Get image media from tweets and describe it [\#11](https://github.com/elizaOS/eliza/issues/11) +- Feed Twitter Client [\#10](https://github.com/elizaOS/eliza/issues/10) +- Replace Elevenlabs with faster TTS [\#6](https://github.com/elizaOS/eliza/issues/6) +- Integrate Moondream into Twitter and Discord [\#5](https://github.com/elizaOS/eliza/issues/5) +- Replace GPT-3.5 with Node Llama3 [\#3](https://github.com/elizaOS/eliza/issues/3) +- Replace OpenAI Whisper with Whisper Turbo [\#2](https://github.com/elizaOS/eliza/issues/2) +- Integrate agent-twitter-client [\#1](https://github.com/elizaOS/eliza/issues/1) **Merged pull requests:** -- chore: fix typo [\#71](https://github.com/elizaos/eliza/pull/71) ([eltociear](https://github.com/eltociear)) -- cleanup from \#60, resolves \#66 [\#67](https://github.com/elizaos/eliza/pull/67) ([sirkitree](https://github.com/sirkitree)) -- Telegram Integration with shouldRespond handler + image recognition [\#65](https://github.com/elizaos/eliza/pull/65) ([dreaminglucid](https://github.com/dreaminglucid)) -- Initial commit for adding Renovate autoupdater. [\#63](https://github.com/elizaos/eliza/pull/63) ([mrdavidburns](https://github.com/mrdavidburns)) -- adding github issue templates [\#62](https://github.com/elizaos/eliza/pull/62) ([sirkitree](https://github.com/sirkitree)) -- sqlite\_vss issue [\#60](https://github.com/elizaos/eliza/pull/60) ([MarcoMandar](https://github.com/MarcoMandar)) -- Clarifying instructions to run locally [\#59](https://github.com/elizaos/eliza/pull/59) ([ferric-sol](https://github.com/ferric-sol)) -- corrected node-llama-cpp command [\#57](https://github.com/elizaos/eliza/pull/57) ([Honkware](https://github.com/Honkware)) -- Adding a CONTRIBUTING.md [\#46](https://github.com/elizaos/eliza/pull/46) ([sirkitree](https://github.com/sirkitree)) -- pumpfun [\#43](https://github.com/elizaos/eliza/pull/43) ([MarcoMandar](https://github.com/MarcoMandar)) -- provide a way to chat directly with the agent via the command line [\#42](https://github.com/elizaos/eliza/pull/42) ([sirkitree](https://github.com/sirkitree)) -- Update README.md [\#41](https://github.com/elizaos/eliza/pull/41) ([sirkitree](https://github.com/sirkitree)) -- Update README.md [\#36](https://github.com/elizaos/eliza/pull/36) ([wahndo](https://github.com/wahndo)) -- Telegram [\#31](https://github.com/elizaos/eliza/pull/31) ([lalalune](https://github.com/lalalune)) -- token provider [\#24](https://github.com/elizaos/eliza/pull/24) ([MarcoMandar](https://github.com/MarcoMandar)) -- minor fixes to base.ts and llama.ts, resolved missing package.json im… [\#20](https://github.com/elizaos/eliza/pull/20) ([twilwa](https://github.com/twilwa)) -- More twitter upgrades and refactoring [\#18](https://github.com/elizaos/eliza/pull/18) ([lalalune](https://github.com/lalalune)) -- Refactor, Plumbing, Twitter Agent [\#17](https://github.com/elizaos/eliza/pull/17) ([lalalune](https://github.com/lalalune)) -- Integrate Moondream into Twitter and Discord [\#16](https://github.com/elizaos/eliza/pull/16) ([vladkashka56](https://github.com/vladkashka56)) -- New Twitter Client [\#8](https://github.com/elizaos/eliza/pull/8) ([lalalune](https://github.com/lalalune)) +- chore: fix typo [\#71](https://github.com/elizaOS/eliza/pull/71) ([eltociear](https://github.com/eltociear)) +- cleanup from \#60, resolves \#66 [\#67](https://github.com/elizaOS/eliza/pull/67) ([sirkitree](https://github.com/sirkitree)) +- Telegram Integration with shouldRespond handler + image recognition [\#65](https://github.com/elizaOS/eliza/pull/65) ([dreaminglucid](https://github.com/dreaminglucid)) +- Initial commit for adding Renovate autoupdater. [\#63](https://github.com/elizaOS/eliza/pull/63) ([mrdavidburns](https://github.com/mrdavidburns)) +- adding github issue templates [\#62](https://github.com/elizaOS/eliza/pull/62) ([sirkitree](https://github.com/sirkitree)) +- sqlite\_vss issue [\#60](https://github.com/elizaOS/eliza/pull/60) ([MarcoMandar](https://github.com/MarcoMandar)) +- Clarifying instructions to run locally [\#59](https://github.com/elizaOS/eliza/pull/59) ([ferric-sol](https://github.com/ferric-sol)) +- corrected node-llama-cpp command [\#57](https://github.com/elizaOS/eliza/pull/57) ([Honkware](https://github.com/Honkware)) +- Adding a CONTRIBUTING.md [\#46](https://github.com/elizaOS/eliza/pull/46) ([sirkitree](https://github.com/sirkitree)) +- pumpfun [\#43](https://github.com/elizaOS/eliza/pull/43) ([MarcoMandar](https://github.com/MarcoMandar)) +- provide a way to chat directly with the agent via the command line [\#42](https://github.com/elizaOS/eliza/pull/42) ([sirkitree](https://github.com/sirkitree)) +- Update README.md [\#41](https://github.com/elizaOS/eliza/pull/41) ([sirkitree](https://github.com/sirkitree)) +- Update README.md [\#36](https://github.com/elizaOS/eliza/pull/36) ([wahndo](https://github.com/wahndo)) +- Telegram [\#31](https://github.com/elizaOS/eliza/pull/31) ([lalalune](https://github.com/lalalune)) +- token provider [\#24](https://github.com/elizaOS/eliza/pull/24) ([MarcoMandar](https://github.com/MarcoMandar)) +- minor fixes to base.ts and llama.ts, resolved missing package.json im… [\#20](https://github.com/elizaOS/eliza/pull/20) ([twilwa](https://github.com/twilwa)) +- More twitter upgrades and refactoring [\#18](https://github.com/elizaOS/eliza/pull/18) ([lalalune](https://github.com/lalalune)) +- Refactor, Plumbing, Twitter Agent [\#17](https://github.com/elizaOS/eliza/pull/17) ([lalalune](https://github.com/lalalune)) +- Integrate Moondream into Twitter and Discord [\#16](https://github.com/elizaOS/eliza/pull/16) ([vladkashka56](https://github.com/vladkashka56)) +- New Twitter Client [\#8](https://github.com/elizaOS/eliza/pull/8) ([lalalune](https://github.com/lalalune)) From 27fea7888427ce3be553dd1c3cc592d1425b0f4c Mon Sep 17 00:00:00 2001 From: Shakker Nerd Date: Sun, 22 Dec 2024 06:58:39 +0000 Subject: [PATCH 3/4] chore: bump version to v.0.1.7-alpha.1 --- agent/package.json | 120 ++++++------ client/package.json | 90 ++++----- docs/package.json | 2 +- lerna.json | 2 +- packages/adapter-postgres/package.json | 36 ++-- packages/adapter-redis/package.json | 42 ++--- packages/adapter-sqlite/package.json | 44 ++--- packages/adapter-sqljs/package.json | 44 ++--- packages/adapter-supabase/package.json | 40 ++-- packages/client-auto/package.json | 50 ++--- packages/client-direct/package.json | 56 +++--- packages/client-discord/package.json | 62 +++---- packages/client-farcaster/package.json | 32 ++-- packages/client-github/package.json | 42 ++--- packages/client-lens/package.json | 44 ++--- packages/client-slack/package.json | 86 ++++----- packages/client-telegram/package.json | 38 ++-- packages/client-twitter/package.json | 44 ++--- packages/core/package.json | 154 ++++++++-------- packages/create-eliza-app/package.json | 2 +- packages/plugin-0g/package.json | 32 ++-- packages/plugin-aptos/package.json | 48 ++--- packages/plugin-bootstrap/package.json | 34 ++-- packages/plugin-coinbase/package.json | 44 ++--- packages/plugin-conflux/package.json | 26 +-- packages/plugin-echochambers/package.json | 26 +-- packages/plugin-evm/package.json | 44 ++--- packages/plugin-flow/package.json | 68 +++---- packages/plugin-goat/package.json | 42 ++--- packages/plugin-icp/package.json | 44 ++--- packages/plugin-image-generation/package.json | 34 ++-- packages/plugin-intiface/package.json | 38 ++-- packages/plugin-multiversx/package.json | 48 ++--- packages/plugin-near/package.json | 46 ++--- packages/plugin-nft-generation/package.json | 56 +++--- packages/plugin-node/package.json | 174 +++++++++--------- packages/plugin-solana/package.json | 62 +++---- packages/plugin-starknet/package.json | 50 ++--- packages/plugin-story/package.json | 48 ++--- packages/plugin-sui/package.json | 48 ++--- packages/plugin-tee/package.json | 52 +++--- packages/plugin-ton/package.json | 46 ++--- packages/plugin-trustdb/package.json | 50 ++--- packages/plugin-video-generation/package.json | 34 ++-- packages/plugin-web-search/package.json | 32 ++-- packages/plugin-whatsapp/package.json | 48 ++--- packages/plugin-zksync-era/package.json | 36 ++-- 47 files changed, 1170 insertions(+), 1170 deletions(-) diff --git a/agent/package.json b/agent/package.json index e2763f99c81..91a900d6006 100644 --- a/agent/package.json +++ b/agent/package.json @@ -1,62 +1,62 @@ { - "name": "@elizaos/agent", - "version": "0.1.6", - "main": "src/index.ts", - "type": "module", - "scripts": { - "start": "node --loader ts-node/esm src/index.ts", - "dev": "node --loader ts-node/esm src/index.ts", - "check-types": "tsc --noEmit" - }, - "nodemonConfig": { - "watch": [ - "src", - "../core/dist" - ], - "ext": "ts,json", - "exec": "node --enable-source-maps --loader ts-node/esm src/index.ts" - }, - "dependencies": { - "@elizaos/adapter-postgres": "workspace:*", - "@elizaos/adapter-redis": "workspace:*", - "@elizaos/adapter-sqlite": "workspace:*", - "@elizaos/client-auto": "workspace:*", - "@elizaos/client-direct": "workspace:*", - "@elizaos/client-discord": "workspace:*", - "@elizaos/client-farcaster": "workspace:*", - "@elizaos/client-lens": "workspace:*", - "@elizaos/client-telegram": "workspace:*", - "@elizaos/client-twitter": "workspace:*", - "@elizaos/client-slack": "workspace:*", - "@elizaos/core": "workspace:*", - "@elizaos/plugin-0g": "workspace:*", - "@elizaos/plugin-aptos": "workspace:*", - "@elizaos/plugin-bootstrap": "workspace:*", - "@elizaos/plugin-intiface": "workspace:*", - "@elizaos/plugin-coinbase": "workspace:*", - "@elizaos/plugin-conflux": "workspace:*", - "@elizaos/plugin-evm": "workspace:*", - "@elizaos/plugin-flow": "workspace:*", - "@elizaos/plugin-story": "workspace:*", - "@elizaos/plugin-goat": "workspace:*", - "@elizaos/plugin-icp": "workspace:*", - "@elizaos/plugin-image-generation": "workspace:*", - "@elizaos/plugin-nft-generation": "workspace:*", - "@elizaos/plugin-node": "workspace:*", - "@elizaos/plugin-solana": "workspace:*", - "@elizaos/plugin-starknet": "workspace:*", - "@elizaos/plugin-ton": "workspace:*", - "@elizaos/plugin-sui": "workspace:*", - "@elizaos/plugin-tee": "workspace:*", - "@elizaos/plugin-multiversx": "workspace:*", - "@elizaos/plugin-near": "workspace:*", - "@elizaos/plugin-zksync-era": "workspace:*", - "readline": "1.3.0", - "ws": "8.18.0", - "yargs": "17.7.2" - }, - "devDependencies": { - "ts-node": "10.9.2", - "tsup": "8.3.5" - } + "name": "@elizaos/agent", + "version": "0.1.7-alpha.1", + "main": "src/index.ts", + "type": "module", + "scripts": { + "start": "node --loader ts-node/esm src/index.ts", + "dev": "node --loader ts-node/esm src/index.ts", + "check-types": "tsc --noEmit" + }, + "nodemonConfig": { + "watch": [ + "src", + "../core/dist" + ], + "ext": "ts,json", + "exec": "node --enable-source-maps --loader ts-node/esm src/index.ts" + }, + "dependencies": { + "@elizaos/adapter-postgres": "workspace:*", + "@elizaos/adapter-redis": "workspace:*", + "@elizaos/adapter-sqlite": "workspace:*", + "@elizaos/client-auto": "workspace:*", + "@elizaos/client-direct": "workspace:*", + "@elizaos/client-discord": "workspace:*", + "@elizaos/client-farcaster": "workspace:*", + "@elizaos/client-lens": "workspace:*", + "@elizaos/client-telegram": "workspace:*", + "@elizaos/client-twitter": "workspace:*", + "@elizaos/client-slack": "workspace:*", + "@elizaos/core": "workspace:*", + "@elizaos/plugin-0g": "workspace:*", + "@elizaos/plugin-aptos": "workspace:*", + "@elizaos/plugin-bootstrap": "workspace:*", + "@elizaos/plugin-intiface": "workspace:*", + "@elizaos/plugin-coinbase": "workspace:*", + "@elizaos/plugin-conflux": "workspace:*", + "@elizaos/plugin-evm": "workspace:*", + "@elizaos/plugin-flow": "workspace:*", + "@elizaos/plugin-story": "workspace:*", + "@elizaos/plugin-goat": "workspace:*", + "@elizaos/plugin-icp": "workspace:*", + "@elizaos/plugin-image-generation": "workspace:*", + "@elizaos/plugin-nft-generation": "workspace:*", + "@elizaos/plugin-node": "workspace:*", + "@elizaos/plugin-solana": "workspace:*", + "@elizaos/plugin-starknet": "workspace:*", + "@elizaos/plugin-ton": "workspace:*", + "@elizaos/plugin-sui": "workspace:*", + "@elizaos/plugin-tee": "workspace:*", + "@elizaos/plugin-multiversx": "workspace:*", + "@elizaos/plugin-near": "workspace:*", + "@elizaos/plugin-zksync-era": "workspace:*", + "readline": "1.3.0", + "ws": "8.18.0", + "yargs": "17.7.2" + }, + "devDependencies": { + "ts-node": "10.9.2", + "tsup": "8.3.5" + } } diff --git a/client/package.json b/client/package.json index 977db2fc46f..a9ba6d8b019 100644 --- a/client/package.json +++ b/client/package.json @@ -1,47 +1,47 @@ { - "name": "eliza-client", - "private": true, - "version": "0.1.6", - "type": "module", - "scripts": { - "dev": "vite", - "build": "vite build", - "check-types": "tsc --noEmit", - "lint": "eslint .", - "preview": "vite preview" - }, - "dependencies": { - "@elizaos/core": "workspace:*", - "@radix-ui/react-dialog": "1.1.2", - "@radix-ui/react-separator": "1.1.0", - "@radix-ui/react-slot": "1.1.0", - "@radix-ui/react-tooltip": "1.1.4", - "@tanstack/react-query": "5.61.0", - "class-variance-authority": "0.7.1", - "clsx": "2.1.1", - "lucide-react": "0.460.0", - "react": "18.3.1", - "react-dom": "18.3.1", - "react-router-dom": "6.22.1", - "tailwind-merge": "2.5.5", - "tailwindcss-animate": "1.0.7", - "vite-plugin-top-level-await": "1.4.4", - "vite-plugin-wasm": "3.3.0" - }, - "devDependencies": { - "@eslint/js": "9.16.0", - "@types/node": "22.8.4", - "@types/react": "18.3.12", - "@types/react-dom": "18.3.1", - "@vitejs/plugin-react": "4.3.3", - "autoprefixer": "10.4.20", - "eslint-plugin-react-hooks": "5.0.0", - "eslint-plugin-react-refresh": "0.4.14", - "globals": "15.11.0", - "postcss": "8.4.49", - "tailwindcss": "3.4.15", - "typescript": "5.6.3", - "typescript-eslint": "8.11.0", - "vite": "link:@tanstack/router-plugin/vite" - } + "name": "eliza-client", + "private": true, + "version": "0.1.7-alpha.1", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "check-types": "tsc --noEmit", + "lint": "eslint .", + "preview": "vite preview" + }, + "dependencies": { + "@elizaos/core": "workspace:*", + "@radix-ui/react-dialog": "1.1.2", + "@radix-ui/react-separator": "1.1.0", + "@radix-ui/react-slot": "1.1.0", + "@radix-ui/react-tooltip": "1.1.4", + "@tanstack/react-query": "5.61.0", + "class-variance-authority": "0.7.1", + "clsx": "2.1.1", + "lucide-react": "0.460.0", + "react": "18.3.1", + "react-dom": "18.3.1", + "react-router-dom": "6.22.1", + "tailwind-merge": "2.5.5", + "tailwindcss-animate": "1.0.7", + "vite-plugin-top-level-await": "1.4.4", + "vite-plugin-wasm": "3.3.0" + }, + "devDependencies": { + "@eslint/js": "9.16.0", + "@types/node": "22.8.4", + "@types/react": "18.3.12", + "@types/react-dom": "18.3.1", + "@vitejs/plugin-react": "4.3.3", + "autoprefixer": "10.4.20", + "eslint-plugin-react-hooks": "5.0.0", + "eslint-plugin-react-refresh": "0.4.14", + "globals": "15.11.0", + "postcss": "8.4.49", + "tailwindcss": "3.4.15", + "typescript": "5.6.3", + "typescript-eslint": "8.11.0", + "vite": "link:@tanstack/router-plugin/vite" + } } diff --git a/docs/package.json b/docs/package.json index c6aac583d61..42e02115a3b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "eliza-docs", - "version": "0.1.6", + "version": "0.1.7-alpha.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/lerna.json b/lerna.json index 3ec3f22d6e1..d1853f8b752 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.6", + "version": "0.1.7-alpha.1", "packages": [ "packages/*", "docs", diff --git a/packages/adapter-postgres/package.json b/packages/adapter-postgres/package.json index 362dbe8912c..5cf207a0589 100644 --- a/packages/adapter-postgres/package.json +++ b/packages/adapter-postgres/package.json @@ -1,20 +1,20 @@ { - "name": "@elizaos/adapter-postgres", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@types/pg": "8.11.10", - "pg": "8.13.1" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - } + "name": "@elizaos/adapter-postgres", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@types/pg": "8.11.10", + "pg": "8.13.1" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + } } diff --git a/packages/adapter-redis/package.json b/packages/adapter-redis/package.json index 00bb89f9cb5..a2c3f326829 100644 --- a/packages/adapter-redis/package.json +++ b/packages/adapter-redis/package.json @@ -1,23 +1,23 @@ { - "name": "@elizaos/adapter-redis", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "ioredis": "5.4.2" - }, - "devDependencies": { - "@types/ioredis": "^5.0.0", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/adapter-redis", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "ioredis": "5.4.2" + }, + "devDependencies": { + "@types/ioredis": "^5.0.0", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/adapter-sqlite/package.json b/packages/adapter-sqlite/package.json index cf80e5327b1..f16a5647518 100644 --- a/packages/adapter-sqlite/package.json +++ b/packages/adapter-sqlite/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/adapter-sqlite", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@types/better-sqlite3": "7.6.12", - "better-sqlite3": "11.6.0", - "sqlite-vec": "0.1.6" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/adapter-sqlite", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@types/better-sqlite3": "7.6.12", + "better-sqlite3": "11.6.0", + "sqlite-vec": "0.1.6" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/adapter-sqljs/package.json b/packages/adapter-sqljs/package.json index 4013f347bfb..63cb3f4cc9c 100644 --- a/packages/adapter-sqljs/package.json +++ b/packages/adapter-sqljs/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/adapter-sqljs", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@types/sql.js": "1.4.9", - "sql.js": "1.12.0", - "uuid": "11.0.3" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/adapter-sqljs", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@types/sql.js": "1.4.9", + "sql.js": "1.12.0", + "uuid": "11.0.3" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/adapter-supabase/package.json b/packages/adapter-supabase/package.json index 794b9ca79e5..bde60061ed7 100644 --- a/packages/adapter-supabase/package.json +++ b/packages/adapter-supabase/package.json @@ -1,22 +1,22 @@ { - "name": "@elizaos/adapter-supabase", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@supabase/supabase-js": "2.46.2" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/adapter-supabase", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@supabase/supabase-js": "2.46.2" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/client-auto/package.json b/packages/client-auto/package.json index 74cfa5ddccb..ef0ae6e34b1 100644 --- a/packages/client-auto/package.json +++ b/packages/client-auto/package.json @@ -1,27 +1,27 @@ { - "name": "@elizaos/client-auto", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@types/body-parser": "1.19.5", - "@types/cors": "2.8.17", - "@types/express": "5.0.0", - "body-parser": "1.20.3", - "cors": "2.8.5", - "multer": "1.4.5-lts.1" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/client-auto", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@types/body-parser": "1.19.5", + "@types/cors": "2.8.17", + "@types/express": "5.0.0", + "body-parser": "1.20.3", + "cors": "2.8.5", + "multer": "1.4.5-lts.1" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/client-direct/package.json b/packages/client-direct/package.json index c2d4da803da..fe3f4c7afb0 100644 --- a/packages/client-direct/package.json +++ b/packages/client-direct/package.json @@ -1,30 +1,30 @@ { - "name": "@elizaos/client-direct", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-image-generation": "workspace:*", - "@types/body-parser": "1.19.5", - "@types/cors": "2.8.17", - "@types/express": "5.0.0", - "body-parser": "1.20.3", - "cors": "2.8.5", - "discord.js": "14.16.3", - "express": "4.21.1", - "multer": "1.4.5-lts.1" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/client-direct", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-image-generation": "workspace:*", + "@types/body-parser": "1.19.5", + "@types/cors": "2.8.17", + "@types/express": "5.0.0", + "body-parser": "1.20.3", + "cors": "2.8.5", + "discord.js": "14.16.3", + "express": "4.21.1", + "multer": "1.4.5-lts.1" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/client-discord/package.json b/packages/client-discord/package.json index 53063d6b0d4..be4ace088fa 100644 --- a/packages/client-discord/package.json +++ b/packages/client-discord/package.json @@ -1,33 +1,33 @@ { - "name": "@elizaos/client-discord", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-node": "workspace:*", - "@discordjs/opus": "github:discordjs/opus", - "@discordjs/rest": "2.4.0", - "@discordjs/voice": "0.17.0", - "discord.js": "14.16.3", - "libsodium-wrappers": "0.7.15", - "prism-media": "1.3.5", - "zod": "3.23.8" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "trustedDependencies": { - "@discordjs/opus": "github:discordjs/opus", - "@discordjs/voice": "0.17.0" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/client-discord", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-node": "workspace:*", + "@discordjs/opus": "github:discordjs/opus", + "@discordjs/rest": "2.4.0", + "@discordjs/voice": "0.17.0", + "discord.js": "14.16.3", + "libsodium-wrappers": "0.7.15", + "prism-media": "1.3.5", + "zod": "3.23.8" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "trustedDependencies": { + "@discordjs/opus": "github:discordjs/opus", + "@discordjs/voice": "0.17.0" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/client-farcaster/package.json b/packages/client-farcaster/package.json index ff8852424f3..205ae6ad7bd 100644 --- a/packages/client-farcaster/package.json +++ b/packages/client-farcaster/package.json @@ -1,18 +1,18 @@ { - "name": "@elizaos/client-farcaster", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@neynar/nodejs-sdk": "^2.0.3" - }, - "devDependencies": { - "tsup": "^8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - } + "name": "@elizaos/client-farcaster", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@neynar/nodejs-sdk": "^2.0.3" + }, + "devDependencies": { + "tsup": "^8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + } } diff --git a/packages/client-github/package.json b/packages/client-github/package.json index 0ae52d86a3d..1ada6c7ed27 100644 --- a/packages/client-github/package.json +++ b/packages/client-github/package.json @@ -1,23 +1,23 @@ { - "name": "@elizaos/client-github", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@octokit/rest": "20.1.1", - "@octokit/types": "12.6.0", - "glob": "10.4.5", - "simple-git": "3.27.0" - }, - "devDependencies": { - "@types/glob": "8.1.0", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - } + "name": "@elizaos/client-github", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@octokit/rest": "20.1.1", + "@octokit/types": "12.6.0", + "glob": "10.4.5", + "simple-git": "3.27.0" + }, + "devDependencies": { + "@types/glob": "8.1.0", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + } } diff --git a/packages/client-lens/package.json b/packages/client-lens/package.json index b9ac0ddf4be..8ab78c0443c 100644 --- a/packages/client-lens/package.json +++ b/packages/client-lens/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/client-lens", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@lens-protocol/client": "2.2.0", - "@lens-protocol/metadata": "1.2.0", - "axios": "^1.7.9", - "viem": "^2.13.8" - }, - "devDependencies": { - "tsup": "^8.3.5" - }, - "peerDependencies": { - "@elizaos/core": "workspace:*" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - } + "name": "@elizaos/client-lens", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@lens-protocol/client": "2.2.0", + "@lens-protocol/metadata": "1.2.0", + "axios": "^1.7.9", + "viem": "^2.13.8" + }, + "devDependencies": { + "tsup": "^8.3.5" + }, + "peerDependencies": { + "@elizaos/core": "workspace:*" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + } } diff --git a/packages/client-slack/package.json b/packages/client-slack/package.json index ea6125e5124..02d32728d85 100644 --- a/packages/client-slack/package.json +++ b/packages/client-slack/package.json @@ -1,45 +1,45 @@ { - "name": "@elizaos/client-slack", - "version": "0.1.6", - "description": "Slack client plugin for Eliza framework", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsup src/index.ts --format esm --dts", - "test": "jest", - "lint": "eslint --fix --cache .", - "clean": "rimraf dist", - "dev": "tsup src/index.ts --watch", - "example": "ts-node src/examples/standalone-example.ts", - "example:attachment": "ts-node src/examples/standalone-attachment.ts", - "example:summarize": "ts-node src/examples/standalone-summarize.ts", - "example:transcribe": "ts-node src/examples/standalone-transcribe.ts" - }, - "dependencies": { - "@elizaos/core": "workspace:*", - "@ffmpeg-installer/ffmpeg": "^1.1.0", - "@slack/events-api": "^3.0.1", - "@slack/web-api": "^6.8.1", - "body-parser": "^1.20.2", - "dotenv": "^16.0.3", - "express": "^4.18.2", - "fluent-ffmpeg": "^2.1.2", - "node-fetch": "^2.6.9" - }, - "devDependencies": { - "@types/express": "^4.17.21", - "@types/fluent-ffmpeg": "^2.1.24", - "@types/jest": "^29.5.0", - "@types/node": "^18.15.11", - "jest": "^29.5.0", - "rimraf": "^5.0.0", - "ts-jest": "^29.1.0", - "ts-node": "^10.9.1", - "tsup": "^8.3.5", - "typescript": "^5.0.0" - }, - "engines": { - "node": ">=14.0.0" - } + "name": "@elizaos/client-slack", + "version": "0.1.7-alpha.1", + "description": "Slack client plugin for Eliza framework", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "scripts": { + "build": "tsup src/index.ts --format esm --dts", + "test": "jest", + "lint": "eslint --fix --cache .", + "clean": "rimraf dist", + "dev": "tsup src/index.ts --watch", + "example": "ts-node src/examples/standalone-example.ts", + "example:attachment": "ts-node src/examples/standalone-attachment.ts", + "example:summarize": "ts-node src/examples/standalone-summarize.ts", + "example:transcribe": "ts-node src/examples/standalone-transcribe.ts" + }, + "dependencies": { + "@elizaos/core": "workspace:*", + "@ffmpeg-installer/ffmpeg": "^1.1.0", + "@slack/events-api": "^3.0.1", + "@slack/web-api": "^6.8.1", + "body-parser": "^1.20.2", + "dotenv": "^16.0.3", + "express": "^4.18.2", + "fluent-ffmpeg": "^2.1.2", + "node-fetch": "^2.6.9" + }, + "devDependencies": { + "@types/express": "^4.17.21", + "@types/fluent-ffmpeg": "^2.1.24", + "@types/jest": "^29.5.0", + "@types/node": "^18.15.11", + "jest": "^29.5.0", + "rimraf": "^5.0.0", + "ts-jest": "^29.1.0", + "ts-node": "^10.9.1", + "tsup": "^8.3.5", + "typescript": "^5.0.0" + }, + "engines": { + "node": ">=14.0.0" + } } diff --git a/packages/client-telegram/package.json b/packages/client-telegram/package.json index ade1f9191a1..bc4fb345153 100644 --- a/packages/client-telegram/package.json +++ b/packages/client-telegram/package.json @@ -1,21 +1,21 @@ { - "name": "@elizaos/client-telegram", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@telegraf/types": "7.1.0", - "telegraf": "4.16.3", - "zod": "3.23.8" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - } + "name": "@elizaos/client-telegram", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@telegraf/types": "7.1.0", + "telegraf": "4.16.3", + "zod": "3.23.8" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + } } diff --git a/packages/client-twitter/package.json b/packages/client-twitter/package.json index d27e22d4fba..367976bbdee 100644 --- a/packages/client-twitter/package.json +++ b/packages/client-twitter/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/client-twitter", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "agent-twitter-client": "0.0.17", - "glob": "11.0.0", - "zod": "3.23.8" - }, - "devDependencies": { - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/client-twitter", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "agent-twitter-client": "0.0.17", + "glob": "11.0.0", + "zod": "3.23.8" + }, + "devDependencies": { + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/core/package.json b/packages/core/package.json index d3e7a35831e..6d999cfd2d7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,79 +1,79 @@ { - "name": "@elizaos/core", - "version": "0.1.6", - "description": "", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsup --format esm --dts", - "lint": "eslint --fix --cache .", - "watch": "tsc --watch", - "dev": "tsup --format esm --dts --watch", - "build:docs": "cd docs && pnpm run build", - "test": "vitest run", - "test:coverage": "vitest run --coverage", - "test:watch": "vitest" - }, - "author": "", - "license": "MIT", - "devDependencies": { - "@eslint/js": "9.16.0", - "@rollup/plugin-commonjs": "25.0.8", - "@rollup/plugin-json": "6.1.0", - "@rollup/plugin-node-resolve": "15.3.0", - "@rollup/plugin-replace": "5.0.7", - "@rollup/plugin-terser": "0.1.0", - "@rollup/plugin-typescript": "11.1.6", - "@solana/web3.js": "1.95.8", - "@types/fluent-ffmpeg": "2.1.27", - "@types/jest": "29.5.14", - "@types/mocha": "10.0.10", - "@types/node": "22.8.4", - "@types/pdfjs-dist": "2.10.378", - "@types/tar": "6.1.13", - "@types/wav-encoder": "1.3.3", - "@typescript-eslint/eslint-plugin": "8.16.0", - "@typescript-eslint/parser": "8.16.0", - "@vitest/coverage-v8": "2.1.5", - "dotenv": "16.4.5", - "jest": "29.7.0", - "lint-staged": "15.2.10", - "nodemon": "3.1.7", - "pm2": "5.4.3", - "rimraf": "6.0.1", - "rollup": "2.79.2", - "ts-jest": "29.2.5", - "ts-node": "10.9.2", - "tslib": "2.8.1", - "tsup": "8.3.5", - "typescript": "5.6.3" - }, - "dependencies": { - "@ai-sdk/anthropic": "0.0.56", - "@ai-sdk/google": "0.0.55", - "@ai-sdk/google-vertex": "0.0.43", - "@ai-sdk/groq": "0.0.3", - "@ai-sdk/openai": "1.0.5", - "@anthropic-ai/sdk": "0.30.1", - "@fal-ai/client": "1.2.0", - "@types/uuid": "10.0.0", - "ai": "3.4.33", - "anthropic-vertex-ai": "1.0.2", - "fastembed": "1.14.1", - "fastestsmallesttextencoderdecoder": "1.0.22", - "gaxios": "6.7.1", - "glob": "11.0.0", - "handlebars": "^4.7.8", - "js-sha1": "0.7.0", - "js-tiktoken": "1.0.15", - "langchain": "0.3.6", - "ollama-ai-provider": "0.16.1", - "openai": "4.73.0", - "tinyld": "1.3.4", - "together-ai": "0.7.0", - "unique-names-generator": "4.7.1", - "uuid": "11.0.3", - "zod": "3.23.8" - } + "name": "@elizaos/core", + "version": "0.1.7-alpha.1", + "description": "", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "scripts": { + "build": "tsup --format esm --dts", + "lint": "eslint --fix --cache .", + "watch": "tsc --watch", + "dev": "tsup --format esm --dts --watch", + "build:docs": "cd docs && pnpm run build", + "test": "vitest run", + "test:coverage": "vitest run --coverage", + "test:watch": "vitest" + }, + "author": "", + "license": "MIT", + "devDependencies": { + "@eslint/js": "9.16.0", + "@rollup/plugin-commonjs": "25.0.8", + "@rollup/plugin-json": "6.1.0", + "@rollup/plugin-node-resolve": "15.3.0", + "@rollup/plugin-replace": "5.0.7", + "@rollup/plugin-terser": "0.1.0", + "@rollup/plugin-typescript": "11.1.6", + "@solana/web3.js": "1.95.8", + "@types/fluent-ffmpeg": "2.1.27", + "@types/jest": "29.5.14", + "@types/mocha": "10.0.10", + "@types/node": "22.8.4", + "@types/pdfjs-dist": "2.10.378", + "@types/tar": "6.1.13", + "@types/wav-encoder": "1.3.3", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", + "@vitest/coverage-v8": "2.1.5", + "dotenv": "16.4.5", + "jest": "29.7.0", + "lint-staged": "15.2.10", + "nodemon": "3.1.7", + "pm2": "5.4.3", + "rimraf": "6.0.1", + "rollup": "2.79.2", + "ts-jest": "29.2.5", + "ts-node": "10.9.2", + "tslib": "2.8.1", + "tsup": "8.3.5", + "typescript": "5.6.3" + }, + "dependencies": { + "@ai-sdk/anthropic": "0.0.56", + "@ai-sdk/google": "0.0.55", + "@ai-sdk/google-vertex": "0.0.43", + "@ai-sdk/groq": "0.0.3", + "@ai-sdk/openai": "1.0.5", + "@anthropic-ai/sdk": "0.30.1", + "@fal-ai/client": "1.2.0", + "@types/uuid": "10.0.0", + "ai": "3.4.33", + "anthropic-vertex-ai": "1.0.2", + "fastembed": "1.14.1", + "fastestsmallesttextencoderdecoder": "1.0.22", + "gaxios": "6.7.1", + "glob": "11.0.0", + "handlebars": "^4.7.8", + "js-sha1": "0.7.0", + "js-tiktoken": "1.0.15", + "langchain": "0.3.6", + "ollama-ai-provider": "0.16.1", + "openai": "4.73.0", + "tinyld": "1.3.4", + "together-ai": "0.7.0", + "unique-names-generator": "4.7.1", + "uuid": "11.0.3", + "zod": "3.23.8" + } } diff --git a/packages/create-eliza-app/package.json b/packages/create-eliza-app/package.json index 44bb7dcdf89..6df675bce47 100644 --- a/packages/create-eliza-app/package.json +++ b/packages/create-eliza-app/package.json @@ -1,6 +1,6 @@ { "name": "create-eliza-app", - "version": "0.1.6", + "version": "0.1.7-alpha.1", "description": "", "sideEffects": false, "files": [ diff --git a/packages/plugin-0g/package.json b/packages/plugin-0g/package.json index abec39c8319..fda7f17ea5f 100644 --- a/packages/plugin-0g/package.json +++ b/packages/plugin-0g/package.json @@ -1,18 +1,18 @@ { - "name": "@elizaos/plugin-0g", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@0glabs/0g-ts-sdk": "0.2.1", - "@elizaos/core": "workspace:*", - "ethers": "6.13.4", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "vitest" - } + "name": "@elizaos/plugin-0g", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@0glabs/0g-ts-sdk": "0.2.1", + "@elizaos/core": "workspace:*", + "ethers": "6.13.4", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "vitest" + } } diff --git a/packages/plugin-aptos/package.json b/packages/plugin-aptos/package.json index 13446e7c430..60f0b5ae9b7 100644 --- a/packages/plugin-aptos/package.json +++ b/packages/plugin-aptos/package.json @@ -1,26 +1,26 @@ { - "name": "@elizaos/plugin-aptos", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@aptos-labs/ts-sdk": "^1.26.0", - "bignumber": "1.1.0", - "bignumber.js": "9.1.2", - "node-cache": "5.1.2", - "tsup": "8.3.5", - "vitest": "2.1.4" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache .", - "test": "vitest run" - }, - "peerDependencies": { - "form-data": "4.0.1", - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-aptos", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@aptos-labs/ts-sdk": "^1.26.0", + "bignumber": "1.1.0", + "bignumber.js": "9.1.2", + "node-cache": "5.1.2", + "tsup": "8.3.5", + "vitest": "2.1.4" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache .", + "test": "vitest run" + }, + "peerDependencies": { + "form-data": "4.0.1", + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-bootstrap/package.json b/packages/plugin-bootstrap/package.json index 272409ee085..7672d271899 100644 --- a/packages/plugin-bootstrap/package.json +++ b/packages/plugin-bootstrap/package.json @@ -1,19 +1,19 @@ { - "name": "@elizaos/plugin-bootstrap", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-bootstrap", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-coinbase/package.json b/packages/plugin-coinbase/package.json index 7d55302e506..cc5f839009a 100644 --- a/packages/plugin-coinbase/package.json +++ b/packages/plugin-coinbase/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/plugin-coinbase", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "coinbase-api": "1.0.5", - "coinbase-advanced-sdk": "file:../../packages/plugin-coinbase/advanced-sdk-ts", - "jsonwebtoken": "^9.0.2", - "@types/jsonwebtoken": "^9.0.7", - "node-fetch": "^2.6.1" - }, - "devDependencies": { - "tsup": "8.3.5", - "@types/node": "^20.0.0" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - } + "name": "@elizaos/plugin-coinbase", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "coinbase-api": "1.0.5", + "coinbase-advanced-sdk": "file:../../packages/plugin-coinbase/advanced-sdk-ts", + "jsonwebtoken": "^9.0.2", + "@types/jsonwebtoken": "^9.0.7", + "node-fetch": "^2.6.1" + }, + "devDependencies": { + "tsup": "8.3.5", + "@types/node": "^20.0.0" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + } } diff --git a/packages/plugin-conflux/package.json b/packages/plugin-conflux/package.json index 6dbba4710d1..3db911e9454 100644 --- a/packages/plugin-conflux/package.json +++ b/packages/plugin-conflux/package.json @@ -1,15 +1,15 @@ { - "name": "@elizaos/plugin-conflux", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "cive": "0.7.1" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - } + "name": "@elizaos/plugin-conflux", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "cive": "0.7.1" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + } } diff --git a/packages/plugin-echochambers/package.json b/packages/plugin-echochambers/package.json index 6080cc2c5d2..a22cd125363 100644 --- a/packages/plugin-echochambers/package.json +++ b/packages/plugin-echochambers/package.json @@ -1,15 +1,15 @@ { - "name": "@elizaos/plugin-echochambers", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-node": "workspace:*" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - } + "name": "@elizaos/plugin-echochambers", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-node": "workspace:*" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + } } diff --git a/packages/plugin-evm/package.json b/packages/plugin-evm/package.json index 35f847bc68e..2fc2c5ba19d 100644 --- a/packages/plugin-evm/package.json +++ b/packages/plugin-evm/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/plugin-evm", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@lifi/data-types": "5.15.5", - "@lifi/sdk": "3.4.1", - "@lifi/types": "16.3.0", - "tsup": "8.3.5", - "viem": "2.21.53" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "vitest run", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-evm", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@lifi/data-types": "5.15.5", + "@lifi/sdk": "3.4.1", + "@lifi/types": "16.3.0", + "tsup": "8.3.5", + "viem": "2.21.53" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "vitest run", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-flow/package.json b/packages/plugin-flow/package.json index 5d979796a92..ffe81bb15c5 100644 --- a/packages/plugin-flow/package.json +++ b/packages/plugin-flow/package.json @@ -1,36 +1,36 @@ { - "name": "@elizaos/plugin-flow", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@onflow/config": "1.5.1", - "@onflow/fcl": "1.13.1", - "@onflow/typedefs": "1.4.0", - "bignumber.js": "9.1.2", - "bs58": "6.0.0", - "elliptic": "6.6.1", - "node-cache": "5.1.2", - "sha3": "2.1.4", - "uuid": "11.0.3", - "zod": "3.23.8" - }, - "devDependencies": { - "@types/elliptic": "6.4.18", - "@types/uuid": "10.0.0", - "tsup": "8.3.5", - "vitest": "2.1.4" - }, - "scripts": { - "lines": "find . \\( -name '*.cdc' -o -name '*.ts' \\) -not -path '*/node_modules/*' -not -path '*/tests/*' -not -path '*/deps/*' -not -path '*/dist/*' -not -path '*/imports*' | xargs wc -l", - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache .", - "test": "vitest run" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-flow", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@onflow/config": "1.5.1", + "@onflow/fcl": "1.13.1", + "@onflow/typedefs": "1.4.0", + "bignumber.js": "9.1.2", + "bs58": "6.0.0", + "elliptic": "6.6.1", + "node-cache": "5.1.2", + "sha3": "2.1.4", + "uuid": "11.0.3", + "zod": "3.23.8" + }, + "devDependencies": { + "@types/elliptic": "6.4.18", + "@types/uuid": "10.0.0", + "tsup": "8.3.5", + "vitest": "2.1.4" + }, + "scripts": { + "lines": "find . \\( -name '*.cdc' -o -name '*.ts' \\) -not -path '*/node_modules/*' -not -path '*/tests/*' -not -path '*/deps/*' -not -path '*/dist/*' -not -path '*/imports*' | xargs wc -l", + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache .", + "test": "vitest run" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-goat/package.json b/packages/plugin-goat/package.json index f8b91d01e2a..94afb15bb29 100644 --- a/packages/plugin-goat/package.json +++ b/packages/plugin-goat/package.json @@ -1,23 +1,23 @@ { - "name": "@elizaos/plugin-goat", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@goat-sdk/core": "0.3.8", - "@goat-sdk/plugin-erc20": "0.1.7", - "@goat-sdk/wallet-viem": "0.1.3", - "@goat-sdk/plugin-coingecko": "0.1.4", - "tsup": "8.3.5", - "viem": "2.21.53" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-goat", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@goat-sdk/core": "0.3.8", + "@goat-sdk/plugin-erc20": "0.1.7", + "@goat-sdk/wallet-viem": "0.1.3", + "@goat-sdk/plugin-coingecko": "0.1.4", + "tsup": "8.3.5", + "viem": "2.21.53" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-icp/package.json b/packages/plugin-icp/package.json index 89abdfcf3a0..bdf62d0e637 100644 --- a/packages/plugin-icp/package.json +++ b/packages/plugin-icp/package.json @@ -1,24 +1,24 @@ { - "name": "@elizaos/plugin-icp", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@dfinity/agent": "2.1.3", - "@dfinity/candid": "2.1.3", - "@dfinity/identity": "2.1.3", - "@dfinity/principal": "2.1.3" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - }, - "devDependencies": { - "@types/jest": "29.5.14", - "jest": "29.7.0", - "tsup": "8.3.5", - "typescript": "5.6.3" - } + "name": "@elizaos/plugin-icp", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@dfinity/agent": "2.1.3", + "@dfinity/candid": "2.1.3", + "@dfinity/identity": "2.1.3", + "@dfinity/principal": "2.1.3" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + }, + "devDependencies": { + "@types/jest": "29.5.14", + "jest": "29.7.0", + "tsup": "8.3.5", + "typescript": "5.6.3" + } } diff --git a/packages/plugin-image-generation/package.json b/packages/plugin-image-generation/package.json index 485b4f7b0bb..9115c73b57a 100644 --- a/packages/plugin-image-generation/package.json +++ b/packages/plugin-image-generation/package.json @@ -1,19 +1,19 @@ { - "name": "@elizaos/plugin-image-generation", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-image-generation", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-intiface/package.json b/packages/plugin-intiface/package.json index 9c4257dc9c6..99bfb7c29d5 100644 --- a/packages/plugin-intiface/package.json +++ b/packages/plugin-intiface/package.json @@ -1,21 +1,21 @@ { - "name": "@elizaos/plugin-intiface", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "buttplug": "3.2.2", - "net": "1.0.2", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test-via-bun": "bun test/simulate.ts" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-intiface", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "buttplug": "3.2.2", + "net": "1.0.2", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test-via-bun": "bun test/simulate.ts" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-multiversx/package.json b/packages/plugin-multiversx/package.json index c1157b3d26a..a38ba29885e 100644 --- a/packages/plugin-multiversx/package.json +++ b/packages/plugin-multiversx/package.json @@ -1,26 +1,26 @@ { - "name": "@elizaos/plugin-multiversx", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@multiversx/sdk-core": "13.15.0", - "bignumber.js": "9.1.2", - "browserify": "^17.0.1", - "esbuild-plugin-polyfill-node": "^0.3.0", - "esmify": "^2.1.1", - "tsup": "8.3.5", - "vitest": "2.1.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "test": "vitest run", - "test:watch": "vitest", - "lint": "eslint . --fix" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-multiversx", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@multiversx/sdk-core": "13.15.0", + "bignumber.js": "9.1.2", + "browserify": "^17.0.1", + "esbuild-plugin-polyfill-node": "^0.3.0", + "esmify": "^2.1.1", + "tsup": "8.3.5", + "vitest": "2.1.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "test": "vitest run", + "test:watch": "vitest", + "lint": "eslint . --fix" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-near/package.json b/packages/plugin-near/package.json index 31675843b7b..78dd934e5bf 100644 --- a/packages/plugin-near/package.json +++ b/packages/plugin-near/package.json @@ -1,25 +1,25 @@ { - "name": "@elizaos/plugin-near", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@ref-finance/ref-sdk": "^1.4.6", - "tsup": "8.3.5", - "near-api-js": "5.0.1", - "bignumber.js": "9.1.2", - "node-cache": "5.1.2" - }, - "scripts": { - "build": "tsup --format esm,cjs --dts", - "test": "vitest run", - "test:watch": "vitest", - "lint": "eslint . --fix" - }, - "peerDependencies": { - "whatwg-url": "7.1.0", - "form-data": "4.0.1" - } + "name": "@elizaos/plugin-near", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@ref-finance/ref-sdk": "^1.4.6", + "tsup": "8.3.5", + "near-api-js": "5.0.1", + "bignumber.js": "9.1.2", + "node-cache": "5.1.2" + }, + "scripts": { + "build": "tsup --format esm,cjs --dts", + "test": "vitest run", + "test:watch": "vitest", + "lint": "eslint . --fix" + }, + "peerDependencies": { + "whatwg-url": "7.1.0", + "form-data": "4.0.1" + } } diff --git a/packages/plugin-nft-generation/package.json b/packages/plugin-nft-generation/package.json index a302c80089e..acc7c94ea4e 100644 --- a/packages/plugin-nft-generation/package.json +++ b/packages/plugin-nft-generation/package.json @@ -1,30 +1,30 @@ { - "name": "@elizaos/plugin-nft-generation", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-image-generation": "workspace:*", - "@elizaos/plugin-node": "workspace:*", - "@metaplex-foundation/mpl-token-metadata": "^3.3.0", - "@metaplex-foundation/mpl-toolbox": "^0.9.4", - "@metaplex-foundation/umi": "^0.9.2", - "@metaplex-foundation/umi-bundle-defaults": "^0.9.2", - "@solana-developers/helpers": "^2.5.6", - "@solana/web3.js": "1.95.5", - "bs58": "6.0.0", - "express": "4.21.1", - "node-cache": "5.1.2", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint . --fix" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-nft-generation", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-image-generation": "workspace:*", + "@elizaos/plugin-node": "workspace:*", + "@metaplex-foundation/mpl-token-metadata": "^3.3.0", + "@metaplex-foundation/mpl-toolbox": "^0.9.4", + "@metaplex-foundation/umi": "^0.9.2", + "@metaplex-foundation/umi-bundle-defaults": "^0.9.2", + "@solana-developers/helpers": "^2.5.6", + "@solana/web3.js": "1.95.5", + "bs58": "6.0.0", + "express": "4.21.1", + "node-cache": "5.1.2", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint . --fix" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-node/package.json b/packages/plugin-node/package.json index f29c9c2cc8c..cdec1c04149 100644 --- a/packages/plugin-node/package.json +++ b/packages/plugin-node/package.json @@ -1,89 +1,89 @@ { - "name": "@elizaos/plugin-node", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "files": [ - "dist", - "scripts", - "package.json", - "LICENSE", - "tsup.config.ts" - ], - "dependencies": { - "@elizaos/core": "workspace:*", - "@aws-sdk/client-s3": "^3.705.0", - "@aws-sdk/s3-request-presigner": "^3.705.0", - "@cliqz/adblocker-playwright": "1.34.0", - "@echogarden/espeak-ng-emscripten": "0.3.3", - "@echogarden/kissfft-wasm": "0.2.0", - "@echogarden/speex-resampler-wasm": "0.2.1", - "@huggingface/transformers": "3.0.2", - "@opendocsg/pdf2md": "0.1.32", - "@types/uuid": "10.0.0", - "alawmulaw": "6.0.0", - "bignumber": "1.1.0", - "bignumber.js": "9.1.2", - "capsolver-npm": "2.0.2", - "cldr-segmentation": "2.2.1", - "command-exists": "1.2.9", - "csv-writer": "1.6.0", - "echogarden": "2.0.7", - "espeak-ng": "1.0.2", - "ffmpeg-static": "5.2.0", - "fluent-ffmpeg": "2.1.3", - "formdata-node": "6.0.3", - "fs-extra": "11.2.0", - "gaxios": "6.7.1", - "gif-frames": "0.4.1", - "glob": "11.0.0", - "graceful-fs": "4.2.11", - "html-escaper": "3.0.3", - "html-to-text": "9.0.5", - "import-meta-resolve": "4.1.0", - "jieba-wasm": "2.2.0", - "json5": "2.2.3", - "kuromoji": "0.1.2", - "libsodium-wrappers": "0.7.15", - "multer": "1.4.5-lts.1", - "node-cache": "5.1.2", - "node-llama-cpp": "3.1.1", - "nodejs-whisper": "0.1.18", - "onnxruntime-node": "1.20.1", - "pdfjs-dist": "4.7.76", - "playwright": "1.48.2", - "pm2": "5.4.3", - "puppeteer-extra": "3.3.6", - "puppeteer-extra-plugin-capsolver": "2.0.1", - "sharp": "0.33.5", - "srt": "0.0.3", - "systeminformation": "5.23.5", - "tar": "7.4.3", - "tinyld": "1.3.4", - "uuid": "11.0.3", - "wav": "1.0.2", - "wav-encoder": "1.3.0", - "wavefile": "11.0.0", - "yargs": "17.7.2", - "youtube-dl-exec": "3.0.10" - }, - "devDependencies": { - "@types/node": "22.8.4", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache .", - "postinstall": "node scripts/postinstall.js" - }, - "peerDependencies": { - "onnxruntime-node": "1.20.1", - "whatwg-url": "7.1.0" - }, - "trustedDependencies": { - "onnxruntime-node": "1.20.1", - "sharp": "0.33.5" - } + "name": "@elizaos/plugin-node", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "files": [ + "dist", + "scripts", + "package.json", + "LICENSE", + "tsup.config.ts" + ], + "dependencies": { + "@elizaos/core": "workspace:*", + "@aws-sdk/client-s3": "^3.705.0", + "@aws-sdk/s3-request-presigner": "^3.705.0", + "@cliqz/adblocker-playwright": "1.34.0", + "@echogarden/espeak-ng-emscripten": "0.3.3", + "@echogarden/kissfft-wasm": "0.2.0", + "@echogarden/speex-resampler-wasm": "0.2.1", + "@huggingface/transformers": "3.0.2", + "@opendocsg/pdf2md": "0.1.32", + "@types/uuid": "10.0.0", + "alawmulaw": "6.0.0", + "bignumber": "1.1.0", + "bignumber.js": "9.1.2", + "capsolver-npm": "2.0.2", + "cldr-segmentation": "2.2.1", + "command-exists": "1.2.9", + "csv-writer": "1.6.0", + "echogarden": "2.0.7", + "espeak-ng": "1.0.2", + "ffmpeg-static": "5.2.0", + "fluent-ffmpeg": "2.1.3", + "formdata-node": "6.0.3", + "fs-extra": "11.2.0", + "gaxios": "6.7.1", + "gif-frames": "0.4.1", + "glob": "11.0.0", + "graceful-fs": "4.2.11", + "html-escaper": "3.0.3", + "html-to-text": "9.0.5", + "import-meta-resolve": "4.1.0", + "jieba-wasm": "2.2.0", + "json5": "2.2.3", + "kuromoji": "0.1.2", + "libsodium-wrappers": "0.7.15", + "multer": "1.4.5-lts.1", + "node-cache": "5.1.2", + "node-llama-cpp": "3.1.1", + "nodejs-whisper": "0.1.18", + "onnxruntime-node": "1.20.1", + "pdfjs-dist": "4.7.76", + "playwright": "1.48.2", + "pm2": "5.4.3", + "puppeteer-extra": "3.3.6", + "puppeteer-extra-plugin-capsolver": "2.0.1", + "sharp": "0.33.5", + "srt": "0.0.3", + "systeminformation": "5.23.5", + "tar": "7.4.3", + "tinyld": "1.3.4", + "uuid": "11.0.3", + "wav": "1.0.2", + "wav-encoder": "1.3.0", + "wavefile": "11.0.0", + "yargs": "17.7.2", + "youtube-dl-exec": "3.0.10" + }, + "devDependencies": { + "@types/node": "22.8.4", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache .", + "postinstall": "node scripts/postinstall.js" + }, + "peerDependencies": { + "onnxruntime-node": "1.20.1", + "whatwg-url": "7.1.0" + }, + "trustedDependencies": { + "onnxruntime-node": "1.20.1", + "sharp": "0.33.5" + } } diff --git a/packages/plugin-solana/package.json b/packages/plugin-solana/package.json index 18775b1f3b4..daf157ec516 100644 --- a/packages/plugin-solana/package.json +++ b/packages/plugin-solana/package.json @@ -1,33 +1,33 @@ { - "name": "@elizaos/plugin-solana", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-trustdb": "workspace:*", - "@elizaos/plugin-tee": "workspace:*", - "@coral-xyz/anchor": "0.30.1", - "@solana/spl-token": "0.4.9", - "@solana/web3.js": "1.95.8", - "bignumber": "1.1.0", - "bignumber.js": "9.1.2", - "bs58": "6.0.0", - "fomo-sdk-solana": "1.3.2", - "node-cache": "5.1.2", - "pumpdotfun-sdk": "1.3.2", - "tsup": "8.3.5", - "vitest": "2.1.4" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache .", - "test": "vitest run" - }, - "peerDependencies": { - "form-data": "4.0.1", - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-solana", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-trustdb": "workspace:*", + "@elizaos/plugin-tee": "workspace:*", + "@coral-xyz/anchor": "0.30.1", + "@solana/spl-token": "0.4.9", + "@solana/web3.js": "1.95.8", + "bignumber": "1.1.0", + "bignumber.js": "9.1.2", + "bs58": "6.0.0", + "fomo-sdk-solana": "1.3.2", + "node-cache": "5.1.2", + "pumpdotfun-sdk": "1.3.2", + "tsup": "8.3.5", + "vitest": "2.1.4" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache .", + "test": "vitest run" + }, + "peerDependencies": { + "form-data": "4.0.1", + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-starknet/package.json b/packages/plugin-starknet/package.json index 23a49288ba1..79a8662062a 100644 --- a/packages/plugin-starknet/package.json +++ b/packages/plugin-starknet/package.json @@ -1,27 +1,27 @@ { - "name": "@elizaos/plugin-starknet", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-trustdb": "workspace:*", - "@avnu/avnu-sdk": "2.1.1", - "@uniswap/sdk-core": "6.0.0", - "@unruggable_starknet/core": "0.1.0", - "starknet": "6.18.0", - "tsup": "8.3.5", - "vitest": "2.1.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "vitest run", - "test:watch": "vitest", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-starknet", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-trustdb": "workspace:*", + "@avnu/avnu-sdk": "2.1.1", + "@uniswap/sdk-core": "6.0.0", + "@unruggable_starknet/core": "0.1.0", + "starknet": "6.18.0", + "tsup": "8.3.5", + "vitest": "2.1.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "vitest run", + "test:watch": "vitest", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-story/package.json b/packages/plugin-story/package.json index 4bee67f8ca5..6c8a9b14c35 100644 --- a/packages/plugin-story/package.json +++ b/packages/plugin-story/package.json @@ -1,26 +1,26 @@ { - "name": "@elizaos/plugin-story", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-trustdb": "workspace:*", - "@story-protocol/core-sdk": "1.2.0-rc.3", - "tsup": "8.3.5", - "viem": "2.21.54", - "@pinata/sdk": "^2.1.0" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "vitest run" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - }, - "devDependencies": { - "@types/node": "^22.10.1" - } + "name": "@elizaos/plugin-story", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-trustdb": "workspace:*", + "@story-protocol/core-sdk": "1.2.0-rc.3", + "tsup": "8.3.5", + "viem": "2.21.54", + "@pinata/sdk": "^2.1.0" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "vitest run" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + }, + "devDependencies": { + "@types/node": "^22.10.1" + } } diff --git a/packages/plugin-sui/package.json b/packages/plugin-sui/package.json index 1d2976d2349..5b5d678387c 100644 --- a/packages/plugin-sui/package.json +++ b/packages/plugin-sui/package.json @@ -1,26 +1,26 @@ { - "name": "@elizaos/plugin-sui", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-trustdb": "workspace:*", - "@mysten/sui": "^1.16.0", - "bignumber": "1.1.0", - "bignumber.js": "9.1.2", - "node-cache": "5.1.2", - "tsup": "8.3.5", - "vitest": "2.1.4" - }, - "scripts": { - "build": "tsup --format esm --dts", - "lint": "eslint . --fix", - "test": "vitest run" - }, - "peerDependencies": { - "form-data": "4.0.1", - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-sui", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-trustdb": "workspace:*", + "@mysten/sui": "^1.16.0", + "bignumber": "1.1.0", + "bignumber.js": "9.1.2", + "node-cache": "5.1.2", + "tsup": "8.3.5", + "vitest": "2.1.4" + }, + "scripts": { + "build": "tsup --format esm --dts", + "lint": "eslint . --fix", + "test": "vitest run" + }, + "peerDependencies": { + "form-data": "4.0.1", + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-tee/package.json b/packages/plugin-tee/package.json index d8467ab537d..339846ae350 100644 --- a/packages/plugin-tee/package.json +++ b/packages/plugin-tee/package.json @@ -1,28 +1,28 @@ { - "name": "@elizaos/plugin-tee", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@phala/dstack-sdk": "0.1.6", - "@solana/spl-token": "0.4.9", - "@solana/web3.js": "1.95.8", - "bignumber": "1.1.0", - "bignumber.js": "9.1.2", - "bs58": "6.0.0", - "node-cache": "5.1.2", - "pumpdotfun-sdk": "1.3.2", - "tsup": "8.3.5", - "viem": "2.21.53" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-tee", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@phala/dstack-sdk": "0.1.6", + "@solana/spl-token": "0.4.9", + "@solana/web3.js": "1.95.8", + "bignumber": "1.1.0", + "bignumber.js": "9.1.2", + "bs58": "6.0.0", + "node-cache": "5.1.2", + "pumpdotfun-sdk": "1.3.2", + "tsup": "8.3.5", + "viem": "2.21.53" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-ton/package.json b/packages/plugin-ton/package.json index 452f443a8d5..d0a0e899c65 100644 --- a/packages/plugin-ton/package.json +++ b/packages/plugin-ton/package.json @@ -1,25 +1,25 @@ { - "name": "@elizaos/plugin-ton", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-trustdb": "workspace:*", - "bignumber": "1.1.0", - "bignumber.js": "9.1.2", - "node-cache": "5.1.2", - "@ton/ton": "15.1.0", - "@ton/crypto": "3.3.0", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "vitest run" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-ton", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-trustdb": "workspace:*", + "bignumber": "1.1.0", + "bignumber.js": "9.1.2", + "node-cache": "5.1.2", + "@ton/ton": "15.1.0", + "@ton/crypto": "3.3.0", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "vitest run" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-trustdb/package.json b/packages/plugin-trustdb/package.json index e2a88436a52..9a30d2af02c 100644 --- a/packages/plugin-trustdb/package.json +++ b/packages/plugin-trustdb/package.json @@ -1,27 +1,27 @@ { - "name": "@elizaos/plugin-trustdb", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "dompurify": "3.2.2", - "tsup": "8.3.5", - "uuid": "11.0.3", - "vitest": "2.1.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "vitest run", - "test:watch": "vitest", - "lint": "eslint --fix --cache ." - }, - "devDependencies": { - "@types/dompurify": "3.2.0" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-trustdb", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "dompurify": "3.2.2", + "tsup": "8.3.5", + "uuid": "11.0.3", + "vitest": "2.1.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "vitest run", + "test:watch": "vitest", + "lint": "eslint --fix --cache ." + }, + "devDependencies": { + "@types/dompurify": "3.2.0" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-video-generation/package.json b/packages/plugin-video-generation/package.json index e0588e460ec..237baf8cea9 100644 --- a/packages/plugin-video-generation/package.json +++ b/packages/plugin-video-generation/package.json @@ -1,19 +1,19 @@ { - "name": "@elizaos/plugin-video-generation", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "lint": "eslint --fix --cache ." - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-video-generation", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "lint": "eslint --fix --cache ." + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-web-search/package.json b/packages/plugin-web-search/package.json index 50d92b3bec5..49e8b605fda 100644 --- a/packages/plugin-web-search/package.json +++ b/packages/plugin-web-search/package.json @@ -1,18 +1,18 @@ { - "name": "@elizaos/plugin-web-search", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "tsup": "8.3.5" - }, - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-web-search", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "tsup": "8.3.5" + }, + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } diff --git a/packages/plugin-whatsapp/package.json b/packages/plugin-whatsapp/package.json index cf2c094e272..a1f6dc89c94 100644 --- a/packages/plugin-whatsapp/package.json +++ b/packages/plugin-whatsapp/package.json @@ -1,26 +1,26 @@ { - "name": "@elizaos/plugin-whatsapp", - "version": "0.1.6", - "description": "WhatsApp Cloud API plugin", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "tsup --format esm --dts", - "dev": "tsup --format esm --dts --watch", - "test": "jest", - "lint": "eslint --fix --cache ." - }, - "dependencies": { - "@elizaos/core": "workspace:*", - "axios": "1.7.8" - }, - "devDependencies": { - "@types/jest": "29.5.14", - "@types/node": "20.17.9", - "@typescript-eslint/eslint-plugin": "8.16.0", - "@typescript-eslint/parser": "8.16.0", - "jest": "29.7.0", - "ts-jest": "29.2.5", - "typescript": "5.6.3" - } + "name": "@elizaos/plugin-whatsapp", + "version": "0.1.7-alpha.1", + "description": "WhatsApp Cloud API plugin", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "build": "tsup --format esm --dts", + "dev": "tsup --format esm --dts --watch", + "test": "jest", + "lint": "eslint --fix --cache ." + }, + "dependencies": { + "@elizaos/core": "workspace:*", + "axios": "1.7.8" + }, + "devDependencies": { + "@types/jest": "29.5.14", + "@types/node": "20.17.9", + "@typescript-eslint/eslint-plugin": "8.16.0", + "@typescript-eslint/parser": "8.16.0", + "jest": "29.7.0", + "ts-jest": "29.2.5", + "typescript": "5.6.3" + } } diff --git a/packages/plugin-zksync-era/package.json b/packages/plugin-zksync-era/package.json index 81f6dec37bc..2dd4b09ab32 100644 --- a/packages/plugin-zksync-era/package.json +++ b/packages/plugin-zksync-era/package.json @@ -1,20 +1,20 @@ { - "name": "@elizaos/plugin-zksync-era", - "version": "0.1.6", - "main": "dist/index.js", - "type": "module", - "types": "dist/index.d.ts", - "dependencies": { - "@elizaos/core": "workspace:*", - "@elizaos/plugin-trustdb": "workspace:*", - "tsup": "^8.3.5", - "web3": "^4.15.0", - "web3-plugin-zksync": "^1.0.8" - }, - "scripts": { - "build": "tsup --format esm --dts" - }, - "peerDependencies": { - "whatwg-url": "7.1.0" - } + "name": "@elizaos/plugin-zksync-era", + "version": "0.1.7-alpha.1", + "main": "dist/index.js", + "type": "module", + "types": "dist/index.d.ts", + "dependencies": { + "@elizaos/core": "workspace:*", + "@elizaos/plugin-trustdb": "workspace:*", + "tsup": "^8.3.5", + "web3": "^4.15.0", + "web3-plugin-zksync": "^1.0.8" + }, + "scripts": { + "build": "tsup --format esm --dts" + }, + "peerDependencies": { + "whatwg-url": "7.1.0" + } } From 4c658d7d70433fdcb2feeffe879429eaef10685d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 22 Dec 2024 07:06:40 +0000 Subject: [PATCH 4/4] chore: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2399017ce8e..13de41e628c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ **Merged pull requests:** +- chore: bump version to v0.1.7-alpha.1 [\#1361](https://github.com/elizaOS/eliza/pull/1361) ([shakkernerd](https://github.com/shakkernerd)) +- chore: New version 0.1.7 alpha.1 [\#1360](https://github.com/elizaOS/eliza/pull/1360) ([shakkernerd](https://github.com/shakkernerd)) - chore: develop -\> main, change elizaos/eliza to elizaos/core [\#1359](https://github.com/elizaOS/eliza/pull/1359) ([lalalune](https://github.com/lalalune)) - feat: change @elizaos/eliza to @elizaos/core [\#1357](https://github.com/elizaOS/eliza/pull/1357) ([lalalune](https://github.com/lalalune)) - chore: Merge Develop into Main [\#1356](https://github.com/elizaOS/eliza/pull/1356) ([lalalune](https://github.com/lalalune))