Skip to content
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
be1800b
add profiler agent to the examples folder
zac-wang-nv Apr 11, 2025
517a073
rename to aiqtoolkit
zac-wang-nv May 1, 2025
a15a692
fix merge errors
zac-wang-nv May 1, 2025
b0db0fe
Update examples/profiler_agent/README.md
AnuradhaKaruppiah May 1, 2025
6c96605
Update examples/profiler_agent/src/aiq_profiler_agent/tool/flow_chart.py
AnuradhaKaruppiah May 1, 2025
db5f49a
Fixes for precommit run -a
AnuradhaKaruppiah May 2, 2025
9a30d36
Add copyright header and change to editable install for consistency
AnuradhaKaruppiah May 2, 2025
a958860
Add copyright headers
AnuradhaKaruppiah May 2, 2025
9c76263
One more missing CPR header
AnuradhaKaruppiah May 2, 2025
6bcf300
Only run example tests if the example is installed
AnuradhaKaruppiah May 2, 2025
efea503
README fixes
AnuradhaKaruppiah May 2, 2025
9c95553
Move configs to src and create a symlink at the top
AnuradhaKaruppiah May 3, 2025
974b412
Merge branch 'NVIDIA:develop' into develop
zac-wang-nv May 3, 2025
aca421f
for last n queries, dont specify end time, default is all recent traces
zac-wang-nv May 3, 2025
19b5683
formatting
zac-wang-nv May 3, 2025
d5206d3
Check if request is present before setting attributes
AnuradhaKaruppiah May 5, 2025
d3ce047
Update profiler agent example README
AnuradhaKaruppiah May 5, 2025
5f48bc1
Merge branch 'NVIDIA:develop' into develop
zac-wang-nv May 5, 2025
c77646a
Add aiq-profiler-agent to the parent pyproject.toml file
AnuradhaKaruppiah May 5, 2025
fe560b5
fix extract user query
zac-wang-nv May 5, 2025
0c30da3
Merge branch 'develop' of https://github.com/zzzacwork/AgentIQ into d…
zac-wang-nv May 5, 2025
0138b4c
Remove old UI submodule that was introduced accidentally
AnuradhaKaruppiah May 5, 2025
c3adddc
cleaned up pyproject.toml and fixed broken link in README
yczhang-nv May 5, 2025
54c9eaf
Merge remote-tracking branch 'upstream/develop' into pr-120
yczhang-nv May 5, 2025
08500b7
Merge remote-tracking branch 'upstream/develop' into pr-120
yczhang-nv May 5, 2025
10961c9
fixed
yczhang-nv May 6, 2025
aa7c574
Merge branch 'pr-120' of github.com:yczhang-nv/AgentIQ into pr-120
yczhang-nv May 6, 2025
1d8dda5
rollback readme
yczhang-nv May 6, 2025
35a8c17
update uv.lock
yczhang-nv May 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/profiler_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ aiq run --config_file examples/simple_calculator/configs/config-tracing.yml --in
aiq serve --config_file=examples/profiler_agent/configs/config.yml
```

4. Launch the AIQ Toolkit User Interface by using the instructions in the [Using AIQ Toolkit UI and Server](https://github.com/NVIDIA/aiq/blob/main/docs/source/guides/using-aiqtoolkit-ui-and-server.md) guide.
4. Launch the AIQ Toolkit User Interface by using the instructions in the [Using AIQ Toolkit UI and Server](../../docs/source/guides/using-aiqtoolkit-ui-and-server.md) guide.

5. Query the agent with natural language via the UI:
```
Expand Down
Loading
Loading