Monil Patel
Monil Patel
## Features ### Contract Interactions - Introduced `readContractAction` for reading data from deployed smart contracts - Added `ReadContractContent` interface and `ReadContractSchema` for input validation - Integrated `readContractTemplate` to guide users...
# Relates to: # Risks # Background ## What does this PR do? ## What kind of change is this? # Documentation changes needed? # Testing ## Where should a...
# Relates to: Initial setup of example plugin structure, to come examples of adapters, clients, services, etc. This will make it easier to standardize development, best practices, code review, and...
# Relates to: https://github.com/ai16z/eliza/issues/1121 # Risks - **Low**: The changes primarily affect the installation process and dependency management. There is a risk of potential issues if the frozen lock file...
**Describe the bug** The `pnpm install` command is incorrectly updating the lock file during installations, leading to potential inconsistencies in dependency versions across different environments. This behavior can cause unexpected...
**Is your feature request related to a problem? Please describe.** There is currently no clear organization for example implementations and their corresponding tests for constructs like adapters, clients, and plugins....
**Is your feature request related to a problem? Please describe.** Currently, providers need to be passed directly into the system, which limits flexibility. It prevents us from dynamically sourcing providers...
Relates to: o1: https://github.com/ai16z/eliza/issues/1185 Risks: Low - Integrating o1 is a minimal, low-impact change. The primary risk is minor code confusion if not documented clearly. Background What does this PR...
**Is your feature request related to a problem? Please describe.** Integrate o1 https://openai.com/index/o1-and-new-tools-for-developers/
**Is your feature request related to a problem? Please describe.** The current logging mechanism in the `/packages/plugin-coinbase/src/plugins` directory lacks consistency and detail, making it challenging to debug and monitor the...