- See functional/business docs at https://docs.koalainsights.com
- Docs are created using
mdBook
This repo has four main parts
- The backend server which is present in
koala-gains-backend
folder - The deployment of langflow which is present in
langflow
folder - Custom agent(langflow) tools and flows which are present in
langflow-bundles
folder. These components are wrappers and call the lambda functions. This is done to keep things decoupled and to make it easier to test. - Lambda functions which are present in
agent-tools
folder.
Each of these components have their own READMEs which explain how to run them.
Important Readmes:
- How API is called
- How agent-status.json is created and updated
- How reports are created
- Why we do a custom setup?