Results 10 issues of Togo

#### System information Erigon version: git_branch=devel git_tag=v2021.10.03-1506-gd6001225e-dirty git_commit=d6001225e7c9e13eb5a9ab34d12d60403c861df6 OS & Version: Linux Ubuntu 18.04.6 LTS (GNU/Linux 4.15.0-163-generic x86_64) Commit hash : d6001225e7c9e13eb5a9ab34d12d60403c861df6 #### Expected behaviour Get the right response ####...

### 1. What version of `Go` and system type/arch are you using? ``` go version go1.20.9 darwin/arm64 ``` ### 2. What version of `GoFrame` are you using? ``` v2.5.4 ```...

enhancement
help wanted
planned

- Updated `do_setup` method in `HFInferenceClientWorkflow` to pass the `model` parameter to `InferenceClient`. - Ensured the specified model is used for requests instead of the default model for the task....

**Description:** When initializing `HFInferenceClientWorkflow`, the constructor accepts a parameter `model: Optional[str] = None`. However, the `model` value is not utilized in either the `__init__` or `do_setup` methods. As a result,...

### Is your feature request related to a problem? Option No ### Describe the solution you'd like We would like to support PostgreSQL's anyarray type, especially in the generation of...

feature
help wanted

# Relates to: https://github.com/ai16z/eliza/issues/964 # Risks Low – The changes affect the EVM plugin's transfer function, specifically the template parsing and parameter extraction. Other parts of the system should remain...

**Describe the bug** When using `plugin-evm`, I attempted to make the agent perform a transfer using a natural language command. However, the parameters in the command were not accurately parsed...

bug

**Is your feature request (or bug) related to a problem? Please describe.** In the `generateText` and `generateMessageResponse` function, the `model class` is currently hard-coded(gpt-4o), which prevents dynamically switching to different...

bug

Add the ability of liquid staking to the current elizaos solana plugin. - It can build the desired staking requests for end-users, eliminating the complexity of front-end development and the...

**Is your feature request related to a problem? Please describe.** Currently, there are various liquid staking protocols on Solana, but users or developers often need to build dedicated front-end solutions...

enhancement