Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix for wavefront
  • Loading branch information
vizsatiz committed Dec 13, 2025
commit 9a9d4c73b49fffacbebe2ee8eedffe6fe5e2989f
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.exclude": {
"flo_ai": true,
"wavefront": true
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

# 🚀 Wavefront AI Middleware

Wavefront AI is an open-source middleware platform designed to seamlessly integrate AI-driven agents, workflows, and data sources across enterprise environments. It acts as a connective layer that bridges modular frontend applications with complex backend data pipelines, ensuring secure access, observability, and compatibility with modern AI and data infrastructures.
Wavefront AI is an open-source middleware platform designed to seamlessly build AI-driven agents, workflows, and automations across enterprise environments. It acts as a connective layer that bridges frontend applications and AI automations with backend databases, data-warehouses, data-lakes, third-party services, ensuring secure access, observability, and compatibility with modern AI

**Status**: Pre-release (Under active development)
**Status**: Beta Release
**Beta release**: Dec 2025
**Wavefront License**: GNU AFFERO GENERAL PUBLIC LICENSE 3.0
**FloAI License**: MIT LICENSE
Expand Down
19 changes: 13 additions & 6 deletions wavefront.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"folders": [
{ "path": "flo_ai" },
{ "path": "wavefront" }
]
}

"folders": [
{
"path": ".",
"name": "wavefront-root-dir"
},
{
"path": "flo_ai"
},
{
"path": "wavefront"
}
]
}