# 💻-coders 2024-12-23

## Summary
The chat focused on technical discussions regarding the Eliza project, specifically the agent chat functionality and testing methods. Users confirmed that the agent chat in the terminal is closed by default, and they discussed testing options using the main repository or Postman. There was a query about implementing an automated Twitter agent, with bgpas providing insights on controlling tweet frequency through specific settings. The conversation also touched on the use of PostgreSQL instead of SQLite for the Eliza agent, with Proteus confirming that it can run both locally and on the cloud. Additionally, there was a discussion about splitting knowledge into a database instead of using a character file, with kAI wilder sharing challenges faced in loading data. The topic of hot reloading and using pm2 for agent editing was raised, along with a request for help configuring the plugin-evm for the BSC testnet.

## FAQ
- Is the agent chat in terminal closed by default now? asked by leonprou | Ensemble
- How can I test the latest Eliza code? asked by LoganTheWise
- Has someone any experience for an automated Twitter agent? asked by MrWho
- What does enabling client as 'tweeter' mean? asked by MrWho
- When we do PostgreSQL instead of SQLite for Eliza agent, do we run it on cloud or locally? asked by Manasvi
- Did hot reloading / pm2 go live yet? asked by tmo
- Anyone use plugin-evm? Help me configure it for BSC testnet? asked by Yeshi Dolma
- What is broken? asked by ShakkerNerd
- Where can I find the AI agent Dev school episode on hosting your own agents on AWS? asked by MagiciaNFT
- Anyone know if the agent's activities/action logs are stored somewhere? asked by noobfarmer
- How can I bring this cost down? asked by Professorr-X.
- Is the `DenyLoginSubtask` error related to Twitter's security? asked by amit
- How do I use cookies for authentication? asked by amit
- Does the Eliza bot automatically save cookies after a successful login? asked by Nekokiku
- Can wealthy people use the official Twitter API? asked by Zo
- What should I do if I encounter an SQLITE_ERROR? asked by Audacious
- Does the current ELiza repo support posting an image using our character file? asked by Manasvi
- How do I scrape Twitter followers without using the API? asked by Osint (aka not_in_a_dao_ai)
- Can you help me integrate the eliza16 bot into my Discord server? asked by KBeeKeychain
- Has anyone been able to integrate a plugin or custom action into Eliza? asked by ray

## Help Interactions
- sam-developer helped leonprou | Ensemble with Provided confirmation that the agent chat is closed in the terminal and offered testing methods.
- bgpas helped MrWho with Explained how to control tweet frequency for the automated Twitter agent.
- Proteus helped Manasvi with Clarified that PostgreSQL can run both locally and on the cloud.
- kAI wilder helped sazilariel with Discussed challenges in loading a large amount of data into the database.
- sazilariel helped Professorr-X. with Provided suggestions to reduce operational costs by optimizing input parameters.
- sazilariel helped amit with Discussed the cost of interactions on Twitter.
- sazilariel helped amit with Provided guidance on using cookies for authentication.
- sam-developer helped Audacious with Suggested a solution for SQLITE_ERROR.
- albicodes | TEEs helped KBeeKeychain with Provided troubleshooting steps for the eliza16 bot integration.
- albicodes | TEEs helped Fog with Advised on settings for tweet interactions.

## Action Items

### Technical Tasks
- Investigate and implement hot reloading functionality for the agent to avoid restarting/building every time. mentioned by tmo
- Help configure the plugin-evm for the BSC testnet. mentioned by Yeshi Dolma
- Optimize character configuration to reduce operational costs. mentioned by sazilariel
- Check and regenerate Discord bot token if offline. mentioned by albicodes | TEEs
- Investigate the actions configuration in the character file to prevent unwanted bot behavior. mentioned by Fog
- Check the .env file for proper API configuration to ensure the correct model is used. mentioned by Fog
- Investigate the issue with the agent retweeting and liking tweets instead of only replying. mentioned by Fog
- Improve the dynamic handling of target users to avoid hardcoding. mentioned by marsic
- Investigate the TypeError related to database access and ensure the database connection is open. mentioned by bgpas
- Explore integration of trustdb with PostGres and update the init schema methods accordingly. mentioned by Citizen1553
- Investigate the database schema mismatches in runtime.ts. mentioned by ASICarbon
- Investigate and resolve the PostgreSQL adapter error related to pool management. mentioned by Hadrien Royo

### Documentation Needs
- Update documentation to include instructions on using cookies for authentication. mentioned by sazilariel
- Update .env file settings for tweet interaction timing. mentioned by albicodes | TEEs
- Update documentation on how to include data in the knowledge section for a character. mentioned by Pleasures
- Create documentation for deploying Eliza on popular hosting services like Heroku and Fly.io. mentioned by Mista Prime Minista

### Feature Requests
- Change the visibility of package settings as proposed by v1xingyue. mentioned by v1xingyue
- Implement a feature to allow the use of the official Twitter API for wealthy users. mentioned by Zo
- Open a pull request to change the logic of Twitter actions to prevent unwanted retweets. mentioned by marsic
- Explore hosting options for an Eliza-fork. mentioned by chasethedev