|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
|
|
|
|
<meta name="description" content="Project page of TxAgent" /> |
|
<meta property="og:title" content="TxAgent" /> |
|
<meta |
|
property="og:description" |
|
content="An AI Agent for therapeutic reasoning across a universe of tools" |
|
/> |
|
<meta |
|
property="og:url" |
|
content="https://zitniklab.hms.harvard.edu/TxAgent/" |
|
/> |
|
|
|
<meta property="og:image" content="static/image/TxAgent.jpg" /> |
|
<meta property="og:image:width" content="1200" /> |
|
<meta property="og:image:height" content="630" /> |
|
|
|
<meta name="twitter:title" content="TxAgent" /> |
|
<meta |
|
name="twitter:description" |
|
content="An AI Agent for therapeutic reasoning across a universe of tools" |
|
/> |
|
|
|
<meta name="twitter:image" content="static/image/TxAgent.jpg" /> |
|
<meta name="twitter:card" content="summary_large_image" /> |
|
|
|
<meta |
|
name="keywords" |
|
content="AI Agent, Agentic AI, therapeutic reasoning, tool use, tool universe, AI scientist" |
|
/> |
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
|
<title> |
|
TxAgent: An AI Agent for Therapeutic Reasoning Across a Universe of Tools |
|
</title> |
|
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico" /> |
|
<link |
|
href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" |
|
rel="stylesheet" |
|
/> |
|
|
|
<link rel="stylesheet" href="static/css/bulma.min.css" /> |
|
<link rel="stylesheet" href="static/css/bulma-carousel.min.css" /> |
|
<link rel="stylesheet" href="static/css/bulma-slider.min.css" /> |
|
<link rel="stylesheet" href="static/css/fontawesome.all.min.css" /> |
|
<link |
|
rel="stylesheet" |
|
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css" |
|
/> |
|
<link rel="stylesheet" href="static/css/index.css" /> |
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
|
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script> |
|
<script defer src="static/js/fontawesome.all.min.js"></script> |
|
<script src="static/js/bulma-carousel.min.js"></script> |
|
<script src="static/js/bulma-slider.min.js"></script> |
|
<script src="static/js/index.js"></script> |
|
<script src="https://code.highcharts.com/highcharts.js"></script> |
|
<script src="https://code.highcharts.com/modules/sunburst.js"></script> |
|
<script src="https://code.highcharts.com/modules/exporting.js"></script> |
|
|
|
<style> |
|
.tooluniverse-wrapper { |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
#tooluniverse-container { |
|
width: 65%; |
|
height: 65%; |
|
} |
|
.small-text { |
|
font-size: 0.65rem; |
|
} |
|
|
|
|
|
img { |
|
display: block; |
|
margin-left: auto !important; |
|
margin-right: auto !important; |
|
max-width: 100%; |
|
height: auto; |
|
} |
|
|
|
|
|
.item img { |
|
margin: 0 auto !important; |
|
} |
|
|
|
|
|
video { |
|
display: block; |
|
margin: 0 auto !important; |
|
max-width: 100%; |
|
} |
|
|
|
|
|
.responsive-image { |
|
display: block !important; |
|
margin: 0 auto !important; |
|
max-width: 90% !important; |
|
} |
|
|
|
|
|
.content-container { |
|
text-align: center; |
|
} |
|
|
|
|
|
.container.is-centered { |
|
text-align: center; |
|
} |
|
|
|
|
|
.publication-title, |
|
.publication-authors, |
|
.publication-links { |
|
text-align: center; |
|
} |
|
</style> |
|
</head> |
|
|
|
<body> |
|
|
|
<section class="hero is-small"> |
|
<div class="hero-body content-container"> |
|
<div class="container"> |
|
<div class="container is-centered has-text-centered"> |
|
<img |
|
src="static/images/txagent-new.png" |
|
alt="TxAgent model" |
|
style="height: auto; max-width: 48vw" |
|
class="responsive-image" |
|
/> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
|
|
|
|
<footer class="footer small-text"> |
|
<div class="container"> |
|
<div class="columns is-centered"> |
|
<div class="column is-8"> |
|
<div class="content"> |
|
<p> |
|
We gratefully acknowledge the support of NIH R01-HD108794, NSF CAREER 2339524, US DoD FA8702-15-D-0001, Harvard Data Science Initiative, Amazon Faculty Research, Google Research Scholar Program, AstraZeneca Research, Roche Alliance with Distinguished Scientists, Sanofi iDEA-iTECH, Pfizer Research, Gates Foundation (INV-079038), Chan Zuckerberg Initiative, John and Virginia Kaneb Fellowship at Harvard Medical School, Biswas Computational Biology Initiative in partnership with the Milken Institute, Harvard Medical School Dean's Innovation Fund for the Use of Artificial Intelligence, and Kempner Institute for the Study of Natural and Artificial Intelligence at Harvard University. Any opinions, findings, conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the funders. |
|
We thank Owen Queen and Thomas Hartvigsen for their valuable discussions on this project and NVIDIA AI for providing access to DeepSeek R1 models. |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</footer> |
|
</body> |
|
</html> |