Open Source Projects

Discover and contribute to 22 open source projects

Filter by skill:
All
AI integration
Coding and software development
Collaboration tools
Data visualization
Editor Development
JavaScript
Project management
Prompt Engineering
Python
Real-time Collaboration

Showing all 22 projects

XState Agent
XState Agent

Agent framework built on top of XState to manage reasoning and actions via finite state machines.

TypeScript
TypeScript
0
1-3 hours
by osvote[bot]
code-sandbox-mcp
code-sandbox-mcp

Implements MCP directly; useful as a tool server for any agent using MCP. Could benefit from hardening, tests, extensions.

0
1-2 hours
by osvote[bot]
LLM Proxy Server for SAP AI Core

The LLM Proxy Server for SAP AI Core is an open-source project designed to serve as a lightweight, performant, and extensible intermediary between SAP AI Core and a variety of large language model (LLM) backends. Inspired by solutions like LightLLM, this proxy server standardizes interactions with different model providers (OpenAI, Anthropic, HuggingFace, etc.), handles rate limiting and caching, and simplifies integration for enterprise use cases. Its purpose is to provide a scalable, multi-tenant LLM gateway that plugs seamlessly into the SAP AI Core inference pipeline.

0
by I355895
bolt.diy

bolt.diy is an open-source platform that enables users to prompt, run, edit, and deploy full-stack web applications directly in the browser using various Large Language Models (LLMs). It supports integration with multiple LLM providers, including OpenAI, Anthropic, HuggingFace, and more. The platform offers features like an integrated terminal, code versioning, and the ability to attach images to prompts, facilitating a seamless AI-powered development experience.

TypeScript
0
by I347305
🚀 Project: Fine-tune Devstral for Local, Private Code Assistance via Ollama & VS Code

Problem Statement/Motivation: 🎯 Currently, leveraging Large Language Models (LLMs) for code assistance, generation, and understanding often involves sending proprietary code to third-party services. This presents potential privacy and security concerns. Additionally, reliance on external services can introduce latency and lacks offline capabilities. Our services extensive codebase, contained within our Git repositories, represents a valuable dataset. Fine-tuning a capable open-source model like Devstral specifically on our code could provide a highly contextualized, fast, and private LLM assistant. This would empower developers with tailored code suggestions, explanations, and generation capabilities directly within their local development environment. Goals/Acceptance Criteria: ✅ Successfully fine-tune a version of the Devstral model on a selected subset of our team's Git repositories. The fine-tuned model can be run locally using Ollama on a typical developer machine with acceptable performance (e.g., response time for suggestions < 1-2 seconds). Developers can query the local model from VS Code (e.g., via a compatible extension like Continue or a similar tool) for: Code completion/suggestion relevant to our codebase. Explaining snippets of our proprietary code. Generating boilerplate or utility functions based on our coding patterns. The entire process maintains data privacy by keeping our codebase and the fine-tuned model strictly within our local/private infrastructure. Documentation is created for setting up and using the local LLM. High-Level Tasks: 🛠️ [ ] Research & Planning: [ ] Identify suitable Git repositories and branches for the training dataset. [ ] Research best practices for preparing code data for fine-tuning (e.g., filtering, formatting, anonymization if needed). [ ] Evaluate hardware requirements for fine-tuning and local inference. [ ] Investigate and select the most appropriate VS Code plugin(s) for Ollama integration. [ ] Data Preparation: [ ] Clone selected repositories. [ ] Implement scripts to clean, preprocess, and format the code data. [ ] Model Fine-Tuning: [ ] Set up the fine-tuning environment for Devstral. [ ] Perform initial fine-tuning runs and iterate on parameters. [ ] Evaluate the performance and quality of the fine-tuned model. [ ] Deployment & Integration: [ ] Package the fine-tuned model for Ollama. [ ] Develop instructions for team members to install Ollama and the custom model. [ ] Configure VS Code plugin(s) to connect to the local Ollama instance. [ ] Testing & Feedback: [ ] Conduct internal testing with the development team. [ ] Gather feedback and iterate on the model/setup. [ ] Documentation: [ ] Create user guides for setup and usage. [ ] Document the fine-tuning process for future reference. Considerations/Potential Challenges: 🤔 Data Volume & Quality: Ensuring enough high-quality, representative code is used for effective fine-tuning. Computational Resources: Fine-tuning can be resource-intensive. We need to assess if local machines are sufficient or if a dedicated training server is needed. Model Performance: Achieving a good balance between model size, inference speed, and the quality of assistance. Maintenance: The model may need to be periodically retrained as the codebase evolves.

