Skip to content

Commit

Permalink
Merge branch 'feat/guide/app-structure-dnas' of github.com:holochain/…
Browse files Browse the repository at this point in the history
…docs-pages into feat/guide/app-structure-dnas
  • Loading branch information
pdaoust committed Jan 27, 2025
2 parents 6763280 + a111ffb commit 012eb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/build/dnas.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub fn handle_search_query(query: SearchQuery) -> ExternResult<Vec<SearchResult>
}
```

Note that **bridging between different cells only happens within one agent's hApp instance**, and **remote calls only happens between two agents in one DNA's network**. For two agents, Alice and Bob, Alice can do this:
Note that **bridging between different cells only happens within one agent's hApp instance**, and **remote calls only happen between two agents in one DNA's network**. For two agents, Alice and Bob, Alice can do this:

| ↓ wants to call → | Alice `main` | Alice `search` | Bob `main` | Bob `search` |
| ----------------- | :-----------: | :------------: | :-----------: | :-----------: |
Expand Down

0 comments on commit 012eb5f

Please sign in to comment.