Commit f1f263b
authored
Feat/agentos full app (#40)
* move agent-ui and remove old agent os templates
Signed-off-by: Adam Shedivy <[email protected]>
* feat: implement Tool Call Panel with dynamic display of tool calls
Signed-off-by: Adam Shedivy <[email protected]>
* feat: add streaming tool calls management and in-progress tracking
Signed-off-by: Adam Shedivy <[email protected]>
* enable agent-ui service in Docker Compose configuration
Signed-off-by: Adam Shedivy <[email protected]>
* Refactor IBM i Agent Infrastructure
- Removed the `verify_watsonx_config.py` script as it is no longer needed.
- Introduced `agent_ids.py` to define official agent IDs for consistency across the system.
- Created `config.yaml` to manage agent configurations, including models and settings for various agents.
- Added `config_helper.py` to provide utility functions for applying agent configurations.
- Implemented `config_manager.py` to handle loading and parsing of agent configuration files.
- Developed `config_models.py` to centralize application configuration, loading values from environment variables with validation.
Signed-off-by: Adam Shedivy <[email protected]>
* Refactor agent creation and configuration
- Consolidated agent creation logic into a new `create_ibmi_agent` function in `base_agent.py` to streamline agent instantiation with shared configurations.
- Updated `get_performance_agent`, `get_sysadmin_discovery_agent`, `get_sysadmin_browse_agent`, `get_sysadmin_search_agent` functions to utilize the new factory method.
- Removed redundant parameters and settings from individual agent functions, enhancing maintainability.
- Simplified error messages and improved code readability by reducing line lengths and consolidating similar lines.
- Cleaned up imports and ensured consistent formatting across multiple files.
Signed-off-by: Adam Shedivy <[email protected]>
* fix package versioning and watsonx models
Signed-off-by: Adam Shedivy <[email protected]>
* update config docs
Signed-off-by: Adam Shedivy <[email protected]>
* improve diagram contrast
Signed-off-by: Adam Shedivy <[email protected]>
* update README to rename Docker Compose Stack to AgentOS Stack
Signed-off-by: Adam Shedivy <[email protected]>
* refactor README to streamline agent documentation and improve clarity
Signed-off-by: Adam Shedivy <[email protected]>
* remove whitespace
Signed-off-by: Adam Shedivy <[email protected]>
* update default model config
Signed-off-by: Adam Shedivy <[email protected]>
---------
Signed-off-by: Adam Shedivy <[email protected]>1 parent 71040ed commit f1f263b
File tree
169 files changed
+3721
-5107
lines changed- agents
- agent-ui/src/lib
- aws/ibmi-agent-infra-aws
- agents
- app
- db
- migrations
- versions
- tables
- infra
- example_secrets
- scripts
- tests
- docker/ibmi-agent-infra
- agent-ui
- .github/workflows
- .vscode
- src
- api
- app
- components
- chat
- ChatArea
- ChatInput
- Messages
- Multimedia
- Audios
- Images
- Videos
- Sidebar
- Sessions
- ToolCallPanel
- ui
- icon
- tooltip
- typography
- Heading
- MarkdownRenderer
- Paragraph
- hooks
- types
- agents
- utils
- app
- docs
- infra
- workflows
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
169 files changed
+3721
-5107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 5 | | |
131 | 6 | | |
132 | 7 | | |
| |||
142 | 17 | | |
143 | 18 | | |
144 | 19 | | |
145 | | - | |
146 | 20 | | |
147 | 21 | | |
148 | 22 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
153 | 55 | | |
154 | 56 | | |
155 | 57 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments