BaseChain Basic version of agent chaining The package structure is as follows: BaseChain │ ├── BaseChain │ ├── init.py │ ├── answer.py │ ├── merge.py │ └── tools.py │ ├── templates │ ├── prompt.txt │ └── merge.txt │ ├── .env ├── main.py └── requirements.txt