# 💻-coders 2025-01-17

## Summary
Discussed setting up project correctly, handling AI agent replies, modifying relevance score for replies, configuring SQLite in .env file, linking knowledge folder in character file, resolving SQLite database error, and enabling autonomous interaction with EVM compatible chains.

## FAQ
- What key is used for SQL in .env file? asked by Mr.NT
- How to fix AI agent not replying to mentions? asked by Vamsi
- How to handle SQLite errors in Eliza? asked by Simz
- How to let Eliza AI agent autonomously interact with EVM compatible chains? asked by AvuTheGreat
- What does 'Vector dimension mismatch' error mean? asked by michaelben
- Is there a maximum limit of knowledge that can be added? asked by kumpis
- How to fix the error in the NODIST_PREFIX environment variable? asked by Josep (ma/acc)
- What version is correctly working? asked by Josep (ma/acc)
- Does Postgres work better when using knowledge? asked by kumpis
- How should documents be handled after being processed into the database? asked by matthias_ztlr
- Where can more information be found about setting up a knowledge database for ElizaOS? asked by Georges_pyzeur | ColonyLab
- What's the best way to structure data for an agent with a large amount of knowledge? asked by Kurt
- Is it better to split entries for an agent's knowledge or keep it in a single array? asked by Kurt
- How to handle large sets of knowledge/data efficiently for an agent? asked by Kurt
- Is Eleven Labs Voice supported now? asked by Kairo
- Is there a solution for Twitter login issues? asked by Metagrapher
- Any solution for download error 'discord error' related to pnpm install? asked by Uncle Bezadh
- Has anyone implemented direct messaging functionality in the plugin-twitter? asked by AryanSingh1009
- How to resolve persistent login issues with Twitter? asked by Metagrapher
- Can the login issue be related to the X account? asked by judasz

## Help Interactions
- 0xLabsTheCoder helped Mr.NT with Explained the key for SQL in .env file and how to modify relevance score for replies.
- Simz helped Unknown User with Guided on handling SQLite errors in Eliza.
- Unknown User helped ΛDΛPΛ with Assisted with an error related to generating embeddings with empty memory content.
- judasz helped Kurt with Provided insights on structuring knowledge data efficiently for agents
- judasz helped kumpis with Assisted with ingestion of docs as txt files into knowledge
- Uncle Bezadh helped Unknown User with Offered help with resolving pnpm install download issue
- judasz helped Metagrapher with Guided on resolving persistent Twitter login issues
- validsyntax helped Metagrapher with Provided a suggestion to log into Twitter on a browser, tweet manually, and then switch on a VPN to resolve an issue.
- validsyntax helped Metagrapher with Shared that someone else resolved a similar issue by waiting a little, logging onto the website, and then using a VPN.
- Metagrapher helped Unknown User with Assisted in resolving Twitter login issues by suggesting the use of VPN.

## Action Items

### Technical Tasks
- Fix the SQLiteError: Vector dimension mistmatch by ensuring consistent vector dimensions in the code. mentioned by michaelben
- Fix the error related to generating embeddings with empty memory content mentioned by ΛDΛPΛ
- Investigate and resolve the download error related to pnpm install for /AI Agent/eliza/node_modules/@discordjs/opus mentioned by Uncle Bezadh
- Adjust the Twitter poll interval and consider the number of actions performed in a loop. mentioned by Vamsi
- Investigate and resolve the issue causing the command failure during client build with exit code 1. mentioned by Josep (ma/acc)
- Enhance the accuracy and consistency of knowledge usage in RAG by exploring methods to improve results for technical documentation. mentioned by kumpis
- Check if any specific actions are needed to enable Supabase and resolve the error related to 'relation does not exist' mentioned by suhelkap.eth
- Confirm hardware requirements for running Eliza OS mentioned by aikim2542
- Investigate running actions periodically every 5 minutes for the agent. mentioned by User
- Fix the missing dependency issue for eliza by ensuring the correct version of opus is available. mentioned by Wm
- Investigate running eliza on different clients like X, discord, and tg using wsl and containers. mentioned by EcchiPen
- Investigate and resolve the issue with `adapter-pglite` dependency not being published as a package to npm mentioned by Guybrush

### Documentation Needs
- Update documentation on linking the knowledge folder within the knowledge keyvalue in character file. mentioned by Pannkakor
- Update documentation on setting up a knowledge database for ElizaOS mentioned by Georges_pyzeur | ColonyLab
- Update documentation on setting up Supabase with Eliza. mentioned by suhelkap.eth
- Review and potentially update the GitHub repo to be more specific for launching bots on Telegram with a given AI engine mentioned by Georges_pyzeur | ColonyLab

### Feature Requests
- Implement autonomous interaction with EVM compatible chains for Eliza AI agent. mentioned by AvuTheGreat
- Implement direct messaging functionality in the plugin-twitter without requiring an API key mentioned by AryanSingh1009
- Provide recommendations on the best WSL distribution for running Eliza mentioned by Josep (ma/acc)
- Explore running eliza on EC2 for improved performance and stability. mentioned by EcchiPen
