947 Commits

Author SHA1 Message Date
Shubham Saboo
56f71e18b4 Merge pull request #565 from awesomekoder/fix/rename-mcp-agent-forge
rename: multi_mcp_agent_forge -> multi_mcp_agent_router
2026-03-07 11:29:22 -08:00
awesomekoder
8ae5a86236 rename: multi_mcp_agent_forge -> multi_mcp_agent_router
Clearer folder name that describes what the app does (routes queries
to specialized agents with different MCP tool access).
2026-03-07 11:26:58 -08:00
Shubham Saboo
40e6a5caa1 Merge pull request #533 from WeberG619/add-multi-mcp-agent-forge
Add Multi-MCP Agent Forge - specialized agents with MCP tool routing
2026-03-07 11:17:57 -08:00
Weber Gouin
bbb2183a11 feat: wire up actual MCP server connections for agent tool use
- Spawn MCP servers via StdioServerParameters + stdio_client
- Call list_tools() and convert to Anthropic tool format
- Pass tools to messages.create() calls
- Handle tool_use responses in an agentic loop
- Map tool names to sessions for correct dispatch

Previously agents just used Claude with different system prompts.
Now each agent actually connects to its assigned MCP servers
(github, filesystem, fetch) and can use their tools.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 22:57:50 -08:00
Shubham Saboo
a5f5bb0ed7 Merge pull request #542 from 04cb/fix/typo-folder-names
Fix typo: Rename misspelled folder names
2026-03-01 23:16:17 -08:00
04cb
186b0905bc Fix typo: Rename misspelled folder names
- opeani_research_agent -> openai_research_agent
- web_scrapping_ai_agent -> web_scraping_ai_agent
- ai_Self-Evolving_agent -> ai_self_evolving_agent (consistent naming)
2026-03-02 07:30:57 +08:00
Weber Gouin
59bfefabb1 Add Multi-MCP Agent Forge - specialized agents with MCP tools 2026-02-25 08:53:40 -08:00
Shubhamsaboo
0daf373e9b feat: add DevPulse AI to the list of advanced AI agents in README. 2026-02-24 21:42:09 -08:00
Shubham Saboo
73bd5cf176 Merge pull request #520 from onestardao/main
Add RAG failure diagnostics clinic tutorial
2026-02-24 21:40:23 -08:00
Shubham Saboo
30386e6349 Merge pull request #519 from dileeppandey/feat/ux-designer
feat: Add UX Designer skill including comprehensive design rules and agent definitions.
2026-02-24 21:35:22 -08:00
Shubham Saboo
d7487fb110 Merge pull request #460 from STiFLeR7/feat/devpulse-ai-reference
feat(devpulse_ai): add multi-agent signal intelligence reference implementation
2026-02-24 21:20:00 -08:00
Dileep Pandey
0646d4a18b refactor: Consolidate granular UX design rules into broader categories and update AGENTS.md to reflect the new structure. 2026-02-22 22:42:59 -08:00
STiFLeR7
5602e82356 fix: removed agents/__pycache__/ and added root .gitignore to the devpulse_ai/ 2026-02-23 09:48:37 +05:30
PSBigBig × MiniPS
793e1979d9 Merge branch 'main' into main 2026-02-23 11:29:52 +08:00
PSBigBig × MiniPS
66cfb1bd9d chore: add gitignore for rag_failure_report.json output file 2026-02-23 11:16:24 +08:00
PSBigBig × MiniPS
b8d142a2ce docs: fix missing space after emoji in root README entry 2026-02-23 11:14:32 +08:00
PSBigBig × MiniPS
9a8aa2e469 docs: remove external reference from Optional further reading section 2026-02-23 11:11:08 +08:00
Dileep Pandey
300d331c39 Enhance IA navigation guidelines by adding spacing for clarity and improving structure across sections, including mobile considerations and common mistakes. 2026-02-22 12:35:28 -08:00
PSBigBig × MiniPS
162a3b841a docs: link RAG Failure Diagnostics Clinic from root README
- Update the RAG tutorials list in the root README to reference the
  new "RAG Failure Diagnostics Clinic" example under
  `rag_tutorials/rag_failure_diagnostics_clinic`.
- Keep the wording consistent with other entries by focusing on the
  app name rather than any specific framework.
2026-02-22 14:49:17 +08:00
PSBigBig × MiniPS
72b8fb8aac chore: rename RAG failure clinic tutorial folder 2026-02-22 14:47:40 +08:00
PSBigBig × MiniPS
469e92535c chore: rename RAG failure clinic tutorial folder
- Rename `rag_tutorials/wfgy_rag_failure_clinic` to
  `rag_tutorials/rag_failure_diagnostics_clinic`.
