amooo-ooo

amooo-ooo

0-day streak
As a couple of you may know I've been working on an AI assistant that can run code locally on your computer. HOWEVER!!! In order to get the AI to be fully autonomous with limitless capabilities there must be some sort of interface the AI can use to make completing tasks easier as LLMs models are not always 100% reliable. SO, taking advantage of what it is to be an opensource project, I've been working on ompi which is the package manager for openmacro similarly like pip!! this means that you (yes you) can write extensions and interfaces for the AI to use! At the moment by default, I made a browser extension that allows the AI to have access to the web! Today I've finished the progress for the basic UI for the projects page. you can track progress on ompi here (on the github repo): github.com/Openmacro/ompi also for the arcade reviewers, i've attached some of my hours from openmacro too since I forgot and missed to attach them with the previous openmacro post. I'm really sorry in advance :sob-hole:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8cb4c031-f74d-4e8f-8d03-4d280728f941-demo.pnghttps://imgutil.s3.us-east-2.amazonaws.com/50adeea4b1ba6910f3c1957a21860b4c4d489773f1006dbe6630573908ea3576/a7ead20b-e1d1-47ad-b430-0dd5624b84cc.png
summer-of-making emoji
github emoji
goose-honk-technologist emoji
Have been working with my friend on the ULTIMATE discord bot. Introducing Animegen, an AI powered discord bot that has capabilities for moderation, ai chat with long term memory and image support, music support in vcs, ai image generation, and more! The bot also supports hot reloading powered by python watchdog and queue, speed up and speed down system for music, smart memory recall and other amazing things. The start of the project has been heavily documented for arcade but as time went on, my interest in the project shifted slightly and my friend has decided to maintain the discord bot. All the ai models are also powered by huggingface spaces meaning it's all completely free to run and use!! The github repo can be found here: github.com/amooo-ooo/animegen I've also attached some snippets of the discord bot's capabilities since a video might be a little too long. We even tried to use opengl to convert ai model images into a vtubing rig but yikes we underestimated that proccess (not yet implemented lol)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/358b2b9b-6c84-42d9-9c3a-e186792e4628-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/38712097-cd54-40ad-948f-aaf46fbc82a5-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ffad416e-c078-46cf-a963-f9f3323ad629-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/26b01519-a97b-4f9a-a585-01b5e2306eb2-screenshot_2024-07-08_183731.pnghttps://imgutil.s3.us-east-2.amazonaws.com/18e9cf3a9e6e0691b16c021a67e113df988d6c26e015802cde8729ecf87c655a/84164d12-598d-47b0-94f3-cf652b44e59f.png
Introducing Openmacro! Which aims to be a multiplatform personal agent which allows LLMs to run code locally. Openmacro aims to act as a personal agent capable of completing and automating simple to complex tasks autonomously via self prompting. The project is still in early development, and I just hit my second milestone that I'd love to share with you guys! I've made a scrapbook post about this a longggg time agoooo, but many improvements and changes have been made! Note this took a lot of arcade hours and I might have to separate these arcade sessions. At the moment I've built the core base of the program, added a proper code interpreter, made an extensions engine and ecosystem, made a default browser extension for the web, custom config.toml for custom personalities through cli, and so much more! And the best part, it leverages HuggingFace Spaces which means that you don't need any API key to get started. You can access the GitHub repo here: github.com/Openmacro/openmacro Or quickly get started by running
pip install openmacro
macro
Next steps: Currently, focusing on a refined system for Extensions, so anyone can build extensions for openmacro. - Working on browser which is the official openmacro browser extension powered by Playwright, Bs4 and Markdownify. - Working on ompi which is the Openmacro Package Index. Similar to Python's pypi, users can install third-party extensions to integrate with their openmacro assistant.
https://imgutil.s3.us-east-2.amazonaws.com/c3ebe0b1dfb42097fe867dae14a5e6e8eff9b40e1a0b0ecd739d77bddc152df8/6912bc73-5075-4286-9244-c7e5c7f220e1.png
summer-of-making emoji
goose-honk-technologist emoji
python emoji
github emoji
Have been recently inspired by Open Interpreter, and I'm on a journey to build my own version from scratch! Introducing Openmacro! Which aims to be a multiplatform personal agent which allows LLMs to run code locally. Openmacro aims to act as a personal agent capable of completing and automating simple to complex tasks autonomously via self prompting. The project is still in early development, and I just hit my second milestone that I'd love to share with you guys! I've made a scrapbook post about this a longggg time agoooo, but many improvements and changes have been made! Note this took a lot of arcade hours and it might have sessions seperated. At the moment I've built the core base of the program, added a proper code interpreter, made an extensions engine and ecosystem, made a default browser extension for the web, custom config.toml for custom personalities through cli, and so much more! And the best part, it leverages HuggingFace Spaces which means that you don't need any API key to get started. You can access the GitHub repo here: github.com/Openmacro/openmacro Or quickly get started by running
pip install openmacro
macro
Next steps: Currently, focusing on a refined system for Extensions, so anyone can build extensions for openmacro. - Working on browser which is the official openmacro browser extension powered by Playwright, Bs4 and Markdownify. - Working on ompi which is the Openmacro Package Index. Similar to Python's pypi, users can install third-party extensions to integrate with their openmacro assistant.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/91c88ef8-eea2-4f30-8ca1-971449018da9-demo.png
goose-honk-technologist emoji
python emoji
github emoji
summer-of-making emoji
Have been recently inspired by Open Interpreter, and I'm on a journey to build my own version from scratch! Introducing Openmacro! Which aims to be a multiplatform personal agent which allows LLMs to run code locally. Openmacro aims to act as a personal agent capable of completing and automating simple to complex tasks autonomously via self prompting. The project is still in early development (just started last week!), and I just hit my first milestone that I'd love to share with you guys! Note, it might not be too impressive, yet! At the moment I've built the core base of the program, and have given access for LLMs to access the web! For now, it uses freely hosted AI, LLM, Vision and Code models in the Qwen series on Huggingface Spaces meaning you don't need an API key to get started! I've attached a small demo of what it can do so far! You can check out the project here (it's still a bit messy, so I do apologise): github.com/amooo-ooo/openmacro Next steps if to optimise searches, debugging and add full browser control, meaning the LLM will be able to press buttons and interact with websites autonomously!
https://imgutil.s3.us-east-2.amazonaws.com/b2bc2314b6e221960546b3b9fff5c9ff60513372e62aa382e90fcade23cb9eed/23e06584-48d7-4d8b-b386-76535968018d.png
summer-of-making emoji
github emoji
goose-honk-technologist emoji
dino-debugging emoji
Finally decided to work on my portfolio site after pushing it for waaayyyy too long! Here's how things are looking so far. Love to hear what you guys think! amorb.pages.dev