Skip to content

Commit d85ef78

Browse files
authored
Merge pull request #19 from AnuradhaKaruppiah/merge-1.0.0
Merge 1.0.0: upstream/develop to upstream/main
2 parents 4beb1af + 479b4e9 commit d85ef78

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

‎src/aiq/meta/pypi.md

+9-19
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,17 @@ limitations under the License.
2222
AgentIQ is a flexible library designed to seamlessly integrate your enterprise agents—regardless of framework—with various data sources and tools. By treating agents, tools, and agentic workflows as simple function calls, AgentIQ enables true composability: build once and reuse anywhere.
2323

2424
## Key Features
25-
AgentIQ works with any agentic framework, so you can use your current technology stack without replatforming.
2625

27-
### Workflows
28-
![AgentIQ Workflow](https://media.githubusercontent.com/media/NVIDIA/AgentIQ/refs/heads/main/docs/source/_static/config_to_workflow.png "AgentIQ workflow image")
26+
- [**Framework Agnostic:**](https://docs.nvidia.com/agentiq/latest/concepts/plugins.html) Works with any agentic framework, so you can use your current technology stack without replatforming.
27+
- [**Reusability:**](https://docs.nvidia.com/agentiq/latest/guides/sharing-workflows-and-tools.html) Every agent, tool, or workflow can be combined and repurposed, allowing developers to leverage existing work in new scenarios.
28+
- [**Rapid Development:**](https://docs.nvidia.com/agentiq/latest/guides/create-customize-workflows.html) Start with a pre-built agent, tool, or workflow, and customize it to your needs.
29+
- [**Profiling:**](https://docs.nvidia.com/agentiq/latest/guides/profiler.html) Profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks.
30+
- [**Observability:**](https://docs.nvidia.com/agentiq/latest/guides/observe-workflow-with-phoenix.html) Monitor and debug your workflows with any OpenTelemetry-compatible observability tool.
31+
- [**Evaluation System:**](https://docs.nvidia.com/agentiq/latest/guides/evaluate.html) Validate and maintain accuracy of agentic workflows with built-in evaluation tools.
32+
- [**User Interface:**](https://docs.nvidia.com/agentiq/latest/guides/using-agentiq-ui-and-server.html) Use the AgentIQ UI chat interface to interact with your agents, visualize output, and debug workflows.
33+
- [**MCP Compatibility**](https://docs.nvidia.com/agentiq/latest/components/mcp.html) Compatible with Model Context Protocol (MCP), allowing tools served by MCP Servers to be used as AgentIQ functions.
2934

30-
AgentIQ workflows are fully configurable via a YAML file and can be executed on any platform with a single command.
31-
32-
### Profiling
33-
![AgentIQ Profiling](https://media.githubusercontent.com/media/NVIDIA/AgentIQ/refs/heads/main/docs/source/_static/profiler_token_scatter.png "AgentIQ profiling image")
34-
35-
Profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks.
36-
37-
### Observability
38-
![AgentIQ Observability](https://media.githubusercontent.com/media/NVIDIA/AgentIQ/refs/heads/main/docs/source/_static/observability.png "AgentIQ observability image")
39-
40-
Monitor and debug your workflows with any OpenTelemetry-compatible observability tool. For example, visualize your workflows with Phoenix.
41-
42-
### Evaluation System
43-
![AgentIQ Evaluation](https://media.githubusercontent.com/media/NVIDIA/AgentIQ/refs/heads/main/docs/source/_static/profiler_ragas_metrics.png "AgentIQ evaluation image")
44-
45-
Validate and maintain accuracy of agentic workflows with built-in evaluation tools.
35+
With AgentIQ, you can move quickly, experiment freely, and ensure reliability across all your agent-driven projects.
4636

4737
## Links
4838
* [Documentation](https://docs.nvidia.com/agentiq/latest/index.html): Explore the full documentation for AgentIQ.

0 commit comments

Comments
 (0)