Skip to content

Commit ded7dd6

Browse files
author
lihao
committed
docs: Update README to reflect changes in observability integration and server port configuration
1 parent e957d69 commit ded7dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LangCrew is a high-level multi-agent development framework built on LangGraph, c
2929
| **Memory** | Complete primitives/docs | Simple context | **LangGraph native + langmem integration** |
3030
| **Tools** | LangChain only | Custom only | **Unified registry + LangCrew-Tools** |
3131
| **UI** | None | Basic examples | **Full React components** |
32-
| **Observability** | LangSmith integration | Enterprise edition | **LangTrace integration** |
32+
| **Observability** | LangSmith integration | Enterprise edition | **LangSmith + LangTrace integration** |
3333
| **Deployment** | Platform available | Enterprise edition | **Platform (Coming Soon)** |
3434

3535
### Key Differentiators
@@ -103,7 +103,7 @@ pnpm install
103103
pnpm dev
104104
```
105105

106-
Open your browser to **http://localhost:3000/chat**
106+
Open your browser to **http://localhost:3600/chat**
107107

108108
### Docker Compose
109109

0 commit comments

Comments
 (0)