Adam Swanda
Adam Swanda
the create.py helper doesn't correctly handle multi-line input for the `prompt` field - which is pretty important!
LangChain supports loading prompts from a file or the LangChainHub. prompt-serve should be able to serve up prompts in the required format for easy integration https://github.com/hwchase17/langchain/blob/e5611565b7436a522cf700c8b1125a56f17bc900/langchain/prompts/loading.py#L120
LangChainHub has a great idea of storing agents for re-use https://github.com/hwchase17/langchain-hub
**Create robust documentation** * host on Github wiki? * What problem is this trying to solve * How do you use it * How do you integrate it into your...
**Complete Flask API server** - [ ] endpoint to upload new prompts - [ ] validate uploaded prompts against schema - [ ] optionally put prompt into folder by category...
**Web user interface for uploading and viewing prompts** - [ ] Web UI on top of API - [ ] Allow users to upload new prompts from local files or...
Right now none of the libraries in requirements.txt are pinned to versions. If any library gets updated, this could break the entire application. The usual suspect I've had trouble with...
#### Add an API endpoint to search and return Bro results by job UUID. Idea I had is using something simple like TinyDB to store any job UUID as the...
My idea was to expand the config file to give options for sending messages to either: syslog, local JSON output, or HTTP endpoints. HTTP endpoints could let users feed the...
Give users the option to send the PCAPs that get saved to the job folders to an S3 bucket, with a S3 structure following the same format as local disk....