Nuggt  by Nuggt-dev

Autonomous agent for task automation using open-source LLMs

Created 2 years ago
335 stars

Top 82.0% on SourcePulse

GitHubView on GitHub
Project Summary

Nuggt is an open-source autonomous LLM agent designed to democratize powerful AI task automation using smaller, quantized models. It targets developers and researchers looking to build controlled, efficient bots capable of integrating with various tools and services, benefiting from a community-driven development approach.

How It Works

Nuggt leverages a 4-bit quantized version of the Wizcoder-15B model as its core LLM. This approach allows for efficient execution on more accessible hardware while maintaining significant capabilities. The agent is designed as an all-in-one platform, enabling users to define complex functionalities through single instruction sets and integrate seamlessly with tools like Python, document processors, video analysis, Google Search, and web browsing.

Quick Start & Requirements

  • Install: pip install -r requirements.txt
  • Run: python3 server.py and streamlit run nuggt.py
  • Prerequisites: Requires Wizcoder-15B 4-bit Quantised model (download from Hugging Face). API keys need to be configured.
  • Documentation: How to use Nuggt WizardCoder Version

Highlighted Details

  • Powered by Wizcoder-15B (4-bit Quantised).
  • Supports integration with Python, document processing, video analysis, Google Search, and web browsing.
  • Community-driven development with active feedback channels.
  • Demo available showcasing RandomForest implementation on the Titanic dataset.

Maintenance & Community

  • Active community engagement via Discord Server and Twitter.
  • Contribution guidelines are provided for community involvement.

Licensing & Compatibility

  • The README does not explicitly state a license. This requires clarification for commercial use or closed-source linking.

Limitations & Caveats

As of June 9th, 2023, Nuggt is an experimental project and not fully developed. Thorough testing is strongly recommended before deployment due to potential security and functionality concerns. The project disclaims all warranties and is not suitable for production or critical systems without extensive evaluation.

Health Check
Last Commit

11 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
1 stars in the last 30 days

Explore Similar Projects

Starred by Alex Yu Alex Yu(Research Scientist at OpenAI; Former Cofounder of Luma AI), Didier Lopes Didier Lopes(Founder of OpenBB), and
5 more.

eliza by elizaOS

0.5%
17k
Agentic framework for autonomous agents
Created 1 year ago
Updated 21 hours ago
Starred by Wes McKinney Wes McKinney(Author of Pandas), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
22 more.

autogen by microsoft

0.5%
50k
Agentic framework for multi-agent AI applications
Created 2 years ago
Updated 22 hours ago
Feedback? Help us improve.