Urgent.News

What's breaking now, across thousands of outlets.

AI

bioq: a unified, agent-native command-line interface to a fleet of AI drug-discovery methods

Artificial intelligence methods now span the drug-discovery pipeline --structure prediction, de novo design, docking, affinity estimation, and ADMET -- yet each tool ships with its own, often incompatible, GPU software stack, so chaining several into a workflow requires reproducing conflicting software environments and access to datacenter-class hardware that most labs do not have. bioq is a…

bioq is a unified command-line interface designed to streamline the use of various AI drug-discovery methods. Traditionally, each tool in the drug-discovery pipeline - ranging from structure prediction to ADMET analysis - comes with its own incompatible GPU software stack. This makes it challenging for researchers to chain multiple tools together seamlessly, as they often require conflicting software environments and access to expensive datacenter-class hardware that most labs lack.

bioq addresses this challenge by providing a dependency-light command-line client backed by bioq-services. bioq-services acts as an AC control plane gateway, along with a growing fleet of over 38 containerized drug-discovery tools. These tools span seven stages of discovery and six molecular modalities. The bioq CLI is self-describing and consistent across the entire fleet of computational tools, allowing researchers and coding agents to access any tool from a laptop with ease.

There's no need for local model code, CUDA setup, or cloud configuration. The bioq interface, gateway, and services architecture create an execution substrate for automated, agent-driven discovery. bioq and bioq-services are both open source, released under the MIT License and available on GitHub.

To use bioq, Python 3.10 is required with httpx as the only runtime dependency. Services run as Linux containers and can be self-hosted using provided local deployment scripts. Additionally, scripts for Alibaba Cloud Function Compute are available. Comprehensive install, quickstart, test data, and self-hosting instructions are included in the GitHub repositories. The bioq project is actively maintained and will continue to receive updates to features and services.

Written by urgent.news from bioRxiv's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at biorxiv.org →

More in AI

llm 0.35

Release: llm 0.35 New OpenAI model: gpt-6-astra for GPT-6 Astra . Tags: openai , llm , gpt-6-astra

We built a circuit breaker for AI agents — here's why it matters

An agent gets a routine cleanup task. It lists old records, constructs a SQL statement, and calls the database tool. A missing tenant filter turns the intended delete into a production-wide delete.

  • Agentwall middleware sits before tool calls to control AI agent actions.
  • Classifies tool calls as safe, cautious, or destructive based on arguments.
  • Requires human approval for destructive calls, blocks unapproved attempts.

How I Built an Autonomous AI Agent That Earns USDC While I Sleep

How I Built an Autonomous AI Agent That Earns USDC While I Sleep By a developer who prefers shipping code to chasing hype. Why an “earning‑while‑sleeping” agent?

  • Autonomous AI agent earns USDC while developer sleeps
  • System consists of Task Queue, Agent Core, and Payment Handler
  • Agent runs on cheap VPS with Base RPC and optional USDC-issuer API

More from Tuesday 8 September →