#python #ai_agents #amd #comfyui #docker #llama_cpp #llm #local_ai #n8n #nvidia #open_webui #rag #self_hosted #speech_to_text #strix_halo #text_to_speech #workflow_automation
Dream Server lets you run AI on your own machine instead of renting it from a cloud service. It works on Linux, Windows, and macOS, and it can set up chat, voice, agents, search, image tools, and privacy tools with one command. The main benefit is more control: your data stays with you, costs can be lower, and you can keep using AI even without a cloud account.
https://github.com/Light-Heart-Labs/DreamServer
Dream Server lets you run AI on your own machine instead of renting it from a cloud service. It works on Linux, Windows, and macOS, and it can set up chat, voice, agents, search, image tools, and privacy tools with one command. The main benefit is more control: your data stays with you, costs can be lower, and you can keep using AI even without a cloud account.
https://github.com/Light-Heart-Labs/DreamServer
GitHub
GitHub - Light-Heart-Labs/DreamServer: Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents…
Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents, workflows, RAG, and image generation. - Light-Heart-Labs/DreamServer
❤1
#rust #agentic_coding #ai_coding #anthropic #claude_code #cli #command_line_tool #cost_reduction #developer_tools #llm #open_source #productivity #rust #token_optimization
RTK is a fast command-line proxy for AI tools that cuts token use by 60–90% by cleaning and shrinking command output before it reaches the model. It works with many tools and commands, including Git, tests, builds, and cloud tools, with very little delay. This helps you save money, keep responses shorter, and use AI coding tools more efficiently.
https://github.com/rtk-ai/rtk
RTK is a fast command-line proxy for AI tools that cuts token use by 60–90% by cleaning and shrinking command output before it reaches the model. It works with many tools and commands, including Git, tests, builds, and cloud tools, with very little delay. This helps you save money, keep responses shorter, and use AI coding tools more efficiently.
https://github.com/rtk-ai/rtk
GitHub
GitHub - rtk-ai/rtk: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies - rtk-ai/rtk
❤1👍1
#typescript #ai_agent #ai_coding_agent #anthropic #bun #claude #cli #coding_assistant #llm #mcp #multi_provider #openai #rust #terminal #tui #typescript
omp is a coding agent with the IDE built in. It works on macOS, Linux, and Windows, and gives you many tools for reading, editing, searching, debugging, browser use, and subagents. It can use lots of AI providers and model choices, and it is made to work well right away with real coding tasks. The benefit for you is faster, more accurate coding help in one place, with less setup and fewer extra tools.
https://github.com/can1357/oh-my-pi
omp is a coding agent with the IDE built in. It works on macOS, Linux, and Windows, and gives you many tools for reading, editing, searching, debugging, browser use, and subagents. It can use lots of AI providers and model choices, and it is made to work well right away with real coding tasks. The benefit for you is faster, more accurate coding help in one place, with less setup and fewer extra tools.
https://github.com/can1357/oh-my-pi
GitHub
GitHub - can1357/oh-my-pi: ⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser…
⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more - can1357/oh-my-pi
#python #agents #ai #ai_agents #ai_engineering #computer_vision #course #deep_learning #from_scratch #generative_ai #llm #machine_learning #mcp #nlp #python #reinforcement_learning #rust #swarm_intelligence #transformers #tutorial #typescript
This is a free MIT learning guide for AI engineering with 428 lessons in 20 phases. It teaches you AI from the math up, then moves into machine learning, deep learning, LLMs, agents, tools, safety, and production. Each lesson helps you build useful code or AI tools, not just read theory. You can start at the right level, follow a clear path, and keep reusable artifacts for real work. The benefit is simple: you learn how AI actually works and gain practical skills you can use to build and ship better AI systems.
https://github.com/rohitg00/ai-engineering-from-scratch
This is a free MIT learning guide for AI engineering with 428 lessons in 20 phases. It teaches you AI from the math up, then moves into machine learning, deep learning, LLMs, agents, tools, safety, and production. Each lesson helps you build useful code or AI tools, not just read theory. You can start at the right level, follow a clear path, and keep reusable artifacts for real work. The benefit is simple: you learn how AI actually works and gain practical skills you can use to build and ship better AI systems.
https://github.com/rohitg00/ai-engineering-from-scratch
GitHub
GitHub - rohitg00/ai-engineering-from-scratch: Learn it. Build it. Ship it for others.
Learn it. Build it. Ship it for others. Contribute to rohitg00/ai-engineering-from-scratch development by creating an account on GitHub.
❤2👍1
#jupyter_notebook #gemini #large_language_models #llm #openai #training #transformers
This project shows how to build and train a transformer language model from scratch in PyTorch. It uses the Pile dataset, tokenizes text with tiktoken, and stores tokens in HDF5 files for faster training. The code includes attention, MLP, transformer blocks, training, saving, and text generation. The benefit is that you can learn how LLMs work and train your own small or large model on a single GPU, then use it to generate text for your own tasks.
https://github.com/FareedKhan-dev/train-llm-from-scratch
This project shows how to build and train a transformer language model from scratch in PyTorch. It uses the Pile dataset, tokenizes text with tiktoken, and stores tokens in HDF5 files for faster training. The code includes attention, MLP, transformer blocks, training, saving, and text generation. The benefit is that you can learn how LLMs work and train your own small or large model on a single GPU, then use it to generate text for your own tasks.
https://github.com/FareedKhan-dev/train-llm-from-scratch
GitHub
GitHub - FareedKhan-dev/train-llm-from-scratch: A straightforward method for training your LLM, from downloading data to generating…
A straightforward method for training your LLM, from downloading data to generating text. - FareedKhan-dev/train-llm-from-scratch
❤1
#python #agentic_ai #agentic_workflow #agents #function_calling #llama_cpp #llamafile #llm #ollama #python #self_hosted #tool_calling
Forge is a Python tool that makes self-hosted LLM tool-calling more reliable. It helps local models handle multi-step tasks with guardrails, better context control, and support for Ollama, llama-server, Llamafile, and Anthropic. You can use it as a workflow runner, middleware, or proxy server with OpenAI-style clients. The benefit is fewer broken tool calls, better results on small models, and easier setup for agent apps, chat tools, and long-running sessions.
https://github.com/antoinezambelli/forge
Forge is a Python tool that makes self-hosted LLM tool-calling more reliable. It helps local models handle multi-step tasks with guardrails, better context control, and support for Ollama, llama-server, Llamafile, and Anthropic. You can use it as a workflow runner, middleware, or proxy server with OpenAI-style clients. The benefit is fewer broken tool calls, better results on small models, and easier setup for agent apps, chat tools, and long-running sessions.
https://github.com/antoinezambelli/forge
GitHub
GitHub - antoinezambelli/forge: A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows
A Python framework for self-hosted LLM tool-calling and multi-step agentic workflows - antoinezambelli/forge
#python #ai_agents #claude_code #cloud_security #cybersecurity #devsecops #ethical_hacking #incident_response #infosec #llm #malware_analysis #mcp #mitre_attack #nist_csf #osint #penetration_testing #red_team #security #security_automation #threat_hunting #threat_intelligence
Anthropic Cybersecurity Skills is a free, open-source library with 754 ready-made security skills for AI agents across 26 domains. It helps an AI act more like a senior security analyst by giving clear workflows, checks, and verification steps. It also maps each skill to major security frameworks like MITRE ATT&CK, NIST CSF 2.0, ATLAS, D3FEND, and NIST AI RMF. The benefit is faster, smarter, and more reliable security work with less guesswork.
https://github.com/mukul975/Anthropic-Cybersecurity-Skills
Anthropic Cybersecurity Skills is a free, open-source library with 754 ready-made security skills for AI agents across 26 domains. It helps an AI act more like a senior security analyst by giving clear workflows, checks, and verification steps. It also maps each skill to major security frameworks like MITRE ATT&CK, NIST CSF 2.0, ATLAS, D3FEND, and NIST AI RMF. The benefit is faster, smarter, and more reliable security work with less guesswork.
https://github.com/mukul975/Anthropic-Cybersecurity-Skills
GitHub
GitHub - mukul975/Anthropic-Cybersecurity-Skills: 817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE…
817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io st...
💩2🤬1
#python #audio #audio_tokenizer #llm #multimodal #text_to_speech #voice_cloning
MOSS-TTS is an open-source family of speech and sound models for natural, high-quality audio generation, including voice cloning, multi-speaker dialogue, real-time speech, and sound effects. It supports 31 languages in v1.5, better voice stability, and pause control, and it also offers a lightweight Nano version that can run on 4 CPU cores. The benefit to you is simple: you can create realistic speech or sound for apps, demos, or products with strong quality, flexible control, and multiple ways to run it.
https://github.com/OpenMOSS/MOSS-TTS
MOSS-TTS is an open-source family of speech and sound models for natural, high-quality audio generation, including voice cloning, multi-speaker dialogue, real-time speech, and sound effects. It supports 31 languages in v1.5, better voice stability, and pause control, and it also offers a lightweight Nano version that can run on 4 CPU cores. The benefit to you is simple: you can create realistic speech or sound for apps, demos, or products with strong quality, flexible control, and multiple ways to run it.
https://github.com/OpenMOSS/MOSS-TTS
GitHub
GitHub - OpenMOSS/MOSS-TTS: MOSS‑TTS Family is an open‑source speech and sound generation model family from MOSI.AI and the OpenMOSS…
MOSS‑TTS Family is an open‑source speech and sound generation model family from MOSI.AI and the OpenMOSS team. It is designed for high‑fidelity, high‑expressiveness, and complex real‑world scenario...
#python #ai #ai_companion #ai_vtuber #ai_waifu #chatbots #live2d #live2d_web #llm #neuro_sama #ollama
Open-LLM-VTuber is an offline AI companion with voice chat, vision, and a Live2D avatar that works on Windows, macOS, and Linux. It can run as a web app or desktop pet, supports many LLM, speech-to-text, and text-to-speech options, and is highly customizable, so you can build a personal assistant that fits your style and keep chats stored for later.
https://github.com/Open-LLM-VTuber/Open-LLM-VTuber
Open-LLM-VTuber is an offline AI companion with voice chat, vision, and a Live2D avatar that works on Windows, macOS, and Linux. It can run as a web app or desktop pet, supports many LLM, speech-to-text, and text-to-speech options, and is highly customizable, so you can build a personal assistant that fits your style and keep chats stored for later.
https://github.com/Open-LLM-VTuber/Open-LLM-VTuber
GitHub
GitHub - Open-LLM-VTuber/Open-LLM-VTuber: Talk to any LLM with hands-free voice interaction, voice interruption, and Live2D taking…
Talk to any LLM with hands-free voice interaction, voice interruption, and Live2D taking face running locally across platforms - Open-LLM-VTuber/Open-LLM-VTuber
#python #agent #ai #anthropic #claude_code #compression #context_engineering #context_window #cursor #fastapi #langchain #llm #mcp #openai #prompt_engineering #proxy #python #rag #token_optimization #tokens #typescript
Headroom is a local tool for AI agents that shrinks prompts, logs, files, and chat history before sending them to an LLM, often cutting tokens by 60–95% while keeping the same answer quality. It can work as a library, proxy, MCP server, or agent wrapper, so you can save tokens, speed up workflows, and still recover the original content when needed.
https://github.com/chopratejas/headroom
Headroom is a local tool for AI agents that shrinks prompts, logs, files, and chat history before sending them to an LLM, often cutting tokens by 60–95% while keeping the same answer quality. It can work as a library, proxy, MCP server, or agent wrapper, so you can save tokens, speed up workflows, and still recover the original content when needed.
https://github.com/chopratejas/headroom
GitHub
GitHub - chopratejas/headroom: Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens…
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server. - chopratejas/headroom
#python #ai_agent #algorithmic_trading #backtesting #fintech #llm #mcp #multi_agent #python #quantitative_finance #trading
Vibe-Trading is an open-source trading research tool that turns plain English questions into market analysis, backtests, reports, and trading exports. It helps you test ideas, study your own trades, and run agent teams, so you can make faster, better trading decisions without building everything from scratch.
https://github.com/HKUDS/Vibe-Trading
Vibe-Trading is an open-source trading research tool that turns plain English questions into market analysis, backtests, reports, and trading exports. It helps you test ideas, study your own trades, and run agent teams, so you can make faster, better trading decisions without building everything from scratch.
https://github.com/HKUDS/Vibe-Trading
GitHub
GitHub - HKUDS/Vibe-Trading: "Vibe-Trading: Your Personal Trading Agent"
"Vibe-Trading: Your Personal Trading Agent". Contribute to HKUDS/Vibe-Trading development by creating an account on GitHub.
❤1
#javascript #ai #anthropic #caveman #claude #claude_code #llm #meme #prompt_engineering #skill #tokens
This tool helps agents answer in caveman style: fewer words, same technical meaning, and often much lower token cost. You can choose levels like lite, full, ultra, or wenyan, and it also includes commands for shorter commit messages, quick PR reviews, stats, and compressing memory files; the benefit is faster replies, lower cost, and longer context for your work.
https://github.com/JuliusBrussee/caveman
This tool helps agents answer in caveman style: fewer words, same technical meaning, and often much lower token cost. You can choose levels like lite, full, ultra, or wenyan, and it also includes commands for shorter commit messages, quick PR reviews, stats, and compressing memory files; the benefit is faster replies, lower cost, and longer context for your work.
https://github.com/JuliusBrussee/caveman
GitHub
GitHub - JuliusBrussee/caveman: 🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking…
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman - JuliusBrussee/caveman
#python #agent_infrastructure #ai_agent #ai_search #automation #bilibili #claude_code #cli #cursor #free_api #llm_tools #mcp #python #reddit_scraper #twitter_scraper #web_scraper #xiaohongshu #youtube_transcript
Agent Reach helps your AI agent get internet access fast, so it can read webpages, YouTube, Reddit, Twitter/X, GitHub, RSS, and more with simple commands. It is free, open source, privacy-focused, and works with many agents that can run terminal commands. This saves you time because you do not need to set up each site by hand, and your agent can start finding, reading, and summarizing online content for you in minutes.
https://github.com/Panniantong/Agent-Reach
Agent Reach helps your AI agent get internet access fast, so it can read webpages, YouTube, Reddit, Twitter/X, GitHub, RSS, and more with simple commands. It is free, open source, privacy-focused, and works with many agents that can run terminal commands. This saves you time because you do not need to set up each site by hand, and your agent can start finding, reading, and summarizing online content for you in minutes.
https://github.com/Panniantong/Agent-Reach
GitHub
GitHub - Panniantong/Agent-Reach: Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub…
Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees. - Panniantong/Agent-Reach
#python #ai #chromadb #llm #mcp #memory #python
MemPalace is a local AI memory tool that saves your chats as exact text, then finds useful parts with search, so nothing leaves your machine unless you choose it. It is free, open source, MIT-licensed, and works with Python 3.9+, ChromaDB, and local tools like Claude Code. The main benefit is safer, private, and more reliable memory for your projects, with no required API calls or cloud fees.
https://github.com/MemPalace/mempalace
MemPalace is a local AI memory tool that saves your chats as exact text, then finds useful parts with search, so nothing leaves your machine unless you choose it. It is free, open source, MIT-licensed, and works with Python 3.9+, ChromaDB, and local tools like Claude Code. The main benefit is safer, private, and more reliable memory for your projects, with no required API calls or cloud fees.
https://github.com/MemPalace/mempalace
GitHub
GitHub - MemPalace/mempalace: The best-benchmarked open-source AI memory system. And it's free.
The best-benchmarked open-source AI memory system. And it's free. - MemPalace/mempalace
#python #ai #apple_silicon #benchmarks #cli #command_line_tool #gguf #gpu #huggingface #inference #llm #local_llm #ollama #python #vram
whichllm helps you find the best local AI model that fits your computer, not just the biggest one that fits. It checks your GPU, CPU, and RAM, ranks models using real benchmark data, and can also simulate other hardware, plan upgrades, and start a chat with a model in one command. This saves you time and helps you pick a model that should run well and work better for your needs.
https://github.com/Andyyyy64/whichllm
whichllm helps you find the best local AI model that fits your computer, not just the biggest one that fits. It checks your GPU, CPU, and RAM, ranks models using real benchmark data, and can also simulate other hardware, plan upgrades, and start a chat with a model in one command. This saves you time and helps you pick a model that should run well and work better for your needs.
https://github.com/Andyyyy64/whichllm
GitHub
GitHub - Andyyyy64/whichllm: Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency…
Find the local LLM that actually runs and performs best on your hardware. Ranked by real, recency-aware benchmarks, not parameter count. One command, run it instantly. - Andyyyy64/whichllm
👍1
#python #bert #deepseek #healthcare #ios #llm #mlx #ner #on_device #on_premise #pii #pii_detection #qwen #sovereign_ai #swift #swift_package #swiftui
OpenMed is a local-first healthcare AI that runs on your own device or server, so patient data never leaves your network. It can extract medical entities, remove personal info, and use 1,000+ medical models in Python, Swift, or REST, which helps you work faster while keeping data private and avoiding cloud costs and vendor lock-in.
https://github.com/maziyarpanahi/openmed
OpenMed is a local-first healthcare AI that runs on your own device or server, so patient data never leaves your network. It can extract medical entities, remove personal info, and use 1,000+ medical models in Python, Swift, or REST, which helps you work faster while keeping data private and avoiding cloud costs and vendor lock-in.
https://github.com/maziyarpanahi/openmed
GitHub
GitHub - maziyarpanahi/openmed: Local-first healthcare AI: clinical NER & HIPAA PII de-identification that runs 100% on-device.…
Local-first healthcare AI: clinical NER & HIPAA PII de-identification that runs 100% on-device. 1,000+ medical models, 12 languages, Apple MLX + Python, no cloud, no patient data leaving yo...
#other #agentic_ai #coding #llm #long_horizon
GLM-5.2 is the latest open-source model built for long, complex tasks, featuring a stable 1 million-token context that lets you handle huge projects without losing track of details. It also offers stronger coding skills with flexible thinking modes to balance speed and quality, plus faster performance. You benefit by getting reliable, high-quality results for big software engineering jobs, automated research, or long planning sessions, all while using an open model that saves costs compared to closed alternatives.
https://github.com/zai-org/GLM-5
GLM-5.2 is the latest open-source model built for long, complex tasks, featuring a stable 1 million-token context that lets you handle huge projects without losing track of details. It also offers stronger coding skills with flexible thinking modes to balance speed and quality, plus faster performance. You benefit by getting reliable, high-quality results for big software engineering jobs, automated research, or long planning sessions, all while using an open model that saves costs compared to closed alternatives.
https://github.com/zai-org/GLM-5
GitHub
GitHub - zai-org/GLM-5: GLM-5: From Vibe Coding to Agentic Engineering
GLM-5: From Vibe Coding to Agentic Engineering. Contribute to zai-org/GLM-5 development by creating an account on GitHub.
#python #ai #ai_agents #cli #hypergraph #information_extraction #knowledge #knowledge_graph #llm #python #rag
Hyper-Extract is a tool that uses AI to turn messy documents into clean, structured knowledge like lists, graphs, and linked data with one command. It gives you fast search, easy visual reports, and ready-made templates, so you can save time, understand information faster, and keep adding new documents without rebuilding everything.
https://github.com/yifanfeng97/Hyper-Extract
Hyper-Extract is a tool that uses AI to turn messy documents into clean, structured knowledge like lists, graphs, and linked data with one command. It gives you fast search, easy visual reports, and ready-made templates, so you can save time, understand information faster, and keep adding new documents without rebuilding everything.
https://github.com/yifanfeng97/Hyper-Extract
GitHub
GitHub - yifanfeng97/Hyper-Extract: Hypergraph is more powerful. Transform unstructured text into structured knowledge with LLMs.…
Hypergraph is more powerful. Transform unstructured text into structured knowledge with LLMs. Graphs, hypergraphs, and spatio-temporal extractions — with one command. - yifanfeng97/Hyper-Extract
#csharp #ai #ai_integration #anthropic #claude #copilot #cursor #game_development #gamedev #gemini #llm #mcp #model_context_protocol #openai #unity #unity3d #videogames
MCP for Unity lets you control your Unity Editor using natural language with AI tools like Claude, Cursor, or VS Code. You can create scenes, edit scripts, manage assets, and run tests just by typing prompts. The benefit to you is faster game development because AI automates repetitive tasks, so you spend less time on manual work and more time creating your game. It is free under the MIT license and works with any MCP client.
https://github.com/CoplayDev/unity-mcp
MCP for Unity lets you control your Unity Editor using natural language with AI tools like Claude, Cursor, or VS Code. You can create scenes, edit scripts, manage assets, and run tests just by typing prompts. The benefit to you is faster game development because AI automates repetitive tasks, so you spend less time on manual work and more time creating your game. It is free under the MIT license and works with any MCP client.
https://github.com/CoplayDev/unity-mcp
GitHub
GitHub - CoplayDev/unity-mcp: Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage…
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity. - CoplayDev/unity-mcp
#python #agent_skills #agentic_ai #ai_agents #autonomous_agents #claude #claude_code #claude_skills #codex #coding_agent #context_engineering #copilot #cursor #developer_tools #github_copilot #llm_agents #long_running_agents #manus #multi_agent_systems #pi #planning
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
GitHub
GitHub - OthmanAdi/planning-with-files: Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash…
Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-a...