shgao's picture
update
494d6a8
raw
history blame
6.21 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
<!-- Replace the content tag with appropriate information -->
<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/"
/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<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"
/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="static/image/TxAgent.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Keywords for your paper to be indexed by-->
<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;
}
/* Fixed styles for centering all images */
img {
display: block;
margin-left: auto !important;
margin-right: auto !important;
max-width: 100%;
height: auto;
}
/* Fix carousel images */
.item img {
margin: 0 auto !important;
}
/* Center videos too */
video {
display: block;
margin: 0 auto !important;
max-width: 100%;
}
/* Force responsive image centering */
.responsive-image {
display: block !important;
margin: 0 auto !important;
max-width: 90% !important;
}
/* Simplify content container centering */
.content-container {
text-align: center;
}
/* Ensure container centering */
.container.is-centered {
text-align: center;
}
/* Center title and author affiliations */
.publication-title,
.publication-authors,
.publication-links {
text-align: center;
}
</style>
</head>
<body>
<!-- Model overview -->
<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>
<!-- End model overview -->
<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>