AiChemy: Next-Generation Agent with MCP, Skills and Custom Data for Drug Discovery

· Source: Databricks · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Health & Medical Research · Depth: Intermediate, short

Summary

Databricks offers a framework for building custom multi-agent supervisors by integrating public MCP (Multi-Cloud Platform) servers with proprietary data. This system utilizes five workers: OpenTargets, PubMed, PubChem for external knowledge graphs and literature, and proprietary Drug Library (Genie) for structured drug properties with text-to-SQL, alongside a Chemical Library (Vector Search) for unstructured chemical data and similarity search. Users can connect to public MCP servers via Unity Catalog connections, transform structured tables into Genie spaces, and create vector indexes for unstructured data. The multi-agent supervisor can be assembled using either a no-code "Agent Bricks" UI or advanced Databricks Notebooks for Langgraph supervisors, enabling deployment as an MLflow AgentServer with a React UI. All agent invocations are automatically logged and traced to MLflow experiments for evaluation and monitoring.

Key takeaway

For AI Engineers developing multi-agent systems, consider Databricks' approach to integrate diverse data sources. You can rapidly prototype with no-code Agent Bricks or use Notebooks for advanced features like agentic memory. Ensure robust monitoring by leveraging MLflow tracing for end-to-end observability, which is crucial for debugging and optimizing agent performance in production environments.

Key insights

Databricks enables building custom multi-agent systems by integrating public and proprietary data sources.

Principles

Method

Prepare components (MCP connections, Genie spaces, vector indexes), then build the supervisor using either no-code Agent Bricks or Databricks Notebooks for advanced features, and finally deploy and monitor via MLflow.

In practice

Topics

Code references

Best for: AI Engineer, MLOps Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Databricks.