diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..29694dd --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,8 @@ +{ + "permissions": { + "allow": [ + "Bash(git -C \"C:/Users/ADMIN/Downloads/new projects/project7.1\" status)", + "Bash(git -C \"C:/Users/ADMIN/Downloads/new projects/project7.1\" log --oneline -5)" + ] + } +} diff --git a/README.md b/README.md index 35b37ec..3d457a3 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@

Python 3.10+ - Swarms Framework MIT License - Swarms Marketplace

@@ -32,7 +30,7 @@ ## 🧠 What is CLAW ARGUS? -**CLAW ARGUS** is an enterprise-grade, autonomous AI research agent built on the [Swarms](https://github.com/kyegomez/swarms) framework. It performs multi-layered investigations across the web, cross-validates findings, detects bias, extracts structured entities, and generates professional intelligence reports — all autonomously. +**CLAW ARGUS** is an enterprise-grade, autonomous AI research agent. It performs multi-layered investigations across the web, cross-validates findings, detects bias, extracts structured entities, and generates professional intelligence reports — all autonomously. Think of it as your personal **100-eyed research analyst** that never sleeps, never gets tired, and processes information from multiple sources simultaneously. @@ -76,7 +74,7 @@ Structured intelligence reports with **confidence scoring, risk assessment, and - ⚡ **In-memory caching** with 5-minute TTL — no redundant API calls - 🔄 **Retry with exponential backoff** — resilient against transient failures - 🧩 **7 modular tools** — each independently testable and extensible -- 📦 **Minimal dependencies** — only `requests` + `swarms` +- 📦 **Minimal dependencies** — only `requests` --- @@ -85,7 +83,7 @@ Structured intelligence reports with **confidence scoring, risk assessment, and ### Prerequisites - Python 3.10+ -- An OpenAI API key (or any LLM provider supported by Swarms) +- An OpenAI API key (or any LLM provider) ### Installation @@ -94,9 +92,6 @@ Structured intelligence reports with **confidence scoring, risk assessment, and git clone https://github.com/ARGURAIgent/Claw-Argus.git cd ARGURAI -# Install dependencies -pip install -U swarms requests - # Set your API key export OPENAI_API_KEY="your-key-here" # Linux/Mac set OPENAI_API_KEY=your-key-here # Windows CMD @@ -270,10 +265,6 @@ This project is licensed under the **MIT License** — see the [LICENSE](LICENSE ## 🔗 Links -- **Swarms Marketplace:** [swarms.world](https://swarms.world) -- **Swarms Framework:** [github.com/kyegomez/swarms](https://github.com/kyegomez/swarms) -- **Documentation:** [docs.swarms.world](https://docs.swarms.world) - ---

@@ -281,5 +272,5 @@ This project is licensed under the **MIT License** — see the [LICENSE](LICENSE

- Built with ❤️ by ARGUS Labs — Powered by the Swarms Framework + Built with ❤️ by ARGUS Labs