Skip to content

Commit 9f6f811

Browse files
authored
Merge pull request #8 from Fluidize-Inc/add-node-features
Add node features
2 parents 8c09ef4 + 1ed5914 commit 9f6f811

41 files changed

Lines changed: 3314 additions & 597 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/on-release-main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
deploy-docs:
5656
needs: publish
5757
runs-on: ubuntu-latest
58+
permissions:
59+
contents: write
5860
steps:
5961
- name: Check out
6062
uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### An Open Framework for AI-Driven Scientific Computing
99

10-
**fluidize-python ** is a library for building modular, reproducible scientific computing pipelines. It provides a unified interface to a wide range of physical simulation tools, eliminating the need to navigate the inconsistent, incomplete instructions that often vary from tool to tool.
10+
**fluidize-python** is a library for building modular, reproducible scientific computing pipelines. It provides a unified interface to a wide range of physical simulation tools, eliminating the need to navigate the inconsistent, incomplete instructions that often vary from tool to tool.
1111

1212
This library marks our first step toward AI-orchestrated scientific computing. By standardizing tools and practices within our framework, AI agents can automatically build, configure, and execute computational pipelines across domains and simulation platforms.
1313

@@ -43,7 +43,7 @@ make install
4343

4444
## Run Examples
4545

46-
Example projects are located in this folder: [example/](example/)
46+
Example projects are located in this folder: [examples/](examples/). There you can find an [Jupyter Notebook](examples/demo.ipynb) of a simple simulation
4747

4848

4949
## The Problem

README_DRAFT.md

Lines changed: 0 additions & 186 deletions
This file was deleted.

README_OLD.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)