Skip to content

Releases: bigsky77/twitter-agent

v0.0.3

22 Jun 19:27
6b4f509
Compare
Choose a tag to compare

⚡️ Twitter-Agent v0.0.3: Fine-Tuning is here!⚡️

This week we implemented Fine-Tuning for Twitter Agent models. Just run once you've ingested enough data:

python src/engine --train

  1. Ingest data into Weaviate
  2. Fine tune models on ingested tweets!
  3. Win

Next up.

  1. Build ranking system to rank model generated tweets based on fine-tuning
  2. Fix tweet ingestion pipeline to avoid rate-limit errors
  3. Dive into strategy and executor to ensure that the pipeline is more streamlined!

v0.0.2

14 Jun 17:04
5434fb5
Compare
Choose a tag to compare

🎉 Twitter-Agent v2.0.0: Enhanced Functionality and User Experience!

We're thrilled to announce the latest release of Twitter-Agent. With v2.0.0, we've taken a leap forward, introducing a plethora of enhancements that improve the robustness, usability, and functionality of our framework. Here's what's new:

  1. Weaviate Vector Store Support: We've integrated support for Weaviate vector stores, enabling more efficient data management and access. This makes the operation of our AI agents smoother and faster than ever before!

  2. Testing Framework: We've added a comprehensive testing suite that will help us keep Twitter-Agent as reliable and bug-free as possible. This addition makes our development process more robust and ensures that we deliver high-quality features in every update.

  3. GIF Posting Fix: We've addressed and fixed a critical bug that was affecting GIF posting. Now, your AI-powered agents can post GIFs seamlessly, adding a dash of fun and creativity to your Twitter engagement!

  4. Revamped README: We've thoroughly re-written our README to provide clearer, more concise instructions for setting up and using Twitter-Agent. This includes an improved installation guide and better formatting to enhance readability and ease-of-use.

  5. Updated LLM Prompts and Model: To ensure your agents are as engaging and relevant as possible, we've updated the LLM prompts and models. This means smarter and more dynamic interactions on your Twitter timeline!

With all these enhancements, Twitter-Agent is now more powerful and user-friendly. Whether you're an existing user or just discovering our framework, v2.0.0 promises a fantastic AI-powered Twitter experience. So go ahead, give it a spin, and let us know what you think!

Remember, your feedback is crucial for our continuous

v0.0.1

08 Jun 16:10
Compare
Choose a tag to compare

What Changed

  • Add support for multiple agents running concurrently
  • Add auth.py for easy token generation
  • Add tokens.py for tracking and controlling all agents
  • Add modular strategies
  • Add error handling for rate limits