# Enhanced AI/ML Development Resources
## AI Agents & MCP (Model Context Protocol)
### Core AI Agent Frameworks
- [OpenAI Agents Python](https://openai.github.io/openai-agents-python/) Python SDK for building AI agents
- [OpenAI Agents JavaScript](https://openai.github.io/openai-agents-js/) JavaScript SDK for AI agents
- [Anthropic Claude Code SDK](https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-overview) Claude integration for code
- [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) Anthropic's protocol for AI tool integration
- [LangChain](https://www.langchain.com/) Framework for building AI-powered apps and agents
- [LangGraph](https://www.langchain.com/langgraph) Graph-based orchestration for AI agents
- [LlamaIndex](https://www.llamaindex.ai/) Data framework for connecting LLMs with external sources
### MCP Servers & Tools
- [MCP Store for VSCode](https://github.com/AutohomeCorp/mcp-store-for-vscode#readme) VSCode extension for MCP servers
- [MCP GitLab Server](https://mcp.so/server/mcp-gitlab-server/kopiloto?tab=content) GitLab integration via MCP
- [MCP.so](https://mcp.so/) MCP server marketplace and tools
- [mcpservers.org](https://mcpservers.org/) Directory of available MCP servers
- [MCP OpenAPI Schema Explorer](https://github.com/kadykov/mcp-openapi-schema-explorer) OpenAPI + MCP schema exploration
---
## Model Optimization & Fine-Tuning
### OpenAI Model Optimization
- [Model Optimization Guide](https://platform.openai.com/docs/guides/model-optimization)
- [Evaluation Design](https://platform.openai.com/docs/guides/evals-design?api-mode=responses)
- [Evaluation Framework](https://platform.openai.com/docs/guides/evals?api-mode=responses)
- [Supervised Fine-Tuning](https://platform.openai.com/docs/guides/supervised-fine-tuning)
- [Vision Fine-Tuning](https://platform.openai.com/docs/guides/vision-fine-tuning)
- [Direct Preference Optimization](https://platform.openai.com/docs/guides/direct-preference-optimization)
- [Reinforcement Fine-Tuning](https://platform.openai.com/docs/guides/reinforcement-fine-tuning)
- [Fine-Tuning Best Practices](https://platform.openai.com/docs/guides/fine-tuning-best-practices)
- [Graders](https://platform.openai.com/docs/guides/graders)
### Apple AI & Foundation Models
- [Apple Foundation Models](https://developer.apple.com/documentation/foundationmodels)
- [Apple Machine Learning API](https://developer.apple.com/machine-learning/api)
- [Apple Intelligence Foundation Models (Tech Report)](https://machinelearning.apple.com/papers/apple_intelligence_foundation_language_models_tech_report_2025.pdf)
- [Natural Language Tokenizer](https://developer.apple.com/documentation/naturallanguage/nltokenizer)
### Additional Fine-Tuning Resources
- [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) Fine-tuning framework for LLMs
- [PEFT (Hugging Face)](https://huggingface.co/docs/peft/index) Parameter-Efficient Fine-Tuning
- [TRL (Hugging Face)](https://huggingface.co/docs/trl/index) RLHF and DPO training
---
## Vector Databases & RAG
### Vector Database Solutions
- [Qdrant](https://qdrant.tech/) Open-source vector database
- [Qdrant Cloud](https://cloud.qdrant.io/) Hosted solution
- [Milvus](https://github.com/milvus-io/milvus) Popular open-source vector DB
- [Weaviate](https://weaviate.io/) Open-source vector search engine
- [Pinecone](https://www.pinecone.io/) Managed vector DB
- [PgVector](https://github.com/pgvector/pgvector) Vector search extension for Postgres
- [Qdrant vs Milvus Comparison](https://medium.com/@oliversmithth852/comparative-evaluation-of-milvus-and-qdrant-for-retrieval-augmented-generation-rag-a101a72f93d1)
### RAG Frameworks
- [Haystack](https://haystack.deepset.ai/) RAG pipelines with LLMs
- [Embedchain](https://docs.embedchain.ai/) Framework for LLM apps with custom knowledge
---
## Drupal AI Integration
### Core AI Modules
- [Drupal AI Module](https://www.drupal.org/project/ai)
- [AI Provider Ollama](https://www.drupal.org/project/ai_provider_ollama)
- [AI VDB Provider Qdrant](https://www.drupal.org/project/ai_vdb_provider_qdrant)
- [AI VDB Provider Milvus](https://www.drupal.org/project/ai_vdb_provider_milvus)
- [Search API Solr Dense Vector](https://www.drupal.org/project/search_api_solr_dense_vector)
### Drupal Development Tools
- [Recipe Generator](https://www.drupal.org/project/recipe_generator)
- [External Entities](https://www.drupal.org/docs/contributed-modules/external-entities/external-entities-plugins)
- [UI Suite](https://www.drupal.org/project/ui_suite)
- [Token Module](https://www.drupal.org/project/token)
- [Vault Module](https://www.drupal.org/project/vault)
- [Key Module Developer Guide](https://www.drupal.org/docs/contributed-modules/key/developer-guide)
### Drupal Distributions & Recipes
- [Distributions Recipes](https://git.drupalcode.org/project/distributions_recipes)
- [Distributions Recipes Docs](https://git.drupalcode.org/project/distributions_recipes/-/tree/1.0.x/docs)
---
## Development Tools & Platforms
### Local Development
- [DDEV Documentation](https://ddev.readthedocs.io/en/stable/#system-requirements)
- [Ollama CLI Tutorial](https://www.hostinger.com/tutorials/ollama-cli-tutorial)
- [Ollama Universal Gateway](https://ngrok.com/docs/universal-gateway/examples/ollama/)
### Testing & Quality Assurance
- [Playwright E2E Testing](https://betterstack.com/community/guides/testing/playwright-end-to-end-testing/)
- [Playwright Documentation](https://playwright.dev/)
### API & Integration Tools
- [LiteLLM](https://www.litellm.ai/) Unified LLM API
- [LiteLLM Python SDK](https://docs.litellm.ai/docs/#litellm-python-sdk)
- [LiteLLM Proxy Deploy](https://docs.litellm.ai/docs/proxy/deploy)
- [FastAPI](https://fastapi.tiangolo.com/) Modern Python web framework
---
## ML Operations & Tracking
### GitLab ML Features
- [GitLab Model Registry](https://docs.gitlab.com/user/project/ml/model_registry/)
- [GitLab Experiment Tracking](https://docs.gitlab.com/user/project/ml/experiment_tracking/)
### MLflow & GenAI
- [MLflow GenAI](https://www.mlflow.org/docs/latest/genai/)
- [MLflow Prompt Registry](https://www.mlflow.org/docs/latest/genai/prompt-version-mgmt/prompt-registry/)
- [MLflow Prompt Usage](https://www.mlflow.org/docs/latest/genai/prompt-version-mgmt/prompt-registry/use-prompts-in-apps)
### Observability & Analytics
- [Langfuse](https://langfuse.com/) LLM observability platform
- [Helicone](https://www.helicone.ai/) API observability and monitoring
- [Arize AI](https://arize.com/) ML observability & monitoring
---
## Privacy & Security
### Privacy Technologies
- [FLoC (Federated Learning of Cohorts)](https://github.com/WICG/floc)
- [Topics API](https://patcg-individual-drafts.github.io/topics/)
- [Google Privacy Sandbox Topics](https://privacysandbox.google.com/private-advertising/topics)
### Security Tools
- [Open Policy Agent](https://www.openpolicyagent.org/) Policy as code
- [HashiCorp Vault](https://www.vaultproject.io/) Secrets management
- [OWASP Top Ten](https://owasp.org/www-project-top-ten/) Security best practices
---
## AI Development Resources
### OpenAI Resources
- [OpenAI Whisper](https://github.com/openai/whisper) Speech recognition
- [OpenAI Cookbook (GitHub)](https://github.com/openai/openai-cookbook/tree/main/examples)
- [OpenAI Cookbook (Official)](https://cookbook.openai.com/)
### Anthropic Resources
- [Anthropic API](https://www.anthropic.com/api)
### Hugging Face
- [Transformers](https://huggingface.co/docs/transformers/index)
- [Datasets](https://huggingface.co/docs/datasets/index)
- [Evaluate](https://huggingface.co/docs/evaluate/index)
---
## Enterprise & Workflow Tools
### Automation & Workflows
- [n8n](https://n8n.io/) Workflow automation platform
- [Temporal](https://temporal.io/) Durable workflow orchestration
### Package Management
- [Bluefly TDD AI NPM](https://www.npmjs.com/package/@bluefly/tddai)
- [Bluefly Packagist](https://packagist.org/packages/bluefly/)
- [Bluefly Secure Drupal](https://packagist.org/packages/bluefly/secure_drupal)
---
## Development Platforms
### Your Development Environment
- [LLM Platform (DDEV)](https://llm-platform.ddev.site/)
- [LLM Platform Modules](https://llm-platform.ddev.site/admin/modules)
- [Test Platform](https://test-platform.ddev.site/)
- [Test Platform Modules](https://test-platform.ddev.site/admin/modules)
### IDE & Development Tools
- [Cursor Documentation](https://docs.cursor.com/welcome)
- [RooCode Codebase Indexing](https://docs.roocode.com/features/codebase-indexing?utm_source=extension&utm_medium=ide&utm_campaign=settings)
---
## Learning & Community
### Drupal Community
- [Drupal GovCon](https://www.drupalgovcon.org/) Government-focused Drupal conference
### Open Source Projects
- [Drupal Smart Snippets](https://github.com/andy-blum/drupal-smart-snippets) AI-powered Drupal snippets
- [Awesome LLM Apps](https://github.com/Hannibal046/Awesome-LLM) Curated list of LLM apps
---
## Interoperability & Standards
### Agent Interoperability
- [Google A2A Agent Interoperability](https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/)
- [GitLab MCP](https://gitlab.com/fforster/gitlab-mcp)
- [OpenAPI Initiative](https://www.openapis.org/) OpenAPI spec standards
- [W3C AI KR Community Group](https://www.w3.org/community/aikr/) AI knowledge representation standards
## Google Build Kit
- https://google.github.io/adk-docs/tools/
---
https://www.youtube.com/watch?v=qjPH9njnaVU
https://github.com/Ipenywis/aimemory
https://github.com/kagent-dev/kagent
https://medium.com/lets-code-future/build-your-own-local-ai-coding-agent-like-vibecode-no-magic-just-python-3ee4bb931acf
https://milvus.io/blog/build-open-source-alternative-to-cursor-with-code-context.md
https://github.com/zilliztech/claude-context
https://processwire.com/talk/topic/29439-cursor-might-be-my-vscode-replacement/
https://medium.com/@vikasranjan008/using-cursor-ide-like-a-pro-my-personal-guide-to-building-debugging-and-staying-sane-ed127bae546e
https://forum.cursor.com/t/mastering-long-codebases-with-cursor-gemini-and-claude-a-practical-guide/38240
https://dev.to/zachary62/building-cursor-with-cursor-a-step-by-step-guide-to-creating-your-own-ai-coding-agent-17c4
https://github.com/Ipenywis/aimemory
https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension
https://developer.apple.com/documentation/network
https://docs.gitlab.com//ci/components/
https://github.com/langgenius/dify
https://api.qdrant.tech/api-reference
https://openapi.apidog.io/import-openapiswagger-data-7312738e0
# Master Reference Links for CI, ML, Agents, Orchestration, Observability, Tooling, etc.
## GitLab / CI / ML / MLOps / Model Registry
- https://docs.gitlab.com/ci/components/examples/
- https://docs.gitlab.com/ci/inputs/
- https://docs.gitlab.com/ci/inputs/examples/
- https://docs.gitlab.com/ci/yaml/workflow/
- https://docs.gitlab.com/ci/steps/
- https://docs.gitlab.com/tutorials/setup_steps/
- https://docs.gitlab.com/user/project/ml/
- https://docs.gitlab.com/user/project/ml/experiment_tracking/
- https://docs.gitlab.com/user/project/ml/model_registry/
## ML / LLM / Model Stack & Frameworks
- https://docs.vllm.ai/
- https://github.com/OpenAccess-AI-Collective/axolotl
- https://huggingface.co/docs/transformers/index
- https://huggingface.co/docs/accelerate/index
- https://huggingface.co/docs/peft/index
- https://mlflow.org/docs/latest/index.html
- https://docs.mosaicml.com/projects/composer/en/stable/
## Agent / MultiAgent / Orchestration
- https://cursor.com/docs/background-agent/api/overview
- https://cursor.com/docs/background-agent/web-and-mobile
- https://cursor.com/docs/context/memories
- https://cursor.com/docs/context/rules
- https://cursor.com/docs/agent/chat/summarization
- https://cursor.com/docs/agent/chat/duplicate
- https://cursor.com/docs/agent/commands
- https://cursor.com/docs/agent/tools
- https://cursor.com/docs/agent/review
- https://cursor.com/docs/agent/terminal
- https://cursor.com/docs/agent/browser
- https://cursor.com/docs/agent/hooks
- https://cursor.com/docs/inline-edit/overview
- https://cursor.com/docs/inline-edit/terminal
- https://cursor.com/docs/context/codebase-indexing
- https://cursor.com/docs/context/mcp
- https://cursor.com/docs/context/mcp/directory
- https://cursor.com/docs/context/mcp/install-links
- https://cursor.com/docs/context/symbols
- https://github.com/crewAIInc/crewAI cooperative / rolebased agent orchestration [oai_citation:0GitHub](https://github.com/crewAIInc/crewAI?utm_source=chatgpt.com)
- https://github.com/awslabs/agent-squad multiagent orchestration / routing framework [oai_citation:1GitHub](https://github.com/awslabs/agent-squad?utm_source=chatgpt.com)
- https://github.com/avivl/claude-007-agents unified AI agent orchestration system [oai_citation:2GitHub](https://github.com/avivl/claude-007-agents?utm_source=chatgpt.com)
- https://github.com/dapr/dapr-agents resilient AI agent systems built on Dapr [oai_citation:3GitHub](https://github.com/dapr/dapr-agents?utm_source=chatgpt.com)
- https://github.com/microsoft/agent-framework multi-agent workflows with Python / .NET support [oai_citation:4GitHub](https://github.com/microsoft/agent-framework?utm_source=chatgpt.com)
- https://github.com/openai/swarm lightweight coordination & handoffs among agents [oai_citation:5GitHub](https://github.com/openai/swarm?utm_source=chatgpt.com)
- https://github.com/kortix-ai/suna autonomous AI agent platform [oai_citation:6GitHub](https://github.com/kortix-ai/suna?utm_source=chatgpt.com)
## Observability / Monitoring / Infrastructure
- https://docs.langfuse.com/
- https://docs.helicone.ai/
- https://docs.arize.com/phoenix/
- https://github.com/traceloop/openllmetry/
## MLOps Tools & Platforms (Experiment Tracking, Versioning, Orchestration, Deployment)
- https://github.com/kelvins/awesome-mlops curated list of MLOps tools [oai_citation:7GitHub](https://github.com/kelvins/awesome-mlops?utm_source=chatgpt.com)
- https://lakefs.io/blog/mlops-tools/ 27 MLOps Tools for 2025 [oai_citation:8lakeFS](https://lakefs.io/blog/mlops-tools/?utm_source=chatgpt.com)
- https://www.datacamp.com/blog/top-mlops-tools 25 Top MLOps Tools You Need to Know [oai_citation:9DataCamp](https://www.datacamp.com/blog/top-mlops-tools?utm_source=chatgpt.com)
- https://www.cake.ai/blog/best-open-source-mlops-tools open source MLOps tools overview [oai_citation:10cake.ai](https://www.cake.ai/blog/best-open-source-mlops-tools?utm_source=chatgpt.com)
- https://neptune.ai/blog/best-open-source-mlops-tools opensource MLOps platforms & tools [oai_citation:11neptune.ai](https://neptune.ai/blog/best-open-source-mlops-tools?utm_source=chatgpt.com)
- https://neptune.ai/blog/mlops-tools-platforms-landscape MLOps / LLMOps landscape 2025 [oai_citation:12neptune.ai](https://neptune.ai/blog/mlops-tools-platforms-landscape?utm_source=chatgpt.com)
- https://valohai.com/mlops-platforms-compared/ comparison of major MLOps platforms [oai_citation:13valohai.com](https://valohai.com/mlops-platforms-compared/?utm_source=chatgpt.com)
- https://blog.n8n.io/mlops-tools/ We categorized 40 MLOps tools [oai_citation:14n8n Blog](https://blog.n8n.io/mlops-tools/?utm_source=chatgpt.com)
- https://dysnix.com/blog/mlops-tools-platforms 10 Top MLOps Tools and Platforms in 2025 [oai_citation:15dysnix.com](https://dysnix.com/blog/mlops-tools-platforms?utm_source=chatgpt.com)
- https://analyticsvidhya.com/blog/2024/04/top-mlops-tools/ list of top MLOps tools [oai_citation:16Analytics Vidhya](https://www.analyticsvidhya.com/blog/2024/04/top-mlops-tools/?utm_source=chatgpt.com)
- https://moontechnolabs.com/blog/mlops-tools/ top MLOps tools, use cases & best practices [oai_citation:17moontechnolabs.com](https://www.moontechnolabs.com/blog/mlops-tools/?utm_source=chatgpt.com)
- https://thechief.io/c/editorial/top-10-open-source-mlops-tools/ Top 10 open source MLOps tools incl Kubeflow, MLflow, DVC, etc. [oai_citation:18The Chief](https://thechief.io/c/editorial/top-10-open-source-mlops-tools/?utm_source=chatgpt.com)
- https://en.wikipedia.org/wiki/Data_Version_Control_%28software%29 DVC, data version control system [oai_citation:19Wikipedia](https://en.wikipedia.org/wiki/Data_Version_Control_%28software%29?utm_source=chatgpt.com)
- https://en.wikipedia.org/wiki/Kubeflow overview of Kubeflow as ML platform on Kubernetes [oai_citation:20Wikipedia](https://en.wikipedia.org/wiki/Kubeflow?utm_source=chatgpt.com)
## Research / Academic / Tooling Extras
- https://arxiv.org/abs/2001.07935 CodeReef: portable MLOps / automation / reproducible benchmarking [oai_citation:21arXiv](https://arxiv.org/abs/2001.07935?utm_source=chatgpt.com)
- https://arxiv.org/abs/2305.04214 PiML Toolbox for interpretable ML development & diagnostics [oai_citation:22arXiv](https://arxiv.org/abs/2305.04214?utm_source=chatgpt.com)
- https://github.com/ashishpatel26/500-AI-Agents-Projects repository collecting many AI agent projects / use cases [oai_citation:23GitHub](https://github.com/ashishpatel26/500-AI-Agents-Projects?utm_source=chatgpt.com)
## General / Supporting / Ecosystem & Tooling
- https://vuepress.vuejs.org/
- https://docusaurus.io/docs
- https://swagger.io/tools/swagger-ui/
- https://redocly.com/docs/redoc/
- https://typedoc.org/
- https://www.mkdocs.org/
- https://chakra-ui.com/docs/get-started/installation
- https://github.com/modelcontextprotocol/sdk-typescript
- https://github.com/zereight/mcp-gitlab
- https://github.com/qdrant/qdrant
- https://github.com/linear/linear
- https://github.com/langchain-ai/langchainjs
- https://github.com/joaomdmoura/crewai
- https://github.com/instructor-ai/instructor-js
- https://github.com/drwpow/openapi-typescript
- https://github.com/colinhacks/zod
- https://github.com/modelcontextprotocol/inspector
- https://github.com/stanfordnlp/dspy
- https://github.com/microsoft/semantic-kernel
- https://github.com/ollama/ollama
- https://github.com/ray-project/ray
- https://github.com/triton-inference-server/server
- https://github.com/langfuse/langfuse
- https://github.com/traceloop/openllmetry
- https://github.com/bprefect/prefect (or Prefect official)
- https://github.com/apache/airflow
# Ultimate Reference Catalog CI, ML, LLM, Agents, Orchestration, Tooling, Research
## 1. GitLab / CI / ML Pipelines / Model Registry / MLOps
- https://docs.gitlab.com/ci/components/examples/ GitLab CI component examples
- https://docs.gitlab.com/ci/inputs/ CI input variables, definitions
- https://docs.gitlab.com/ci/inputs/examples/ example usages
- https://docs.gitlab.com/ci/yaml/workflow/ workflow rules in GitLab YAML
- https://docs.gitlab.com/ci/steps/ job / step definitions
- https://docs.gitlab.com/tutorials/setup_steps/ onboarding / setup steps
- https://docs.gitlab.com/user/project/ml/ ML support & tooling in GitLab
- https://docs.gitlab.com/user/project/ml/experiment_tracking/ experiment tracking
- https://docs.gitlab.com/user/project/ml/model_registry/ model registry
- https://github.com/kelvins/awesome-mlops curated list of MLOps tools & references [oai_citation:0GitHub](https://github.com/kelvins/awesome-mlops?utm_source=chatgpt.com)
- https://github.com/visenger/awesome-mlops another curated collection [oai_citation:1GitHub](https://github.com/visenger/awesome-mlops?utm_source=chatgpt.com)
- https://github.com/awesomemlops/awesome-mlops-platforms curated open source + commercial platforms (ClearML, DAGsHub, etc.) [oai_citation:2GitHub](https://github.com/awesome-mlops/awesome-mlops-platforms?utm_source=chatgpt.com)
- https://ethicalml.github.io/awesome-production-machine-learning/ production ML / deployment / monitoring libs & tools [oai_citation:3Ethical ML](https://ethicalml.github.io/awesome-production-machine-learning/?utm_source=chatgpt.com)
- https://neptune.ai/blog/best-open-source-mlops-tools list & review of open source MLOps tools [oai_citation:4neptune.ai](https://neptune.ai/blog/best-open-source-mlops-tools?utm_source=chatgpt.com)
- https://github.com/Pythondeveloper6/Awesome-MLOPS broad resource & tool list for MLOps [oai_citation:5GitHub](https://github.com/Pythondeveloper6/Awesome-MLOPS?utm_source=chatgpt.com)
- https://www.kdnuggets.com/10-github-repositories-to-master-mlops GitHub repos to learn from [oai_citation:6KDnuggets](https://www.kdnuggets.com/10-github-repositories-to-master-mlops?utm_source=chatgpt.com)
- https://www.geeksforgeeks.org/machine-learning/10-github-repositories-to-master-mlops/ alternate list overlapping with above [oai_citation:7GeeksforGeeks](https://www.geeksforgeeks.org/machine-learning/10-github-repositories-to-master-mlops/?utm_source=chatgpt.com)
## 2. ML / LLM / Model / Fine-Tuning / Frameworks
- https://docs.vllm.ai/ vLLM (fast LLM serving / inference)
- https://github.com/OpenAccess-AI-Collective/axolotl fine-tuning / prompt tuning / model adaptation
- https://huggingface.co/docs/transformers/index Transformers library docs
- https://huggingface.co/docs/accelerate/index accelerate library (distributed training / scaling)
- https://huggingface.co/docs/peft/index parameter efficient fine-tuning (PEFT)
- https://mlflow.org/docs/latest/index.html MLflow for tracking, registry, model serving
- https://docs.mosaicml.com/projects/composer/en/stable/ MosaicML Composer (training / optimization)
## 3. Agent / Multi-Agent / Orchestration / LLM Orchestration
### General Overviews & Concepts
- https://www.ibm.com/think/topics/ai-agent-orchestration what is AI Agent Orchestration? [oai_citation:8IBM](https://www.ibm.com/think/topics/ai-agent-orchestration?utm_source=chatgpt.com)
- https://www.xcubelabs.com/blog/ai-agent-orchestration-explained-how-intelligent-agents-work-together/ mechanics, benefits, patterns [oai_citation:9[x]cube LABS](https://www.xcubelabs.com/blog/ai-agent-orchestration-explained-how-intelligent-agents-work-together/?utm_source=chatgpt.com)
- https://dominguezdaniel.medium.com/a-technical-guide-to-multi-agent-orchestration-5f979c831c0d deeper technical guide & architecture [oai_citation:10Medium](https://dominguezdaniel.medium.com/a-technical-guide-to-multi-agent-orchestration-5f979c831c0d?utm_source=chatgpt.com)
- https://aws.amazon.com/blogs/machine-learning/design-multi-agent-orchestration-with-reasoning-using-amazon-bedrock-and-open-source-frameworks/ AWS + open source agent orchestration example [oai_citation:11Amazon Web Services, Inc.](https://aws.amazon.com/blogs/machine-learning/design-multi-agent-orchestration-with-reasoning-using-amazon-bedrock-and-open-source-frameworks/?utm_source=chatgpt.com)
- https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-orchestration/ Microsoft Semantic Kernels agent orchestration features [oai_citation:12Microsoft Learn](https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-orchestration/?utm_source=chatgpt.com)
- https://akka.io/blog/ai-orchestration-tools broad survey of AI orchestration tools & concepts [oai_citation:13Akka](https://akka.io/blog/ai-orchestration-tools?utm_source=chatgpt.com)
- https://research.aimultiple.com/llm-orchestration/ comparison of LLM orchestration frameworks [oai_citation:14AIMultiple](https://research.aimultiple.com/llm-orchestration/?utm_source=chatgpt.com)
### Frameworks & Tools / Comparisons
- https://getstream.io/blog/multiagent-ai-frameworks/ mentions Agno, OpenAI Swarm, LangGraph, CrewAI, etc. [oai_citation:15Stream](https://getstream.io/blog/multiagent-ai-frameworks/?utm_source=chatgpt.com)
- https://superagi.com/top-10-agent-orchestration-framework-tools-to-streamline-your-operations-in-2024/ survey of orchestration toolkits [oai_citation:16SuperAGI](https://superagi.com/top-10-agent-orchestration-framework-tools-to-streamline-your-operations-in-2024/?utm_source=chatgpt.com)
- https://relari.ai/blog/ai-agent-framework-comparison-langgraph-crewai-openai-swarm comparative review of LangGraph, CrewAI, Swarm [oai_citation:17relari.ai](https://www.relari.ai/blog/ai-agent-framework-comparison-langgraph-crewai-openai-swarm?utm_source=chatgpt.com)
- https://botpress.com/blog/ai-agent-frameworks Top 7 Free AI Agent Frameworks including Botpress, LangChain, CrewAI, AutoGen, etc. [oai_citation:18Botpress](https://botpress.com/blog/ai-agent-frameworks?utm_source=chatgpt.com)
- https://medium.com/%40akankshasinha247/agent-orchestration-when-to-use-langchain-langgraph-autogen-or-build-an-agentic-rag-system-cc298f785ea4 decision guide for which orchestration layer / tool to use [oai_citation:19Medium](https://medium.com/%40akankshasinha247/agent-orchestration-when-to-use-langchain-langgraph-autogen-or-build-an-agentic-rag-system-cc298f785ea4?utm_source=chatgpt.com)
- https://research.aimultiple.com/agentic-frameworks/ list & evaluation of agentic / multi-agent frameworks [oai_citation:20AIMultiple](https://research.aimultiple.com/agentic-frameworks/?utm_source=chatgpt.com)
- https://shakudo.io/blog/top-9-ai-agent-frameworks top agent frameworks overview [oai_citation:21Shakudo](https://www.shakudo.io/blog/top-9-ai-agent-frameworks?utm_source=chatgpt.com)
- https://github.com/Snowflake-Labs/orchestration-framework Snowflakes Agent Gateway orchestration / agentic framework for Snowflake tools [oai_citation:22GitHub](https://github.com/Snowflake-Labs/orchestration-framework?utm_source=chatgpt.com)
### Cutting-Edge / Academic / Research
- Federation of Agents: A SemanticsAware Communication Fabric for LargeScale Agentic AI (arXiv) advanced semantic routing, agent collaboration architecture [oai_citation:23arXiv](https://arxiv.org/abs/2509.20175?utm_source=chatgpt.com)
- KubeIntellect: A Modular LLMOrchestrated Agent Framework for EndtoEnd Kubernetes Management (arXiv) LLM-based orchestration of Kubernetes tasks [oai_citation:24arXiv](https://arxiv.org/abs/2509.02449?utm_source=chatgpt.com)
- Agentic Lybic: MultiAgent Execution System with Tiered Reasoning and Orchestration (arXiv) FSM-based orchestration between agent components [oai_citation:25arXiv](https://arxiv.org/abs/2509.11067?utm_source=chatgpt.com)
- Unifying Language Agent Algorithms with Graphbased Orchestration Engine for Reproducible Agent Research (AGORA) (arXiv) graph-based orchestration engine for language agents [oai_citation:26arXiv](https://arxiv.org/abs/2505.24354?utm_source=chatgpt.com)
### Legacy / Classical / Other Architectures
- JADE (Java Agent Development Framework) classical multi-agent system framework in Java [oai_citation:27Wikipedia](https://en.wikipedia.org/wiki/Java_Agent_Development_Framework?utm_source=chatgpt.com)
- Apache Brooklyn orchestration / blueprint management for distributed applications (cloud, apps) [oai_citation:28Wikipedia](https://en.wikipedia.org/wiki/Apache_Brooklyn?utm_source=chatgpt.com)
## 4. Supporting Ecosystem / Tooling / Observability / Infrastructure
- https://docs.langfuse.com/ LLM / prompt observability & analytics
- https://docs.helicone.ai/ API / LLM usage monitoring
- https://docs.arize.com/phoenix/ model monitoring / drift / metrics
- https://github.com/traceloop/openllmetry/ OpenTelemetry instrumentation for AI / LLM systems
- https://github.com/modelcontextprotocol/sdk-typescript MCP (Model Context Protocol) TS SDK
- https://github.com/zereight/mcp-gitlab GitLab MCP server integration
- https://github.com/qdrant/qdrant vector database for embeddings / memory
- https://github.com/linear/linear issue / project management platform integration
- https://github.com/langchain-ai/langchainjs JS version of LangChain
- https://github.com/joaomdmoura/crewai CrewAI multi-agent orchestration framework
- https://github.com/instructor-ai/instructor-js structured output / validation
- https://github.com/drwpow/openapi-typescript OpenAPI TypeScript codegen
- https://github.com/colinhacks/zod TypeScript schema / validation
- https://github.com/modelcontextprotocol/inspector tool to inspect MCP / protocol messages
- https://github.com/stanfordnlp/dspy prompt / prompt pipeline tooling
- https://github.com/microsoft/semantic-kernel orchestration, agents, embedding, memory
- https://github.com/ollama/ollama local LLM inference tool / runtime
- https://github.com/ray-project/ray distributed compute / serving
- https://github.com/triton-inference-server/server GPU inference / serving
- https://github.com/prefecthq/prefect workflow orchestration / pipelines
- https://github.com/apache/airflow classical workflow orchestration
- https://vuepress.vuejs.org/ static docs / site generation
- https://docusaurus.io/docs documentation framework
- https://swagger.io/tools/swagger-ui/ OpenAPI UI
- https://redocly.com/docs/redoc/ API docs UI
- https://typedoc.org/ TypeScript documentation generation
- https://www.mkdocs.org/ markdown site generator
- https://chakra-ui.com/docs/get-started/installation UI framework for React
## 5. Notable Projects / Novel Agents / Systems
- Manus (AI agent) autonomous agent launch / product (2025) [oai_citation:29Wikipedia](https://en.wikipedia.org/wiki/Manus_%28AI_agent%29?utm_source=chatgpt.com)
- Agentforce 360 by Salesforce enterprise agent / orchestration platform (recent) [oai_citation:30IT Pro](https://www.itpro.com/technology/artificial-intelligence/salesforce-just-launched-a-new-catch-all-platform-to-build-enterprise-ai-agents?utm_source=chatgpt.com)
---
Cool I found a bunch of more cuttingedge / open source / free projects in the AI / agent / observability / orchestration space. Below is an extended set of links (with notes) you can merge into your master list.
Youll want to vet licenses, maturity, community activity before adopting, but this gives you leads.
New & CuttingEdge / Open Source Tools & Frameworks
Agent / MultiAgent / Orchestration & Coordination
Agent Squad (AWS Labs) flexible open source framework for managing multiple AI agents, conversation routing, context tracking. Apache2.0 license.
LangGraph stateful orchestration framework for agent workflows. SDKs in Python / JS.
AutoGen Microsofts open source multi-agent orchestration / conversation system.
CrewAI open source multi-agent system; rolebased collaboration among agents.
OpenAI Swarm (Agents SDK) lightweight orchestration primitives (handoffs, agents, tools) via OpenAIs Agents SDK.
Symphony decentralized multi-agent orchestration framework (ledger + voting + capability registry) from recent research.
Bluemarz newer Python-based open source orchestration tool for AI agents.
Observability / Monitoring / Metrics / Evaluation for LLMs / Agents
Langfuse open source LLM engineering / observability platform (selfhostable) with tracing, prompt management, metrics.
OpenLLMetry observability extension built on OpenTelemetry to pipe LLM traces into existing observability stacks.
PostHog (LLM Analytics) open source platform with LLM observability / analytics features.
Evidently (OSS) open source tool to evaluate/monitor AI systems (tabular, NLP, LLM).
OpenLIT new open source tool built on OpenTelemetry covering LLM / VectorDB / GPU metrics & evals.
Phoenix (by Arize) tracing & evaluation tool for LLM pipelines (open source / integratable)
AgentSight systemlevel observability for agents using eBPF, correlating semantic intent (prompt) with kernel traces. Open source.
Safety, Guardrails & Constraints
NeMo Guardrails open source toolkit to inject programmable rails (constraints, style, domain limits) into LLM conversational systems.
Misc / Classical / Supporting
OpenTelemetry + Grafana using OpenTelemetry as vendoragnostic tracing / metrics backbone, integrate LLM / agent traces into your existing observability pipeline.
Eden AI Observability / Monitoring Tools (some free / open components) in the observability space (watch for open components).
Akka (actor toolkit) toolkit for building distributed, eventdriven, agentic systems (on JVM). Sourceavailable / open ecosystem.
Apache Brooklyn orchestration / deployment management via declarative blueprints; useful for managing distributed / agentic apps.
New & CuttingEdge / Open Source Tools & Frameworks
Agent / MultiAgent / Orchestration & Coordination
Agent Squad (AWS Labs) flexible open source framework for managing multiple AI agents, conversation routing, context tracking. Apache2.0 license.
LangGraph stateful orchestration framework for agent workflows. SDKs in Python / JS.
AutoGen Microsofts open source multi-agent orchestration / conversation system.
CrewAI open source multi-agent system; rolebased collaboration among agents.
OpenAI Swarm (Agents SDK) lightweight orchestration primitives (handoffs, agents, tools) via OpenAIs Agents SDK.
Symphony decentralized multi-agent orchestration framework (ledger + voting + capability registry) from recent research.
Bluemarz newer Python-based open source orchestration tool for AI agents.
Observability / Monitoring / Metrics / Evaluation for LLMs / Agents
Langfuse open source LLM engineering / observability platform (selfhostable) with tracing, prompt management, metrics.
OpenLLMetry observability extension built on OpenTelemetry to pipe LLM traces into existing observability stacks.
PostHog (LLM Analytics) open source platform with LLM observability / analytics features.
Evidently (OSS) open source tool to evaluate/monitor AI systems (tabular, NLP, LLM).
OpenLIT new open source tool built on OpenTelemetry covering LLM / VectorDB / GPU metrics & evals.
Phoenix (by Arize) tracing & evaluation tool for LLM pipelines (open source / integratable)
AgentSight systemlevel observability for agents using eBPF, correlating semantic intent (prompt) with kernel traces. Open source.
Safety, Guardrails & Constraints
NeMo Guardrails open source toolkit to inject programmable rails (constraints, style, domain limits) into LLM conversational systems.
Misc / Classical / Supporting
OpenTelemetry + Grafana using OpenTelemetry as vendoragnostic tracing / metrics backbone, integrate LLM / agent traces into your existing observability pipeline.
Eden AI Observability / Monitoring Tools (some free / open components) in the observability space (watch for open components).
Akka (actor toolkit) toolkit for building distributed, eventdriven, agentic systems (on JVM). Sourceavailable / open ecosystem.
Apache Brooklyn orchestration / deployment management via declarative blueprints; useful for managing distributed / agentic apps.
If you like, I can regenerate your master list filtered to only actively maintained open source and include GitHub links + maturity indicators so you can pick with confidence. Want me to build that productionready open source list for you now?
AI Agent Benchmarking & Compliance Framework
1. Performance Benchmarking Standards
MLPerf (MLCommons) Industry standard for AI training and inference benchmarks. Provides transparent comparisons of model performance across hardware. Relevant for measuring agent inference efficiency and throughput.
SPECworkstation 4.0 Standard Performance Evaluation Corporation benchmark suite. Recently added AI/ML workloads for workstation-level performance measurement. Useful for hardware validation.
Epoch AI Benchmarking Dashboard Provides visualization and comparison of AI model performance metrics. Can serve as a monitoring layer for ongoing benchmarking.
Artificial Analysis Compares AI models across intelligence, performance, and cost. Helpful for evaluating model ROI alongside raw performance.
Why relevant: MLPerf is the de facto AI workload benchmark. SPEC complements it at the system/hardware layer.
2. Performance Metrics (Latency & Throughput)
Databricks Blog: LLM Inference Performance Engineering Best practices for measuring and tuning inference.
Qualcomm AI Performance Metrics Defines key measures like TOPS, latency, throughput.
Doil Kim: Benchmarking vLLM Inference Practical guide for measuring LLM performance.
Why relevant: Needed for SLA/QoS baselines and CI/CD regression testing.
3. Compliance Standards
ISO/IEC 27001:2022 Core infosec certification for ISMS. Applies to all AI/ML deployments.
ISO/IEC 42001:2023 New AI management system standard. Extends ISO 27001 for AI governance.
SOC 2 Compliance for AI Platforms SOC 2 Type II requirements adapted to AI systems, including data protection and monitoring controls.
GDPR + AI Addresses right to explanation, automated decision-making, and data protection for AI.
Why relevant: Regulatory compliance is mandatory for enterprise and government deployment.
4. Vulnerability Management
CISA AI Vulnerability Pilot U.S. government program for AI vulnerability scanning.
Snyk AI Security Developer-first AppSec tooling with AI-powered vulnerability detection.
SentinelOne AI Vulnerability Management Automated detection and remediation of AI-related risks.
Why relevant: Provides CI/CD-integrated vulnerability scanning for code, containers, and AI models.
5. SLA & QoS for AI Agents
Relevance AI SLA Manager Agent-focused SLA and service monitoring.
Atlassian SLA Guide Defines SLA metrics applicable to AI workflows.
Akira AI: SLA Monitoring AI-driven monitoring and reporting for telecom and agent systems.
Why relevant: SLA specs (latency, uptime, response time) enforce enterprise-grade reliability.
6. Site Reliability Engineering (SRE)
DevOps.com: Nine Pillars of SRE with AI Shows how AI tools improve observability and incident response.
Squadcast: SRE Best Practices Reliability playbooks enhanced by AI.
Altimetrik AI in SRE AI-ops integration into incident detection and resolution.
Why relevant: Provides operational maturity model to run benchmarks and compliance frameworks in production.
Summary
MLPerf + SPEC = standardized benchmarking.
Latency/throughput guides = enforce measurable SLAs.
SOC 2, ISO 27001/42001, GDPR = compliance foundation.
Snyk, CISA, SentinelOne = vulnerability management pipeline.
Relevance AI + SLA frameworks = enforce QoS.
SRE + AI-ops practices = production resilience.
Project-by-Project Technical Brief
Project: agent-buildkit
- https://github.com/modelcontextprotocol/sdk-typescript TypeScript SDK for Model Context Protocol, provides
standardized AI-application integration. Already integrated (v1.17.5), use to expand MCP server capabilities for
agent orchestration.
- https://github.com/zereight/mcp-gitlab GitLab MCP server for project management integration. Already integrated
(v2.0.5), leverage for CI/CD pipeline coordination with agent deployments.
- https://github.com/qdrant/qdrant High-performance vector database with 4x benchmark gains. Already integrated
(v1.15.1), optimize for agent memory and semantic search operations.
- https://github.com/linear/linear Project management integration for issue tracking. Already integrated (v59.1.0),
use for roadmap synchronization features.
- https://github.com/langchain-ai/langchainjs Comprehensive LLM orchestration framework. Not integrated, consider
for complex agent reasoning chains and tool use patterns.
- https://github.com/joaomdmoura/crewai Multi-agent orchestration with 100K+ developers. Not integrated, evaluate
for role-based agent coordination templates.
- https://github.com/instructor-ai/instructor-js Structured output validation for LLMs. Not integrated, critical
for ensuring agent response schemas match OpenAPI specs.
Project: OSSA
- https://github.com/drwpow/openapi-typescript Generate TypeScript types from OpenAPI specs. Already integrated
(v6.7.3), continue using for specification-driven development.
- https://github.com/colinhacks/zod TypeScript-first schema validation. Already integrated (v4.1.5), leverage for
runtime validation of agent contracts.
- https://github.com/modelcontextprotocol/inspector Debug and visualize MCP protocol messages. Not integrated,
essential for OSSA compliance validation tooling.
- https://github.com/stanfordnlp/dspy Systematic prompt optimization framework. Not integrated, use for automatic
prompt generation in OSSA-compliant agents.
- https://github.com/microsoft/semantic-kernel Microsoft's enterprise LLM orchestration. Not integrated, evaluate
for cross-language OSSA implementations.
Project: agent-ops
- https://github.com/ollama/ollama Local LLM inference with Docker-like simplicity. Not integrated, critical for
local development and testing environments.
- https://github.com/vllm-project/vllm 24x throughput improvement for production inference. Not integrated,
essential for high-performance agent deployments.
- https://github.com/ray-project/ray Distributed ML serving with autoscaling. Not integrated, required for
multi-model agent orchestration at scale.
- https://github.com/triton-inference-server/server NVIDIA's production inference platform. Not integrated,
evaluate for GPU-accelerated deployments.
- https://github.com/langfuse/langfuse Open-source LLM observability platform. Not integrated, implement for
production monitoring with 50K events/month free tier.
- https://github.com/traceloop/openllmetry OpenTelemetry for LLMs. Not integrated, integrate with existing
OpenTelemetry setup for agent tracing.
Project: agent-router
- https://github.com/BerriAI/litellm Unified interface for 100+ LLM providers. Not integrated, essential for
provider abstraction and fallback routing.
- https://github.com/Portkey-AI/gateway Load balancing and caching for LLM APIs. Not integrated, implement for
intelligent request routing and cost optimization.
- https://github.com/guidance-ai/guidance Token-level control with 50% faster inference. Not integrated, use for
optimized prompt routing strategies.
- https://github.com/Helicone/helicone LLM proxy with cost management. Not integrated, implement as middleware for
usage tracking and budgeting.
Project: agent-brain
- https://github.com/qdrant/qdrant Rust-based vector DB with ACID compliance. Already integrated via buildkit,
optimize for billion-scale vector operations.
- https://github.com/lancedb/lancedb Serverless embedded vector database. Not integrated, evaluate for
zero-overhead agent memory storage.
- https://github.com/run-llama/llama_index RAG-optimized with 35% retrieval accuracy boost. Not integrated,
critical for knowledge base integration.
- https://github.com/infiniflow/ragflow Deep document understanding with visual chunking. Not integrated, implement
for complex document processing pipelines.
- https://github.com/pgvector/pgvector PostgreSQL vector extension. Not integrated, leverage existing PG
infrastructure for vector search.
Project: workflow-engine
- https://github.com/temporalio/temporal Durable workflow execution platform. Not integrated, evaluate for
long-running agent workflows.
- https://github.com/apache/airflow Workflow orchestration at scale. Not integrated, consider for complex DAG-based
agent pipelines.
- https://github.com/n8n-io/n8n Visual workflow automation. Not integrated, useful for non-technical workflow
design.
- https://github.com/OptimalBits/bull Redis-based queue for Node.js. Already integrated (v4.16.5), continue using
for job processing.
- https://github.com/microsoft/autogen Microsoft's multi-agent framework. Not integrated, evaluate group chat
patterns for workflow coordination.
Project: compliance-engine
- https://github.com/confident-ai/deepeval pytest-like testing for LLM outputs. Not integrated, essential for
compliance validation with hallucination detection.
- https://github.com/explodinggradients/ragas RAG-specific evaluation metrics. Not integrated, implement for
retrieval accuracy compliance.
- https://github.com/Giskard-AI/giskard ML model testing and monitoring. Not integrated, use for bias detection and
safety compliance.
- https://github.com/great-expectations/great_expectations Data validation framework. Not integrated, leverage for
input/output compliance checks.
Project: agent-protocol
- https://github.com/modelcontextprotocol Official protocol implementations. Partially integrated, expand to
Python/Java/Go SDKs for cross-language support.
- https://www.jsonrpc.org Lightweight RPC protocol used by MCP. Already using, maintain compatibility with MCP 2.0
specification.
- https://github.com/protocolbuffers/protobuf Google's data serialization. Not integrated, consider for
high-performance agent communication.
- https://github.com/grpc/grpc High-performance RPC framework. Not integrated, evaluate for inter-agent
communication.
Project: doc-engine
- https://github.com/facebook/docusaurus React-based documentation platform. Not integrated, consider for agent
documentation portal.
- https://github.com/squidfunk/mkdocs-material Material design documentation. Not integrated, evaluate for
technical documentation.
- https://github.com/mintlify/mint Developer documentation platform. Not integrated, use for API documentation
generation.
- https://github.com/readmeio/api-explorer Interactive API documentation. Not integrated, implement for OpenAPI
visualization.
Project: agent-studio
- https://github.com/FlowiseAI/Flowise Drag-drop LLM flow builder. Not integrated, reference for visual agent
design patterns.
- https://github.com/langflow-ai/langflow Visual framework for LLM apps. Not integrated, evaluate UI components for
agent building.
- https://github.com/langgenius/dify LLM app development platform. Not integrated, study for multi-tenant agent
studio features.
- https://github.com/xyflow/xyflow Already integrated (v11.10.0), continue using for workflow visualization.
Project: agent-mesh
- https://github.com/istio/istio Service mesh for microservices. Not integrated, critical for agent service
discovery and load balancing.
- https://github.com/linkerd/linkerd2 Lightweight Kubernetes service mesh. Not integrated, evaluate for simpler
mesh deployments.
- https://github.com/hashicorp/consul Service mesh and discovery. Not integrated, consider for multi-datacenter
agent coordination.
- https://github.com/nats-io/nats-server High-performance messaging. Not integrated, implement for agent event
streaming.
Project: agent-tracer
- https://github.com/open-telemetry Observability framework. Already integrated, expand with LLM-specific
instrumentation.
- https://github.com/jaegertracing/jaeger Distributed tracing platform. Not integrated, implement for agent
execution tracing.
- https://github.com/grafana/tempo High-volume tracing backend. Not integrated, evaluate for trace storage at
scale.
- https://github.com/langfuse/langfuse LLM-specific observability. Not integrated, critical for prompt/completion
tracking.
Project: agentic-flows
- https://github.com/PrefectHQ/prefect Modern workflow orchestration. Not integrated, evaluate for Python-based
agent flows.
- https://github.com/dagster-io/dagster Data orchestration platform. Not integrated, consider for data-heavy agent
pipelines.
- https://github.com/flyteorg/flyte ML workflow automation. Not integrated, evaluate for ML model orchestration.
- https://github.com/argoproj/argo-workflows Kubernetes-native workflows. Not integrated, implement for
container-based agent execution.
Project: agent-chat
- https://github.com/socketio/socket.io Already integrated (v4.7.5), continue using for real-time agent
communication.
- https://webrtc.org Peer-to-peer communication. Not integrated, consider for direct agent-to-agent channels.
- https://github.com/matrix-org/synapse Decentralized communication. Not integrated, evaluate for federated agent
chat.
- https://github.com/vercel/ai Streaming chat UI components. Not integrated, implement for modern chat interfaces.
Project: rfp-automation
- https://github.com/Unstructured-IO/unstructured Document parsing for RAG. Not integrated, essential for RFP
document processing.
- https://github.com/deepset-ai/haystack NLP framework for search. Not integrated, implement for RFP
question-answering.
- https://github.com/RasaHQ/rasa Conversational AI framework. Not integrated, evaluate for RFP response generation.
- https://github.com/explosion/spaCy Industrial NLP library. Not integrated, use for entity extraction from RFPs.
Project: foundation-bridge
- https://github.com/trpc/trpc End-to-end typesafe APIs. Not integrated, implement for type-safe agent
communication.
- https://www.apollographql.com/docs/federation Distributed GraphQL. Not integrated, use for unified agent API
gateway.
- https://github.com/Kong/kong API gateway platform. Not integrated, evaluate for agent API management.
- https://github.com/apache/kafka Event streaming platform. Kafka-node integrated, upgrade to modern client for
better performance.
> foundation-bridge is my apple foundation for thei rmodel, and ios
Updated: Project: foundation-bridge (Apple Foundation/iOS)
- https://github.com/MacPaw/OpenAI Native Swift client for OpenAI API. Not integrated, essential for iOS/macOS
agent integration.
- https://github.com/ml-explore/mlx-swift Apple's on-device ML framework. Not integrated, critical for local
inference on Apple Silicon.
- https://github.com/apple/coremltools Convert models to Core ML format. Not integrated, required for deploying
models to iOS/macOS.
- https://developer.apple.com/documentation/createml Apple's native ML training framework. Not integrated, use for
on-device model fine-tuning.
- https://developer.apple.com/documentation/naturallanguage Apple's NLP APIs. Not integrated, leverage for text
processing without external dependencies.
- https://developer.apple.com/documentation/speech On-device speech recognition. Not integrated, implement for
voice-based agent interactions.
- https://developer.apple.com/documentation/vision Computer vision on Apple devices. Not integrated, use for
multimodal agent capabilities.
- https://developer.apple.com/documentation/combine Reactive programming for Swift. Not integrated, essential for
async agent communication patterns.
- https://developer.apple.com/documentation/swiftui Modern UI framework. Not integrated, use for native agent chat
interfaces on iOS/macOS.
- https://developer.apple.com/documentation/network Low-level networking. Not integrated, implement for efficient
WebSocket/gRPC connections.
Updated Technical Brief for foundation-bridge (Apple Foundation/iOS)
Project: foundation-bridge (Apple Foundation for iOS/macOS AI Models)
- https://github.com/ml-explore/mlx-swift Apple's high-performance ML framework optimized for Apple Silicon. Not
integrated, critical for running LLMs locally on M-series chips with unified memory architecture.
- https://github.com/MacPaw/OpenAI Native Swift SDK for OpenAI API integration. Not integrated, essential for
CloudKit-synced API key management and iOS/macOS agent capabilities.
- https://github.com/apple/coremltools Convert PyTorch/TensorFlow models to Core ML format. Not integrated,
required for optimized on-device inference with Neural Engine acceleration.
- https://developer.apple.com/documentation/createml Apple's native transfer learning and fine-tuning. Not
integrated, use for on-device model adaptation without server roundtrips.
- https://github.com/huggingface/swift-transformers Hugging Face models in Swift. Not integrated, provides 100+
pre-converted models for iOS/macOS deployment.
- https://github.com/buhe/langchain-swift Swift port of LangChain orchestration. Not integrated, implement for
native agent chains and RAG on Apple platforms.
- https://github.com/stasel/WebRTC-iOS Real-time communication for iOS. Not integrated, enable peer-to-peer agent
communication between Apple devices.
- https://github.com/groue/GRDB.swift SQLite with vector extensions. Not integrated, use for on-device vector
storage with Core Data integration.
- https://github.com/vapor/vapor Server-side Swift framework. Not integrated, build agent orchestration servers
that share code with iOS clients.
- https://github.com/apple/swift-nio Apple's async networking framework. Not integrated, implement high-performance
WebSocket/gRPC connections for agent communication.
GitLab CI/CD
https://docs.gitlab.com/ci/components/examples/
https://docs.gitlab.com/ci/inputs/
https://docs.gitlab.com/ci/inputs/examples/
https://docs.gitlab.com/ci/yaml/workflow/
https://docs.gitlab.com/ci/steps/
https://docs.gitlab.com/tutorials/setup_steps/
https://docs.gitlab.com/user/project/ml/
https://docs.gitlab.com/user/project/ml/experiment_tracking/
https://docs.gitlab.com/user/project/ml/model_registry/
LLM + ML Stack
https://docs.vllm.ai/
https://github.com/OpenAccess-AI-Collective/axolotl
https://huggingface.co/docs/transformers/index
https://huggingface.co/docs/accelerate/index
https://huggingface.co/docs/peft/index
https://mlflow.org/docs/latest/index.html
https://docs.mosaicml.com/projects/composer/en/stable/
Cursor
https://cursor.com/docs/background-agent/api/overview
https://cursor.com/docs/background-agent/api/overview
https://cursor.com/docs/context/memories
https://cursor.com/docs/bugbot
https://cursor.com/docs/context/rules
https://cursor.com/docs/background-agent
https://cursor.com/docs/background-agent/web-and-mobile
https://cursor.com/docs/background-agent/api/endpoints
https://cursor.com/docs/background-agent/api/webhooks
https://cursor.com/docs/background-agent/api/webhooks
Agent Orchestration
https://docs.langchain.com/
https://docs.smith.langchain.com/
https://github.com/anthropics/mcp
https://github.com/unslothai/unsloth
Observability
https://docs.langfuse.com/
https://docs.helicone.ai/
https://docs.arize.com/phoenix/
https://github.com/traceloop/openllmetry/
https://docs.wandb.ai/
Drupal & MCP
https://api.drupal.org/api/drupal/11.x
https://www.drupal.org/project/mcp
https://www.drupal.org/project/mcp_client
https://www.drupal.org/project/eca
https://www.drupal.org/project/experience_builder
Docs Toolchain
https://vuepress.vuejs.org/
https://docusaurus.io/docs
https://swagger.io/tools/swagger-ui/
https://redocly.com/docs/redoc/
https://typedoc.org/
https://www.mkdocs.org/
UI
- https://chakra-ui.com/docs/get-started/installation
LibraChat