Skip to content

Commit 807c21b

Browse files
committed
Update README
1 parent 09e73d1 commit 807c21b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Data Analysis Crow: A Jupyter Notebook Agent
1+
# Finch: A Jupyter-Native Data Analysis Agent
22

3-
Data Analysis Crow is an AI agent framework designed to perform complex scientific data analysis tasks by iteratively working through Jupyter notebooks. This agent takes in datasets and prompts, then systematically explores, analyzes, and interprets the data to provide comprehensive answers and insights.
3+
Finch is an AI agent framework designed to perform complex scientific data analysis tasks by iteratively working through Jupyter notebooks. This agent takes in datasets and prompts, then systematically explores, analyzes, and interprets the data to provide comprehensive answers and insights.
44

55
The agent was used to produce the trajectories for the [BixBench benchmark](https://github.com/Future-House/bixbench).
66

@@ -16,6 +16,7 @@ The agent was used to produce the trajectories for the [BixBench benchmark](http
1616

1717
- [Installation](#installation)
1818
- [Using the Agent](#using-the-agent)
19+
- [FutureHouse Platform API](#futurehouse-platform-api)
1920
- [Advanced Usage](#advanced-usage)
2021
- [BixBench Benchmark](#bixbench-benchmark)
2122

@@ -48,6 +49,9 @@ ANTHROPIC_API_KEY = "your-anthropic-api-key"
4849

4950
The agent works by taking a dataset and a prompt, then iteratively building a Jupyter notebook to answer the question. Visit the [tutorial](https://github.com/Future-House/data-analysis-crow/blob/main/tutorial/example.ipynb) for a simple step-by-step guide on how to use the agent.
5051

52+
## FutureHouse Platform API
53+
The easiest way to use Finch is via the [FutureHouse Platform API](https://platform.futurehouse.org). Follow the tutorial [here](https://github.com/Future-House/data-analysis-crow/blob/main/tutorial/platform_api.ipynb) to get started.
54+
5155
## Advanced Usage
5256
For advanced evaluations, you can configure `server.yaml` and `runner.yaml` in the `src/scripts/bixbench_evaluation` directory and then run the evaluation script:
5357
```bash
@@ -66,9 +70,6 @@ Note that the dataset and environment configuration must be updated appropriatel
6670

6771
We also recommend visiting the BixBench repository where we share a full evaluation harness for the agent.
6872

69-
## Hosted Agent
70-
Coming soon!
71-
7273
## BixBench Benchmark
7374

7475
Data Analysis Crow was used to produce the trajectories for the [BixBench benchmark](https://github.com/Future-House/bixbench), which evaluates AI agents on real-world bioinformatics tasks.

0 commit comments

Comments
 (0)