AI & AutomationAI agents
Eliza Agent
A social media AI agent that can take on any character.
- Role
- Engineer at Igknight Tech
Overview
A Node.js social media agent that adopts whatever character it is given. Search across its NoSQL JSON data was slow and awkward, so I proposed syncing common user data under a single unique key, which made it far easier to query for users and developers alike.
What I built
- Built a character-driven social media agent in Node.js
- Proposed syncing common user data under one unique key to fix search across NoSQL JSON stores
- Made lookups simpler for users and for the developers building on the agent
Stack
- Node.js
- LLM APIs
- NoSQL