0
by I500695
MCP Inspector
MCP Inspector

Inspector tool for MCP messages—monitors and visualizes requests/responses between clients and servers.

JavaScript
0
3-5 hours
by osvote[bot]
MCP Agent
MCP Agent

Framework for building agents using the Model Context Protocol.

0
3-5 hours
by osvote[bot]
Open WebUI
Open WebUI

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with built-in inference engine for RAG, making it a powerful AI deployment solution.

JavaScript
JavaScript
JavaScript
0
1-3 hours
by osvote[bot]
BIG AGI
BIG AGI

BIG AGI is an innovative AI suite designed for professionals who seek unparalleled excellence in their digital toolkit. This revolutionary platform integrates cutting-edge AI technologies from 15 top-tier vendors and robust open-source servers, reshaping how professionals engage with AI to elevate efficiency and creativity. With BIG AGI, functionality meets transformation, offering processes that are faster, simpler, and elegantly streamlined

TypeScript
TypeScript
AI integration
+7 more
0
1-3 hours
by osvote[bot]
litellm

known proxy for several tools (used by high volume projects such as aidr/claude code/cline/etc)

Python
Prompt Engineering
1
by I538157
CVE Mitigator

CVE Mitigator is a developer-focused tool designed to automate the mitigation workflow for Common Vulnerabilities and Exposures (CVEs) detected in SAP development environments. It connects to SAP’s security scanning tools (e.g. Whitesource), fetches detected vulnerabilities, and intelligently maps them to affected source code in Git-based repositories. Leveraging AI-assisted suggestions, the tool proposes relevant code changes, library upgrades, or configuration fixes. This dramatically reduces mean-time-to-remediate (MTTR) and enhances security response efficiency across SAP projects. The tool can be used as a CLI utility, GitHub bot, or CI pipeline integration.

0
by I074921
Jira Support Agent

The Support Agent (Jira) is an AI-powered automation tool that enhances support ticket triaging and stakeholder communication within Jira. It intelligently analyzes incoming tickets to assign them to the correct teams, apply relevant tags and labels, and post contextual comments when information is missing. The agent is designed to improve operational efficiency, reduce human error, and ensure faster turnaround times by streamlining the first-touch resolution process in enterprise support workflows.

0
by I355895
smol-developer
smol-developer

Smol AI’s autonomous developer – plans and executes entire software tasks with LLMs.

0
1-2 hours
by osvote[bot]
Zed
Zed

High-performance code editor built in Rust with collaborative features.

Rust
TypeScript
Real-time Collaboration
+1 more
0
3-5 hours
by osvote[bot]
Software Dependency Upgrade Agent

The Software Dependency Upgrade Agent is an intelligent automation tool designed to monitor and upgrade outdated dependencies in internal codebases. It works across various project types (Node.js, Python, Java, etc.), detecting outdated libraries, proposing or applying version upgrades, validating compatibility, and optionally opening merge requests. Integrated with Git and CI pipelines, the agent reduces tech debt and security risks while saving developer time. Its pluggable design allows easy adaptation to organizational policies and internal registries.

0
by I355895
Aider

No description available

1
by osvote[bot]
OpenDevin

No description available

0
by osvote[bot]
AutoGen Studio
AutoGen Studio

Visual drag-and-drop interface for building multi-agent workflows using AutoGen.

0
3-5 hours
by osvote[bot]
GPT Pilot
GPT Pilot

GPT Pilot demonstrates high autonomy by employing a multi-agent system (Product Owner Agent, Software Architect Agent, DevOps Agent) to handle requirement analysis, technical planning, environment setup, and TDD-based code generation

0
1-2 hours
by osvote[bot]
Continue
Continue

Open-source VS Code/JetBrains extension for AI pair programming and agentic editing.

0
3-5 hours
by osvote[bot]
Semantic Kernel

No description available

0
by osvote[bot]
Helicone

No description available

0
by osvote[bot]