-
-
Notifications
You must be signed in to change notification settings - Fork 361
added base structure #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
added base structure #121
Conversation
This commit refactors the location of the AI Agents documentation. - I created a new `ai-agents/` directory in the root. - I moved the content from `details/ai-agents.md` to `ai-agents/README.md`. - I updated the link in `README-details.md` to point to the new location (`./ai-agents/`). This addresses your feedback to have a dedicated folder for the AI Agents section.
refactor: Move AI Agents section to its own directory
This commit introduces a new file containing a curated list of Model-Control-Presenter (MCP) frameworks, tutorials, and tools relevant to AI agent development. - Created a new subdirectory `ai-agents/resources/`. - Added a new file `ai-agents/resources/mcp-tutorials-tools.md` with the list of resources. - Each resource includes a short description and a direct link. - Added a link to this new resource list in `ai-agents/README.md` under an "Additional Resources" section. This addresses your request for a dedicated list of relevant MCPs, tutorials, and tools.
This commit implements the following changes: - Moved the content from `ai-agents/resources/mcp-tutorials-tools.md` to `ai-agents/resources/README.md`. - Updated the link in `ai-agents/README.md` to point to the new resource file location (`./resources/`). - Restructured `ai-agents/resources/README.md`: - Created a new dedicated top-level section "MCP Servers". - Moved all MCP server implementations (including Bary Huang's projects and mcp-bridge) under this new section. - Ensured other content remains well-organized. These changes improve the organization and discoverability of the AI agent resources.
Refactor ai agents location
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me!
supabase and playwright mcps are really useful from what i have heard. |
then we also need an example how to use toolcalls with gemini, or litellm.
|
I will also share this with multiple discord groups to ask people about their most liked tools. |
No description provided.