The aim of this project is to build simple PoC of the agent which is using fetch.ai infrastructure, this agent is locally hosted by GameSwift community member beside the GameSwift Launcher.
Please keep in mind that this agent is hosted locally, so is available only when host is online and agent is running.
- Clone the repository
cd fetchai_agent_for_ollama
poetry shell
- Make sure you have
ollama
working on your machine, this PoC is usingllama2
model, you can check if it is running withollama ps
command python3 gs_force_ai_node.py
- uagents from Fetch.ai,
- Agentverse,
- DeltaV
- Ollama
Provided here PoC is using llama2
model from Meta.
Llama 2 is released by Meta Platforms, Inc. This model is trained on 2 trillion tokens, and by default supports a context length of 4096. Llama 2 Chat models are fine-tuned on over 1 million human annotations, and are made for chat.
At the time of writing there is above 70 models, which could be accessed this way.