- Keep the existing files in place (README, script, requirements)
  so that the tutorial sits next to other RAG examples with a
  framework-agnostic name.
2026-02-22 14:46:36 +08:00
PSBigBig × MiniPS
306397caa7 chore: rename RAG failure clinic tutorial folder
- Rename `rag_tutorials/wfgy_rag_failure_clinic` to
  `rag_tutorials/rag_failure_diagnostics_clinic`.
- Keep the existing files in place (README, script, requirements)
  so that the tutorial sits next to other RAG examples with a
  framework-agnostic name.
2026-02-22 14:43:47 +08:00
Dileep Pandey
01a8c5bed9 feat: Add UX Designer skill including comprehensive design rules and agent definitions. 2026-02-21 22:20:21 -08:00
STiFLeR7
076c9dd2d1 refactor(devpulse): clarify agent boundaries, simplify models, fix deps 2026-02-17 14:13:12 +05:30
Shubham Saboo
56d87e6980 Merge pull request #407 from bibinprathap/knowledge-graph-rag
Add Knowledge Graph RAG with Verifiable Citations example
2026-02-16 22:48:55 -08:00
Shubham Saboo
63120ffdf3 Merge pull request #502 from marklysze/vasiliyr/02132026-updates
AG2 adaptive research team example tweaks
2026-02-16 22:38:45 -08:00
Mark Sze
43e7906133 Remove quickstart.txt 2026-02-17 09:38:20 +11:00
Mark Sze
f5db19af91 Merge remote-tracking branch 'origin/main' into vasiliyr/02132026-updates 2026-02-17 09:37:26 +11:00
Shubham Saboo
997c0e98d8 Merge pull request #496 from VasiliyRad/vasiliyr/02132026
Add AG2 adaptive research team example with routing and web fallback
2026-02-16 11:26:21 -08:00
Shubham Saboo
88b778fe59 Update image links in README.md 2026-02-15 11:43:32 -06:00
Mark Sze
0e793d45b2 Model and SearxNG comments 2026-02-15 19:39:05 +11:00
Vasiliy Radostev
3c8138bb4f Add AG2 adaptive research team example with routing and web fallback 2026-02-13 10:02:51 -08:00
Shubham Saboo
0d8454d991 Update README.md 2026-02-12 08:39:29 -08:00
Shubhamsaboo
a346cc8669 feat: add TinyFish banner and remove Okara AI 2026-02-10 12:52:53 -08:00
PSBigBig × MiniPS
49a6fd8933 Update README.md 2026-02-09 13:56:21 +08:00
STiFLeR7
f26a05d2a7 feat(devpulse_ai): switch to Gemini API preference 2026-02-09 11:21:17 +05:30
PSBigBig × MiniPS
d19b139f90 Update README.md 2026-02-09 13:47:15 +08:00
STiFLeR7
6819ee0f9b feat(devpulse_ai): add streamlit UI and faster demo defaults 2026-02-09 11:17:10 +05:30
Shubham Saboo
9529d00566 Merge pull request #481 from Shubhamsaboo/ai-negotiation-simulator
Add New Multi-Agent App (AI Negotiation Similator)
2026-02-08 21:42:59 -08:00
Shubhamsaboo
7297f54304 Remove .gitignore file. 2026-02-08 21:41:31 -08:00
PSBigBig × MiniPS
69dae501cd Create requirements.txt 2026-02-09 13:39:18 +08:00
PSBigBig × MiniPS
a13e36797f Update README.md 2026-02-09 13:38:44 +08:00
Shubhamsaboo
2ae63de2dd docs: update README 2026-02-08 21:36:00 -08:00
Shubhamsaboo
7d1fdc89b2 chore: Update environment variable configuration by removing old backend example and screenshots, adding a new .env file, and modifying the root .env.example. 2026-02-08 21:34:18 -08:00
PSBigBig × MiniPS
97fa6a8eef Update README.md 2026-02-09 13:22:19 +08:00
PSBigBig × MiniPS
4decfbbfcd Update wfgy_rag_failure_clinic.py 2026-02-09 13:20:00 +08:00
Shubham Saboo
3b7220a70d Merge pull request #480 from bonk1t/codex/agency-swarm-runtime-split-and-dotenv-fix
Fix ai_services_agency deps and v1 cleanup
2026-02-08 21:15:13 -08:00
PSBigBig × MiniPS
0d33e77903 Create wfgy_rag_failure_clinic.py 2026-02-09 13:05:47 +08:00
PSBigBig × MiniPS
6e0caeb689 Update README.md 2026-02-09 12:50:17 +08:00
PSBigBig × MiniPS
f0d53c7d13 Create README.md 2026-02-09 12:44:00 +08:00