Skip to content

Commit

Permalink
Merge pull request #84 from raga-ai-hub/v1.2
Browse files Browse the repository at this point in the history
v1.2
  • Loading branch information
kiranscaria authored Oct 29, 2024
2 parents 43eb82b + c7bf126 commit 805ba26
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

AgentNeo is an advanced, open-source **Agentic AI Application Observability, Monitoring, and Evaluation Framework**. Designed to elevate your AI development experience, AgentNeo provides deep insights into your AI agents, Large Language Model (LLM) calls, and tool interactions. By leveraging AgentNeo, you can build more efficient, cost-effective, and high-quality AI-driven solutions.

![AgentNeo Overview](docs/assets/overview1.png)
![AgentNeo](docs/assets/architecture.svg)

## ⚡ Why AgentNeo?

Expand Down Expand Up @@ -36,6 +36,8 @@ Install AgentNeo effortlessly using pip:
pip install agentneo
```

![AgentNeo Overview](docs/assets/overview.png)

## 🌟 Quick Start Guide

Get up and running with AgentNeo in just a few steps!
Expand Down Expand Up @@ -106,7 +108,7 @@ launch_dashboard(port=3000)

Access the interactive dashboard by visiting `http://localhost:3000` in your web browser.

![AgentNeo Evaluation](docs/assets/evaluation1.png)
![Trace History Page](docs/assets/trace_history.png)

## 🔧 Advanced Usage

Expand Down Expand Up @@ -158,6 +160,9 @@ exe.evaluate(metric_list=['metric_name'], config={}, metadata={})
# }
```

![AgentNeo Evaluation](docs/assets/evaluation.png)


### Execution Graph Visualization

AgentNeo generates an execution graph that visualizes the flow of your AI application, including LLM calls, tool usage, and agent interactions. Explore this graph in the interactive dashboard to gain deeper insights.
Expand All @@ -174,7 +179,7 @@ The AgentNeo dashboard offers a comprehensive view of your AI application's perf
- **Timeline of Events**


![AgentNeo Analysis](docs/assets/analysis1.png)
![AgentNeo Analysis](docs/assets/analytics.png)


### Launching the Dashboard
Expand Down
Binary file removed docs/assets/analysis1.png
Binary file not shown.
Binary file added docs/assets/analytics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added docs/assets/trace_history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentneo"
version = "1.2.beta.1"
version = "1.2"
description = "A powerful tracing library for monitoring and analyzing AI agents, LLM calls, and tool interactions."
authors = [
{ name = "Rehan Asif", email = "[email protected]" },
Expand Down

0 comments on commit 805ba26

Please sign in to comment.