File size: 1,869 Bytes
98bde72
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# PepPA integration into the PeptiVerse Space

The existing [PeptiVerse Space](https://huggingface.co/spaces/ChatterjeeLab/PeptiVerse) is the planned host for the PepPA workflow. The agent interface accepts a therapeutic specification with exact targets, countertargets, chemistry, human/preclinical contexts, desired properties, and budgets. Muse Glimmer-30B produces a PlanProposal against the pinned scientific registry and frozen evidence snapshot. Schema and scientific validation precede execution.

The interface displays the compiled computational graph, generation progress, external checker statuses, remaining budget, and complete candidate reports. Users can download sequences, monomer/SMILES annotations, synthesis metadata, context-specific scores, structures, sources, failure records, and a replayable trace. The internal generator and outer computational checker loop are separate views. The completed output is an immutable candidate bundle.

GPU scientific workers run in pinned native environments behind typed adapters. Secrets remain server-side. Cached runs are identified by the full input and revision hash. Scientific release requires configured endpoint calibration and chemical-domain support. A development context with incomplete required inputs returns diagnostics.

The experimental evaluation dataset is linked to a completed release by its bundle hash. The Space design is prospective; no Space has been deployed in this package.

Muse Glimmer-30B is the default backend. Comparative runs use GPT-6 Astra Max and Claude Opus Max through the same plan schema. These labels correspond to GPT-6 Astra and Claude Opus 5 with maximum reasoning effort. Exact provider IDs, returned revisions, token caps, and prompt versions are saved per run. The existing PeptiVerse interface remains the starting point for the planned agent integration.