https://github.com/gabrielepicco/morph-contract
AI Agent on Solana that changes it's state based on the conversation
https://github.com/gabrielepicco/morph-contract
Last synced: about 2 months ago
JSON representation
AI Agent on Solana that changes it's state based on the conversation
- Host: GitHub
- URL: https://github.com/gabrielepicco/morph-contract
- Owner: GabrielePicco
- Created: 2024-12-27T08:44:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T09:15:16.000Z (9 months ago)
- Last Synced: 2025-07-23T16:38:22.163Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morph Agent Contract
Morph is an agent as a smart contract built using [super-smart-contracts](https://github.com/GabrielePicco/super-smart-contracts) SDK
## This repository provides:
An example of a contract that can:
- Create a new agent
- Allow to converse with the agent and the interaction will change the agent state, such as health, energy, etc.