SymOntoClay  is an Independent DIY Game AI DSL.


  Warning logo Disclaimer: This is a purely experimental and unstable personal project, created by a single developer. Not intended for production use.
Please read the disclaimers carefully before use!

FAQ

Contens

General Questions

Is this a fully-fledged artificial intelligence?

No. SymOntoClay is a scripting language for game characters. It provides tools for describing behavior, but it is not an artificial intelligence in itself — just as Python or any other programming language is not.

Is the project free? Are there any limitations?

The project is completely free and distributed under the MIT license. There are no artificial restrictions on usage or modification.

Is project monetization planned?

No. The project does not assume commercialization and will not include intrusive monetization methods. In the future, only voluntary donations typical of open-source initiatives may be possible.

How frequently is the project updated?

The project is updated infrequently and irregularly — on average no more than four times per year. This is natural for an experimental DIY project developed by a single developer in their spare time.

Practical Usage

Can the project be used in a production environment?

No. The project is not yet fully developed: even a small playable demo version has not been created. Therefore, at the current stage of development, it is strongly discouraged to plan its use in a production environment.

Where can documentation and getting-started instructions be found?

Documentation is available at the following addresses:

Is support available?

This project is developed by a single developer in his spare time. I try to fix bugs whenever I have the opportunity. If you need a quick fix — the code is open. I will gladly accept a pull request with a correction. In this way, we will improve the project together.

Does the project have a community, and how large is it?

At present, the project does not have a community — it involves only me. I am just beginning the process of forming one. You can join and become part of the community on the project's Discord server.

Additional Clarifications

Is the project merely a wrapper around some LLM?

No. The project is based on its own virtual machine and a symbolic logical inference module. It is an independent development, not a wrapper around an existing LLM.

From which project is SymOntoClay forked?

SymOntoClay is being developed from scratch and is not a fork of any existing project.