|
|
|
Here you will learn how build a new FAME model from scratch.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
It is assumed that you have a Python environment with the `fameio` pip package.
|
|
|
|
For Java Rookies, it is assumed that you installed [Eclipse IDE](https://www.eclipse.org/).
|
|
|
|
Java Experts are expected to have a working Java development environment including [JDK 8 or higher](https://adoptium.net/) and [Apache Maven](https://maven.apache.org/).
|
|
|
|
|
|
|
|
Please follow along these tutorials:
|
|
|
|
* Create a new project
|
|
|
|
* Setup Maven
|
|
|
|
* Create a new Agent
|
|
|
|
* Create a new Message
|
|
|
|
* Write an Action
|
|
|
|
* Define an Output
|
|
|
|
* Write a Schema
|
|
|
|
* Create a Config
|
|
|
|
* Run your Model
|
|
|
|
* Define an Input
|
|
|
|
* Update Schema & Config
|
|
|
|
* Rerun Model
|
|
|
|
|
|
|
|
See [FAME-Demo](https://gitlab.com/fame-framework/fame-demo) code for more examples of agents and FAME-Core features. |
|
|
|
\ No newline at end of file |