Releases: kspviswa/local-packet-whisperer
Releases · kspviswa/local-packet-whisperer
v0.2.5.0
- Introducing LPW Insights - An experimental feature using LLM Agents to perform comprehensive packet analysis
LPW now includes an experimental feature using Large Language Model (LLM) agents to perform comprehensive packet analysis and produce detailed reports. Initial support is provided for the NGAP protocol. Other protocol level agents can be extended in the future.
LPW now have 2 tabs to work with :
a) Chat 💬 : You continue to chat with LPW in this tab
b) Insights ✨: Kick off LPW Agent to produce comprehensive packet analysis report for NGAP filter
Also download the prepared insights in markdown format.
You can also customize agent settings by create an agent config YAML file. Refer here to get a sample.
v0.2.4.2
- LPW Homepage now shows connection status (🟢 or 🔴) to the target ollama server. If the connection is down (🔴) then LPW halts and inform you so that you can troubleshoot further.
- LPW Setting Page now allows you to override Ollama Server Port (default is
11434
)
- LPW Homepage now shows the running version (helps to report issues and troubleshoot further)
To install / update
pip install -U lpw
v0.2.4
v0.2.3
- Added support for LPW to connect to remote ollama server over a network
- Revamped settings ⚙️ page to a new page using
st.page
feature in streamlit. This page contains all settings pertaining to LLM server and PCAP filter settings - Revamped side bar to show useful information such as which model is selected, to which server LPW is connected and what PCAP filters are currently enabled
- Several tiny bug fixes improving overall stability
Install newly
pip install lpw
or
upgrade existing
pip install -U lpw