PacketLens
PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.

A Laravel 13 + Livewire 4 demo application that implements an AI sales agent with CRM integration (Pipedrive), queue-based CRM mirroring, magic link client authentication, and streaming agent conversation.
13
No data
19
0
No data
2026-07-25
It showcases a complete, modern PHP stack for building an AI sales agent with LLM observability (Langfuse) and long-term memory (Mem0), offering a practical reference for developers.
Aplicação Laravel 13 + Livewire 4 que demonstra um agente de vendas com IA.
Empresas conectam um CRM (driver Pipedrive), um job em fila (ScanCrmConnection)
espelha pipelines/stages/campos/pessoas/deals para modelos locais, clientes
entram via magic link (guard auth:client) e conversam com o agente de vendas
streaming SellerAgent (laravel/ai).
| Projeto | Descrição | Link |
|---|---|---|
| Beer and Code Harness | Harness de agentes (skills, hooks, comandos e guidelines) usado no projeto | https://github.com/beerandcodeteam/beer-and-code-harness |
| Langfuse | Observabilidade de LLM (traces, custos, avaliações) | https://github.com/langfuse/langfuse |
| Mem0 | Camada de memória de longo prazo para o agente | https://github.com/mem0ai/mem0 |
Pacotes de integração:
axyr/laravel-langfuse (região US, projeto ai-lab).MEM0_API_KEY, MEM0_BASE_URL, MEM0_TIMEOUT no .env).Slides gravados neste repositório:
Abra os arquivos .html direto no navegador.
laravel/ai (agente streaming)Pré-requisitos: Docker, Composer 2, Node 22 + npm.
# 1. Clonar
git clone git@github.com:beerandcodeteam/lab-agent-seller.git
cd lab-agent-seller
# 2. Instalar deps PHP (necessário pra ter o binário do Sail)
composer install
# 3. Subir os containers (laravel.test PHP 8.5, pgsql 18, redis, mailpit)
vendor/bin/sail up -d
# 4. Setup completo: copia .env, key:generate, migrate --force, npm install, npm run build
vendor/bin/sail composer setup
# 5. Configurar chaves de API no .env
# MEM0_API_KEY=... (Mem0)
# LANGFUSE_PUBLIC_KEY=... (Langfuse - região US)
# LANGFUSE_SECRET_KEY=...
# Sobe os containers (se ainda não estiverem no ar)
vendor/bin/sail up -d
# Inicia os processos de desenvolvimento (servidor, queue, vite, logs)
vendor/bin
Similar projects matched by category, topics, and programming language.
PacketLens is a pure front-end, offline pcap analysis tool that runs entirely in the browser, supporting deep protocol decoding, HTTPS decryption, and million-packet instant loading without any backend.
An interactive learning system that turns the 47-page Kimi K3 technical report into a single offline HTML file with running algorithms, 3D visualizations, spaced repetition quizzes, and a smart highlighting QA tool.
An interactive 3D visualization of three human cell types using Three.js, WebGL particles, and custom GLSL shaders, allowing users to rotate, zoom, morph, and explore annotated structures.