| Recommend this page to a friend! |
| Packages of Muhammad Umer Farooq | HyperFlow PHP | docs_site/docs/guide/examples.md | Download |
|
|||||||||||||||||||||
ExamplesHyperFlow comes with multiple real-world examples showing standard configurations, local improvement loops, or evolutionary setups. You can run single evaluations to test if an agent behaves well out-of-the-box, or you can invoke evolutionary loops so the agent writes patches to its own logic! Example Domains
Running the ExamplesSetupEnsure you have set your
1. Calculator (Buggy Tool Fix Demo)This example demonstrates how a MetaAgent can fix bugs in a tool's source code based on evaluation results.
2. Bash (Command Generation)This example evaluates the agent's ability to generate correct Bash commands for given tasks.
3. Fact-check (Evolutionary Prompt Tuning)This example runs a multi-generation evolutionary loop where the MetaAgent improves the system prompts to achieve higher classification accuracy. |