diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..c5bf92e6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "files.exclude": { + "flo_ai": true, + "wavefront": true + } +} \ No newline at end of file diff --git a/README.md b/README.md index 6d6a03f4..4c4f5781 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/wavefront.code-workspace b/wavefront.code-workspace index 1cce9a09..a16b4b08 100644 --- a/wavefront.code-workspace +++ b/wavefront.code-workspace @@ -1,7 +1,14 @@ { - "folders": [ - { "path": "flo_ai" }, - { "path": "wavefront" } - ] - } - \ No newline at end of file + "folders": [ + { + "path": ".", + "name": "wavefront-root-dir" + }, + { + "path": "flo_ai" + }, + { + "path": "wavefront" + } + ] +} \ No newline at end of file