osbrain — Main API package

osbrain is the main package of osBrain. It imports most of the other packages that it needs and provides shortcuts to the most frequently used objects and functions from those packages. This means you can mostly just import osbrain in your code to start using osBrain.

The classes and functions provided are:

symbol in osbrain referenced location
class osbrain.Agent
osbrain.core.Agent
osbrain.run_agent()
osbrain.core.run_agent()

See also

Module osbrain.core
The core osBrain classes and functions.
Module osbrain.nameserver
The osBrain name server logic.