Commit graph

384 commits

Author SHA1 Message Date
Jack Colquitt
8004e03af8
Fixed README typo 2024-11-23 18:52:26 -08:00
Jack Colquitt
94be283e59
Tidying up README 2024-11-23 18:44:22 -08:00
Jack Colquitt
58dcaf3130
Added links to README 2024-11-23 18:40:35 -08:00
Jack Colquitt
b96af06c5b
Updated README with API Docs and Notebooks links 2024-11-23 18:30:46 -08:00
Jack Colquitt
3e6909df47
Fixed typo in README 2024-11-22 12:21:11 -08:00
Jack Colquitt
41e0a52008
README language tweaks 2024-11-21 14:21:20 -08:00
Jack Colquitt
17a6255491
Update README.md for latest 0.16.3 2024-11-21 14:16:14 -08:00
Jack Colquitt
39e5f24cf3
Update README.md with text changes 2024-11-21 09:45:33 -08:00
Jack Colquitt
f81204794a
Update README.md for releases and Dev Config UI 2024-11-21 09:39:58 -08:00
Cyber MacGeddon
fd6abdc4c1 Merge branch 'release/v0.15' 2024-11-20 23:15:23 +00:00
Jack Colquitt
2bee5b3004
Update README for release 0.15.6 2024-11-19 14:25:34 -08:00
cybermaggedon
f2c78b701e
- Increased max-iterations to 15 default, and made it a configurable (#163)
parameter with --max-iterations.  Was previously hard-coded at 10.
- Fixed arg passing causing pull the wrong tool name
2024-11-19 21:28:47 +00:00
Jack Colquitt
925c171a1d
Update README for releases to 0.15.5 2024-11-17 19:02:17 -08:00
cybermaggedon
0253281727
Confusion between OPENAI_KEY and OPENAI_TOKEN: settled on OPENAI_TOKEN. (#161) 2024-11-15 18:54:54 +00:00
cybermaggedon
081dd697c4
- Moved the agent-react template from hard-coded in agent_manager.py to (#151)
a template prompt managed by prompt manager.  The prompt is called
  agent-react.
2024-11-12 19:04:15 +00:00
Cyber MacGeddon
58d3665947 Add missing README 2024-11-12 00:27:22 +00:00
cybermaggedon
efd13ae5f1
Added agent support to templates (#150) 2024-11-12 00:22:18 +00:00
cybermaggedon
f654d72515
Fix setup deps (#149) 2024-11-11 22:29:03 +00:00
Jack Colquitt
3b425c26d3
Fix readme typo 2024-11-10 19:44:11 -08:00
Jack Colquitt
91371bfc8a
Slight README tweaks 2024-11-10 18:44:28 -08:00
Jack Colquitt
93dda956f1
Update README.md changing name of extraction agents 2024-11-10 18:36:23 -08:00
Jack Colquitt
9dcfb3dcdb
Update README.md for stable release 0.14.17 2024-11-10 18:32:09 -08:00
Jack Colquitt
8aa11589f2
Update README.md for the new Config UI 2024-11-10 18:29:44 -08:00
Jack Colquitt
ceb6a5ec35
Update README descriptions and latest version 2024-11-10 18:13:05 -08:00
cybermaggedon
7aab42a054
Fix prompt overrides (#147) 2024-11-10 18:24:19 +00:00
cybermaggedon
36cdeab588
Feature/agent manager (#146)
* Agent schema
* Agent working through client
* Add agent-manager-react command line
* test-agent test script
* Add tg-invoke-agent CLI
2024-11-10 11:44:01 +00:00
Cyber MacGeddon
5140f8834d CI/CD for 0.15 2024-11-10 11:40:28 +00:00
cybermaggedon
ae8661fe2e
Fix/improve command line help (#145)
* Make command line consistent, fix incorrect documentation.

* Improve tg-invoke-prompt help
2024-11-08 18:14:14 +00:00
Jack Colquitt
a05944645a
Update README with tweaks 2024-11-07 17:25:53 -08:00
Jack Colquitt
35523a2994
Update README with correct CLI version 2024-11-07 17:12:59 -08:00
Jack Colquitt
9fcac0746c
Update README with current release version 2024-11-07 17:12:21 -08:00
cybermaggedon
f97856245c
Fix command name typo (#144) 2024-11-07 21:06:13 +00:00
cybermaggedon
66d273cf5a
Fix/cli docs (#143)
* Improved documentation in tg-invoke-prompt.  Added tg-invoke-llm.
These are diagnostics for the text-completion and prompt services.

* Fix command name
2024-11-07 21:01:51 +00:00
Jack Colquitt
cc755d1b7e
Update README.md with latest release version 2024-11-07 10:36:20 -08:00
Jack Colquitt
6b4738fa8b
Update README with latest release version 2024-11-06 19:45:37 -08:00
Jack Colquitt
f1d0b854ab
Delete TG_Banner_exclusive.png 2024-11-06 19:44:39 -08:00
Jack Colquitt
9f252e3f1e
Delete TG_Dev_Engine.svg 2024-11-06 19:44:23 -08:00
Jack Colquitt
c285936e33
Update README.md with new logo 2024-11-06 19:43:44 -08:00
Jack Colquitt
e2234a0cec
Uploaded new logo 2024-11-06 19:42:39 -08:00
cybermaggedon
c308180b54
Fix prompt override - overriding a prompt with JSON output broke schema and (#142)
extraction settings.
2024-11-06 18:44:25 +00:00
cybermaggedon
9c6c6c9843
Fix neo4j loader (#141) 2024-11-06 00:27:35 +00:00
cybermaggedon
2660b28ab9
Set default model (#140) 2024-11-05 23:58:36 +00:00
cybermaggedon
45091e01ec
Fix Google AI Studio model (#139) 2024-11-05 23:49:24 +00:00
cybermaggedon
ee9373d55e
Make temperature round to 3 dec places (#138) 2024-11-05 23:04:21 +00:00
cybermaggedon
65cda7b276
Implement system in text completion API (#137)
* Add system prompt to LLM invocation

* Added system parameter to LLMs

* Added to Bedrock and VertexAI
2024-11-05 22:46:17 +00:00
cybermaggedon
53c958aaff
Fix: prompt template overrides (#136)
* Added single-target command-line config generator.  Mainly using for
testing ATM.

* Slightly tweak the config decode so that components can over-ride the
'with' method which injects parameters.

* Deliberately break the prompt-generic template.  Could do better, this
is temporary.

* Add 'prompt-overrides' component, injects new prompts.

* Removed prompt generic reference, not used

* prompt-generic is no longer supported
2024-11-05 21:17:34 +00:00
Jack Colquitt
eefbc5a803
Formatting change on README 2024-11-03 10:33:15 -08:00
cybermaggedon
8a2126bba5
Fix neo4j schema - incompatible with extractors (#135)
- Fixed schema invocation on Neo4j writer
- Fixed confusing typo name in cassandra template
- Unnecessary import on Cassandra removed
2024-11-02 10:51:26 +00:00
Jack Colquitt
d0112c6fe1
Update YouTube link in README 2024-11-01 16:14:31 -07:00
Jack Colquitt
4eac173eb6
Update README with latest release version 2024-11-01 10:23:50 -07:00