# 💻-coders 2024-12-10

## Summary
The chat focused on technical discussions regarding the implementation of agent responses using memory and callback functions. Minco sought clarification on how to utilize the result of an action within an agent's response, specifically asking about checking a balance. Zksoju provided concrete examples from the codebase, highlighting the use of callback functions to include balance details in the agent's response. Zksoju also directed Minco to relevant sections of the code, including the EVM plugin and a specific transfer action in the Conflux plugin, which served as a better example for implementing the desired functionality.

## FAQ
- If I want an agent to use the result of an action in its response, what do I need to do? asked by minco
- Can you point me to an example of that in the codebase? asked by minco
- How are people hosting their agents? asked by passion
- Is it possible to have an option that doesn't require a paid subscription for Farcaster? asked by salparadi
- Where can I find a good sample that shows how an agent would interact with my plugin? asked by gptforme
- How far along are you in the development process? asked by ꧁Ninja_Dev꧂
- Any idea how to fix a problem with pnpm install? asked by jasiu
- Is it possible to easily fine tune a character based on a user's messages in a discord server? asked by BrendanAPG
- Does anyone have any insight into the best way to deploy an agent in a prod environment? asked by brian
- Are you deploying more than one agent? asked by netdragonx
- Do you guys know the difference between recentMessages and memories and usages of both? asked by zksoju
- Can anyone help me resolve this issue? I have been battling with it for a little while. asked by neos
- Hello everyone I need help to employ Eliza for the hackathon. Can someone point me out n docs or examples with multi agent system where 1 agent is the “director”? asked by AIFlow.ML
- anyone here doing finetunes for their models? any tricks for getting it to keep the functionality to process the eliza XLM / JSON tags while also using the unique tone / style? asked by H.D.P
- Is there a tool for it? asked by BrendanAPG
- hi, im having some issues clearing cache for a twitter agent I made after editing the bio a bit, cant seem to get the old bio out, any suggestions? asked by q
- Do you have a comprehensive list of all cache storage? asked by q
- Can anyone help me resolve this issue? asked by neos
- Does anyone have link to the source code for the `bootstrap` plugin? asked by gptforme
- Is there a step by step on how to actually get it working on windows? asked by Mr.W

## Help Interactions
- zksoju helped minco with Provided guidance on using callback functions to include balance details in agent responses.
- zksoju helped minco with Shared specific code examples from the EVM and Conflux plugins.
- Ninja_Dev helped gptforme with Provided guidance on evaluating costs before making LLM calls.
- netdragonx helped brian with Provided advice on deploying agents in a production environment.
- gptforme helped neos with Provided a solution to the node-gyp issue related to Discord package.
- gptforme helped jasiu with Explained how to create multiple characters in Eliza.
- gptforme helped q with Offered suggestions for clearing cache issues with the Twitter agent.
- neos helped q with Deleted caches and db.sqlite to resolve issues.
- q helped neos with Confirmed that logs were showing different information after refresh.
- Unknown User helped Punter3 with Provided assistance regarding the error encountered during model loading.

## Action Items

### Technical Tasks
- Explore the use of callback functions in agent responses. mentioned by minco
- Review the transfer action in the Conflux plugin for implementation guidance. mentioned by zksoju
- Develop a reasoning plug-in for the eliza-starter repo with sample interactions. mentioned by gptforme
- Launch the MVP next week. mentioned by Mfairy
- Investigate the issue with fetching Solana prices and malformed data. mentioned by neos
- Investigate and fix the error related to fetching Solana prices. mentioned by neos
- Review the process for merging new plugins and establish a maintenance strategy. mentioned by Odilitime
- Investigate the error related to model loading in the Eliza framework. mentioned by Punter3
- Explore solutions for aget's failure to reply to tweets or mentions. mentioned by SotoAlt | WAWE
- Select the correct model in the character file for the Anthropic API. mentioned by SotoAlt | WAWE
- Delete the SQLite database and run 'pnpm build' after making changes. mentioned by SotoAlt | WAWE
- Confirm the correct usage of pnpm commands for starting the application. mentioned by SotoAlt | WAWE

### Documentation Needs
- Review the character creator's functionality and security regarding API key handling. mentioned by Titan
- Create documentation for implementing a multi-agent system with Eliza. mentioned by AIFlow.ML
- Create a comprehensive list of cache storage locations. mentioned by q
- Develop step-by-step instructions for setting up the agent on Windows. mentioned by Mr.W

### Feature Requests
- Explore options for a free connection to Farcaster without a paid subscription. mentioned by salparadi
- Investigate the possibility of fine-tuning AI characters based on Discord messages. mentioned by BrendanAPG
- Explore tools for fine-tuning models while maintaining functionality with Eliza XLM/JSON tags. mentioned by H.D.P
- Explore adding custom tools for creating NFTs and tokens. mentioned by nonom