mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
* feat(rnd): Add type hint and strong pydantic type validation for block input/output + add reddit agent-blocks. * feat(rnd): Add type hint and strong pydantic type validation for block input/output + add reddit agent-blocks. * Fix reddit block * Fix serialization * Eliminate deprecated class property * Remove RedditCredentialsBlock * Cache jsonschema computation, add dictionary construction * Add dict_split and list_split to output, add more blocks * Add objc_split for completeness, int both input and output * Update reddit block * Add reddit test (untested) * Resolved json issue on pydantic * Add creds check on client * Add dict <--> pydantic object flexibility * Fix error retry * Skip reddit test * Code cleanup * Chang prompt * Make this work * Fix linting * Hide input_links and output_links from Node * Add docs * updating UI to handle deeply nested data structures for reddit usecase * changing expected key in reddit post to comment --------- Co-authored-by: Zamil Majdy <zamil.majdy@agpt.co>
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
module.exports = {
|
|
devServer: {
|
|
proxy: {
|
|
'/graphs': 'http://localhost:8000'
|
|
}
|
|
}
|
|
}; |