Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rozek committed Aug 6, 2024
2 parents 31324e6 + d0a5e76 commit 34914bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -950,11 +950,13 @@ The following examples actually include AI-related blocks. As before, the Blockl
### AI Agent ###

![AI-Agent_I](./Examples/AI-Agent_I.png)
![AI-Agent_II](./Examples/AI-Agent_II.png)
![AIAgent_I](./Examples/AIAgent_I.png)
![AIAgent_II](./Examples/AIAgent_II.png)

> this example contains a full-blown AI agent (it's a bit like your own, personal "Copilot"): give it a "task" and watch how it decomposes it into smaller steps it is then working through. The agent has two "tools" at hand: a "ResearchTool" that can conduct web researches (like the [AI Web Search](#ai-web-search) from above) and a "ComputationTool" which creates and runs a JavaScript function that is used whenever some information has to be computed rather than looked up in the Internet. The outcome of each step is added to the agent's "knowledge" and stored in the browser - this gives the agent the possibility to skip over already completed steps when it was aborted and restarted later (provided that the "task" was not changed in between)
![AIAgent-UI](./Examples/AIAgent-UI.png)

### Steps derived from a given Objective ###

![StepsDerivedFromText](./Examples/StepsDerivedFromText.png)
Expand Down

0 comments on commit 34914bb

Please sign in to comment.