You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Data Analysis Crow: A Jupyter Notebook Agent
1
+
# Finch: A Jupyter-Native Data Analysis Agent
2
2
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.
4
4
5
5
The agent was used to produce the trajectories for the [BixBench benchmark](https://github.com/Future-House/bixbench).
6
6
@@ -16,6 +16,7 @@ The agent was used to produce the trajectories for the [BixBench benchmark](http
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.
50
51
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
+
51
55
## Advanced Usage
52
56
For advanced evaluations, you can configure `server.yaml` and `runner.yaml` in the `src/scripts/bixbench_evaluation` directory and then run the evaluation script:
53
57
```bash
@@ -66,9 +70,6 @@ Note that the dataset and environment configuration must be updated appropriatel
66
70
67
71
We also recommend visiting the BixBench repository where we share a full evaluation harness for the agent.
68
72
69
-
## Hosted Agent
70
-
Coming soon!
71
-
72
73
## BixBench Benchmark
73
74
74
75
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