Spaces:
Runtime error
Runtime error
File size: 440 Bytes
25654c9 |
1 2 3 4 5 6 7 8 |
# sap-processing
This is an example of using the chainlit chat interface with multi-agent conversation between agents to complete a tasks.
The tool was developed to grab SAP data online and then process it to easily digestible human language.
`agent.py` - Instantiates the agents. Configure this file as needed to configure the agents.
`app.py` - Starts the chat interface. Configure this file as needed to configure the chat interface. |