A simple chatbot interface to construct SEC xml files, using secfiler. Part of datamule.
from secfilerbot import app
# uses os.environ["OPENROUTER_API_KEY"] for authentication, so make sure to set that environment variable before running this script
app.run()