Appearance
Agency has a large standard library. Check it out here. To import from the library, use the std:: prefix:
std::
import { search } from "std::wikipedia"
All the functions inside std::index (link) are always pre-imported for you in every file.
std::index